Files
bulma/sass/layout/footer.sass
Jeremy Thomas 70b1367053 Fix imports
2016-09-22 20:30:43 +01:00

16 lines
304 B
Sass

@import "../utilities/variables.sass"
.footer
background-color: $background
padding: 40px 20px 80px
a
&,
&:visited
color: $text
&:hover
color: $text-strong
&:not(.icon)
border-bottom: 1px solid $border
&:hover
border-bottom-color: $link