CSS: Cleanup and simplification

Mainly to rely more on bootstrap styling
This commit is contained in:
2018-08-31 19:32:17 +02:00
parent b4acfb89fa
commit 9c2ded79dd
15 changed files with 177 additions and 476 deletions

View File

@@ -1,15 +1,24 @@
/* FOOTER */
#footer-container
.footer-wrapper
background-color: $color-background
position: relative
.row
+media-xs
margin: 0
&:after
background-color: $color-background
bottom: 0
content: ''
position: fixed
left: 0
right: 0
top: 0
pointer-events: none
z-index: -1
/* Footer Navigation */
footer
font-size: .75em
padding: 0 0 10px 0
a
color: $color-text-dark-primary
@@ -58,7 +67,7 @@ footer
transform: scale(1)
#footer-navigation
.footer-navigation
font-size: .85em
margin-bottom: 5px
color: lighten($color-text, 30%)