Skip to content
Snippets Groups Projects
Verified Commit 1f0738c1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Apply primary colour to logo background

parent 3ddb7d0d
No related branches found
No related tags found
1 merge request!167New logo and CI application
......@@ -8,6 +8,10 @@
color: $primary-color !important;
}
rect#background {
fill: $primary-color !important;
}
.waves-effect.waves-primary .waves-ripple {
background-color: lighten($primary-color, 5%);
}
......@@ -66,6 +70,11 @@ header, main, footer {
margin-left: 10px;
}
#sidenav-logo {
height: 70px;
width:auto;
}
@media only screen and (max-width: 993px) {
header div.nav-wrapper {
z-index: -5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment