Overall scss improvements

This commit is contained in:
Matthias Loibl 2016-12-06 23:18:17 +01:00
parent 82bd9f9cd5
commit 1cfd12b894
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 16 additions and 12 deletions

View File

@ -1,13 +1,9 @@
a {
color: #5aa208;
&:hover {
color: #438308;
}
}
@import "colors";
@import "../node_modules/bootstrap/scss/bootstrap";
.navbar {
padding: 21px 32px;
border-bottom: 1px solid $accent-color;
}
.navbar-brand {
@ -19,14 +15,22 @@ a {
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
background-color: #f5f5f5;
padding: 32px 0;
background-color: #f7f7f9;
p {
margin: 0;
padding: 28px 0;
padding: 16px 0;
}
}
.content {
margin: 64px auto;
blockquote{
@extend .blockquote;
}
}