mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
25 lines
415 B
Sass
25 lines
415 B
Sass
.bd-patreon
|
|
align-items: center
|
|
background-color: $patreon-blue
|
|
color: $white
|
|
display: flex
|
|
justify-content: center
|
|
padding: 0.5rem 1rem
|
|
strong
|
|
color: currentColor
|
|
|
|
.bd-patreon-text
|
|
font-size: $size-small
|
|
line-height: 1.25
|
|
margin-right: 0.5rem
|
|
|
|
.bd-patreon-button
|
|
display: inline-block
|
|
flex-shrink: 0
|
|
height: 30px
|
|
width: 128px
|
|
|
|
+from(480px)
|
|
.bd-patreon-text
|
|
margin-right: 1rem
|