1
0
Fork 0

🚧 More work on React components and mui-theme

This commit is contained in:
Joost De Cock 2019-05-01 10:43:39 +02:00
parent 9d54e25020
commit 859d15e910
13 changed files with 93 additions and 74 deletions

View file

@ -36,7 +36,7 @@ ul.nav h3 {
z-index: 3;
}
ul.nav span.custom {
color: $fc-notice-light;
color: $fc-bg-dark;
font-weight: bold;
}
.col-exp {
@ -85,4 +85,7 @@ button.mini-icon-btn {
cursor: pointer;
background: $oc-gray-7;
}
ul.nav span.custom {
color: $fc-bg-light;
}
}

View file

@ -7,7 +7,7 @@ header.navbar {
margin: 0;
padding: 0 26px;
background: $fc-bg-dark;
z-index: 5;
z-index: 15;
div.logo {
height: 64px;