diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 31e9987c6..229a99a2d 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -15,7 +15,7 @@ | |||
15 | width: 100%; | 15 | width: 100%; |
16 | } | 16 | } |
17 | 17 | ||
18 | .header { | 18 | .root-header { |
19 | height: $header-height; | 19 | height: $header-height; |
20 | position: fixed; | 20 | position: fixed; |
21 | top: 0; | 21 | top: 0; |
@@ -49,7 +49,7 @@ | |||
49 | } | 49 | } |
50 | } | 50 | } |
51 | 51 | ||
52 | .header-right { | 52 | .root-header-right { |
53 | height: $header-height; | 53 | height: $header-height; |
54 | display: flex; | 54 | display: flex; |
55 | align-items: center; | 55 | align-items: center; |