mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00: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
|