diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-04-01 23:07:04 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-04-01 23:07:04 -0400 |
| commit | 7fdf7396a8bdb2e4f8c3b27ca99a36727d85adae (patch) | |
| tree | de27432772d8951561b670bab74a23e06faaa9c1 /src/client/views/nodes/DocumentView.scss | |
| parent | 945fb1c28fa94ee1d2448381d7dd55b99214aad4 (diff) | |
minimize sorta works???
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 4eda50204..23e072344 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -30,10 +30,12 @@ height: 10px; width: 10px; border-radius: 2px; - background: #232323 + background: $dark-color } .minimized-box:hover { - background: #232323 + background: $main-accent; + transform: scale(1.15); + cursor: pointer; } }
\ No newline at end of file |
