mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-14 22:13:05 -06:00
switch to scss for css, begin refactoring old css into scss, add bulma 0.9.1 to repo
This commit is contained in:
9
viewer/static/bulma/sass/layout/footer.sass
Normal file
9
viewer/static/bulma/sass/layout/footer.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
$footer-background-color: $scheme-main-bis !default
|
||||
$footer-color: false !default
|
||||
$footer-padding: 3rem 1.5rem 6rem !default
|
||||
|
||||
.footer
|
||||
background-color: $footer-background-color
|
||||
padding: $footer-padding
|
||||
@if $footer-color
|
||||
color: $footer-color
|
||||
Reference in New Issue
Block a user