diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index ca0030922..f5da651b2 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -20,8 +20,10 @@ | |||
20 | } | 20 | } |
21 | 21 | ||
22 | .top-left-block { | 22 | .top-left-block { |
23 | z-index: 100; | ||
23 | background-color: #fff; | 24 | background-color: #fff; |
24 | border-right: 1px solid $header-border-color; | 25 | border-right: 1px solid $header-border-color; |
26 | height: $header-height; | ||
25 | line-height: $header-height; | 27 | line-height: $header-height; |
26 | margin-top: 0; | 28 | margin-top: 0; |
27 | margin-bottom: 0; | 29 | margin-bottom: 0; |
@@ -37,6 +39,7 @@ | |||
37 | margin-left: 15px; | 39 | margin-left: 15px; |
38 | 40 | ||
39 | .glyphicon { | 41 | .glyphicon { |
42 | cursor: pointer; | ||
40 | position: relative; | 43 | position: relative; |
41 | top: 4px; | 44 | top: 4px; |
42 | } | 45 | } |