diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-09 07:41:49 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-09 07:41:49 -0500 |
| commit | f46b0761e60c3edc1061f9b67238591409d00bc3 (patch) | |
| tree | d63fc5b8efcda6fa412b2e71b7b6e6d9b6191aae /src/client/views/DocumentDecorations.scss | |
| parent | b52a583deffe7a3729e182840c0e3f1b1a4e4433 (diff) | |
added some color theming and started global button styles
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index e8b93a18b..e86b67565 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -1,3 +1,4 @@ +@import 'global_variables'; #documentDecorations-container { position: absolute; display: grid; @@ -10,7 +11,7 @@ } .documentDecorations-resizer { pointer-events: auto; - background: lightblue; + background: $light-emphasis; opacity: 0.4; } #documentDecorations-topLeftResizer, |
