diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-18 19:00:13 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-18 19:00:13 -0400 |
| commit | 7db0071a1f1232112597176b0b077e6b7e37679d (patch) | |
| tree | b570938f8b132336c6423387737c7d55f44bb520 /src/client/views/ContextMenu.scss | |
| parent | 88d16b2706d7300b6c8db035b06da831a722e4b5 (diff) | |
Added icons
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 43e5033fd..5c40c3c43 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -15,10 +15,9 @@ } .contextMenu-item { - width: 10vw; //10vw - height: 2vh; - background: #DDDDDD; - display: flex; + width: 11vw; //10vw + height: 2.5vh; //2vh + background: #DDDDDD; // display: flex; justify-content: left; align-items: center; -webkit-touch-callout: none; @@ -46,4 +45,9 @@ font-size: 1.5vw; text-align: left; width: 8vw; + display: inline; //need this? +} + +.icon-background { + background-color: #DDDDDD; }
\ No newline at end of file |
