Fix color inverted in modular pages. Add box shadow

This commit is contained in:
Flavio Copes 2016-12-08 23:04:51 +01:00
parent ede0535565
commit f7cf4365e4
3 changed files with 11 additions and 2 deletions

View File

@ -112,7 +112,8 @@ b, strong, label, th {
top: 0;
left: 0;
width: 100%;
opacity: 0.9; }
opacity: 0.9;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2); }
@media only all and (max-width: 47.938em) {
#header .logo h3 {
font-size: 1.9rem; } }
@ -225,6 +226,9 @@ b, strong, label, th {
#header #navbar .panel-activation {
display: inline-block; } }
.modular.header-image #header .fixed {
background: #666; }
.header-image.fullwidth #body {
padding-left: 0;
padding-right: 0; }

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
left: 0;
width: 100%;
opacity: 0.9;
box-shadow: 0 0px 20px 0px rgba(0,0,0,0.2);
}
.logo {
@ -200,6 +201,10 @@
}
}
.modular.header-image #header .fixed {
background: #666;
}
.header-image {
&.fullwidth {
#body {