fix: fix image background path

This commit is contained in:
Kazhnuz 2019-12-07 10:29:36 +01:00
parent 8d87a146e6
commit f48bf8d77b
3 changed files with 22 additions and 161 deletions

View File

@ -15,26 +15,26 @@
padding-left: 3*1.5rem; padding-left: 3*1.5rem;
padding-right: 3*1.5rem; padding-right: 3*1.5rem;
} }
.no-pills { .no-pills {
list-style:none; list-style:none;
} }
.align { .align {
&-center {text-align: center;} &-center {text-align: center;}
&-left {text-align: left;} &-left {text-align: left;}
&-right {text-align: right;} &-right {text-align: right;}
} }
/* ------------------ HEADERS ------------------- */ /* ------------------ HEADERS ------------------- */
#page-header { #page-header {
background: $color-turquoise url('../img/background.png') center bottom repeat-x; background: $color-turquoise url('img/background.png') center bottom repeat-x;
height:10*1.5rem; height:10*1.5rem;
border-top: 6px solid $color-dark2; border-top: 6px solid $color-dark2;
@include container-big(); @include container-big();
} }
header h1 { header h1 {
border-style:none !important; border-style:none !important;
color: $color-light; color: $color-light;
@ -43,14 +43,14 @@ header h1 {
font-style:oblique; font-style:oblique;
padding-bottom:0px; padding-bottom:0px;
line-height: 1.5em; line-height: 1.5em;
img { img {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top:0.75rem; margin-top:0.75rem;
} }
} }
.navbar { .navbar {
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;
@ -61,7 +61,7 @@ header h1 {
} }
@include li-no-margin(); @include li-no-margin();
} }
.dropdown-menu { .dropdown-menu {
box-shadow: $narrow-shadow, $inset-shadow; box-shadow: $narrow-shadow, $inset-shadow;
} }
@ -115,7 +115,7 @@ section.sidebar {
row-gap: 3rem; row-gap: 3rem;
column-gap: 3rem; column-gap: 3rem;
grid-template-areas: grid-template-areas:
"nomp nomp nomp nomp nomp nomp" "nomp nomp nomp nomp nomp nomp"
"info info info info meta meta" "info info info info meta meta"
"goss goss look look look look" "goss goss look look look look"
@ -149,7 +149,7 @@ section.sidebar {
} }
/* ------------------ FOOTER ------------------- */ /* ------------------ FOOTER ------------------- */
$color-footer-back: $color-dark2; $color-footer-back: $color-dark2;
$color-footer-text: $color-light; $color-footer-text: $color-light;

155
style.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long