summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss28
1 files changed, 23 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index 08bcbbf..8cd0453 100644
--- a/style.scss
+++ b/style.scss
@@ -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;
+}