🚧 More work on React components and mui-theme
This commit is contained in:
parent
9d54e25020
commit
859d15e910
13 changed files with 93 additions and 74 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue