diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-11-10 17:01:45 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-11-10 17:01:45 -0500 |
| commit | 0b19ecd4e65c30154a744085eb80b3b375acfe3e (patch) | |
| tree | cf7f2c5ce19f9f3896b769db4b48c4963189f7e0 /src/client/views/nodes/ButtonBox.scss | |
| parent | 09aee20c101e91a5e582534d616b640a34493ac6 (diff) | |
some changes
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ButtonBox.scss | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss index e8a3d1479..7c3825978 100644 --- a/src/client/views/nodes/ButtonBox.scss +++ b/src/client/views/nodes/ButtonBox.scss @@ -3,7 +3,7 @@ height: 100%; pointer-events: all; border-radius: inherit; - display:flex; + display: flex; flex-direction: column; } @@ -15,19 +15,22 @@ display: table; overflow: hidden; text-overflow: ellipsis; + letter-spacing: 2px; + text-transform: uppercase; } + .buttonBox-mainButtonCenter { height: 100%; - display:table-cell; + display: table-cell; vertical-align: middle; } .buttonBox-params { - display:flex; - flex-direction: row; + display: flex; + flex-direction: row; } .buttonBox-missingParam { - width:100%; + width: 100%; background: lightgray; }
\ No newline at end of file |
