scss/global: refactor header style

This commit is contained in:
Kazhnuz 2018-10-24 10:40:33 +02:00
parent 77207e8efa
commit 179524cd1e
2 changed files with 25 additions and 46 deletions

View file

@ -556,23 +556,13 @@ body {
header { header {
background: #EEE url("../img/background.png"); background: #EEE url("../img/background.png");
margin-bottom: 30px; } margin-bottom: 30px; }
header h1 { header h1 {
border-style: none !important; border-style: none !important;
color: #FFF;
font-weight: 700; font-weight: 700;
font-size: 5.4em;
font-style: oblique;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
padding-bottom: 0px;
margin: auto;
text-align: center;
line-height: 1.5em; }
header h1 {
padding: 2.33333em;
line-height: 1em;
font-size: 1em; font-size: 1em;
line-height: 1em;
padding-bottom: 0px;
padding: 2.33333em;
margin: auto; margin: auto;
text-align: center; } text-align: center; }
header h1 img { header h1 img {

View file

@ -28,25 +28,13 @@ body {
header { header {
background: #EEE url('../img/background.png'); background: #EEE url('../img/background.png');
margin-bottom:30px; margin-bottom:30px;
} h1 {
header h1 {
border-style:none !important; border-style:none !important;
color:#FFF;
font-weight:700; font-weight:700;
font-size:5.4em;
font-style:oblique;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
padding-bottom:0px;
margin:auto;
text-align:center;
line-height: 1.5em;
}
header h1 {
padding:2.33333em;
line-height:1em;
font-size:1em; font-size:1em;
line-height:1em;
padding-bottom:0px;
padding:2.33333em;
margin:auto; margin:auto;
text-align:center; text-align:center;
img { img {
@ -54,6 +42,7 @@ header h1 {
height: auto; height: auto;
} }
} }
}
.navbar { .navbar {
box-shadow: $large-shadow; box-shadow: $large-shadow;