Fix color inverted in modular pages. Add box shadow
This commit is contained in:
parent
ede0535565
commit
f7cf4365e4
3 changed files with 11 additions and 2 deletions
|
@ -112,7 +112,8 @@ b, strong, label, th {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
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) {
|
@media only all and (max-width: 47.938em) {
|
||||||
#header .logo h3 {
|
#header .logo h3 {
|
||||||
font-size: 1.9rem; } }
|
font-size: 1.9rem; } }
|
||||||
|
@ -225,6 +226,9 @@ b, strong, label, th {
|
||||||
#header #navbar .panel-activation {
|
#header #navbar .panel-activation {
|
||||||
display: inline-block; } }
|
display: inline-block; } }
|
||||||
|
|
||||||
|
.modular.header-image #header .fixed {
|
||||||
|
background: #666; }
|
||||||
|
|
||||||
.header-image.fullwidth #body {
|
.header-image.fullwidth #body {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0; }
|
padding-right: 0; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,6 +25,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
box-shadow: 0 0px 20px 0px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
@ -200,6 +201,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modular.header-image #header .fixed {
|
||||||
|
background: #666;
|
||||||
|
}
|
||||||
|
|
||||||
.header-image {
|
.header-image {
|
||||||
&.fullwidth {
|
&.fullwidth {
|
||||||
#body {
|
#body {
|
||||||
|
|
Loading…
Reference in a new issue