mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
12 lines
224 B
Sass
12 lines
224 B
Sass
|
|
.footer
|
||
|
|
background: $background
|
||
|
|
padding: 40px 20px 80px
|
||
|
|
a
|
||
|
|
color: $text
|
||
|
|
&:hover
|
||
|
|
color: $text-strong
|
||
|
|
&:not(.icon)
|
||
|
|
border-bottom: 1px solid $border
|
||
|
|
&:hover
|
||
|
|
border-bottom-color: $link
|