aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar/TopBar.scss
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-07-31 05:38:08 -0400
committergeireann <geireann.lindfield@gmail.com>2021-07-31 05:38:08 -0400
commite1707fb76a991d04797a8d97ca34c55db71899cd (patch)
tree7d01fbd326eb9d1b52663fef44cc23b7ed3fbb63 /src/client/views/topbar/TopBar.scss
parent98a5d3e333f844b8eac7e8bd717e558d3355f353 (diff)
tab scrollable
Diffstat (limited to 'src/client/views/topbar/TopBar.scss')
-rw-r--r--src/client/views/topbar/TopBar.scss52
1 files changed, 28 insertions, 24 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss
index e2d27d5a6..ce6636080 100644
--- a/src/client/views/topbar/TopBar.scss
+++ b/src/client/views/topbar/TopBar.scss
@@ -75,6 +75,20 @@
display: flex;
justify-content: flex-end;
+
+
+
+
+ }
+
+ .topbar-left {
+ grid-column: 1;
+ color: black;
+ font-family: 'Roboto';
+ position: relative;
+ display: flex;
+ width: 450;
+
.topbar-lozenge-user,
.topbar-lozenge {
height: 23;
@@ -89,20 +103,6 @@
align-items: center;
border: white 1px solid;
- .topbar-logoff {
- border-radius: 3px;
- background: olivedrab;
- color: white;
- display: none;
- margin-left: 5px;
- padding: 1px 2px 1px 2px;
- cursor: pointer;
- }
-
- .topbar-logoff {
- background: red;
- }
-
.topbar-dashSelect {
border: none;
background-color: transparent;
@@ -117,21 +117,25 @@
}
}
+ .topbar-logoff {
+ border-radius: 3px;
+ background: olivedrab;
+ color: white;
+ display: none;
+ margin-left: 5px;
+ padding: 1px 2px 1px 2px;
+ cursor: pointer;
+ }
+
+ .topbar-logoff {
+ background: red;
+ }
+
.topbar-lozenge-user:hover {
.topbar-logoff {
display: inline-block;
}
}
-
- }
-
- .topbar-left {
- grid-column: 1;
- color: black;
- font-family: 'Roboto';
- position: relative;
- display: flex;
- width: 450;
}
.topbar-barChild {