Files
bulma/sass/layout/footer.sass

16 lines
304 B
Sass
Raw Normal View History

2016-09-22 20:30:09 +01:00
@import "../utilities/variables.sass"
2016-01-24 00:03:43 +00:00
.footer
2016-06-29 23:59:48 +01:00
background-color: $background
2016-01-24 00:03:43 +00:00
padding: 40px 20px 80px
a
&,
&:visited
color: $text
2016-01-24 00:03:43 +00:00
&:hover
color: $text-strong
&:not(.icon)
border-bottom: 1px solid $border
&:hover
border-bottom-color: $link