diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 28 |
1 files changed, 23 insertions, 5 deletions
@@ -9,7 +9,7 @@ window.Bar { color: #fff; >box { - padding: 4px 0; + padding: 0; } } @@ -22,14 +22,11 @@ box.Workspaces { border-radius: 5px; border: none; - margin: 2px 4px; + margin: 5px 2px; padding: 0; background: #ccc; transition: min-width 2s ease-in-out; - // transition-property: min-width; - // transition-duration: 2s; - // transition-timing-function: ease-out; &.active { min-width: 25px; @@ -40,3 +37,24 @@ box.Workspaces { } } } + +box.Tray { + margin-right: 5px; + + button { + margin: 0; + padding: 1px; + border: none; + border-radius: 0; + min-width: 10px; + min-height: 10px; + + background: #000; + } +} + + +window.Notifications { + background-color: #000; + color: #fff; +} |