Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with
2 additions and
2 deletions
-
src/assets/vars.scss
-
src/layouts/Layout.vue
|
|
@ -15,7 +15,7 @@ $highlight-white: #e7faec; |
|
|
--background-4: #d0d3d5; |
|
|
--background-4: #d0d3d5; |
|
|
--background-ternary: #8e8e8e; |
|
|
--background-ternary: #8e8e8e; |
|
|
--background-sidebar-active: #e4e4e4; |
|
|
--background-sidebar-active: #e4e4e4; |
|
|
--background-navbar: #8e8e8e; |
|
|
--background-navbar: #FFF; |
|
|
--main-font-color: #212529; |
|
|
--main-font-color: #212529; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ export default { |
|
|
height: 60px; |
|
|
height: 60px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
left: 0; |
|
|
left: 0; |
|
|
background-color: #fff; |
|
|
background-color: var(--background-navbar); |
|
|
box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05); |
|
|
box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05); |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
|