mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
08ef4df2c0
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
27 lines
385 B
SCSS
27 lines
385 B
SCSS
.bd-fat-button {
|
|
font-size: 1.25em;
|
|
font-weight: $weight-semibold;
|
|
height: auto;
|
|
padding: 0.75em 1.25em;
|
|
|
|
&.is-bleeding,
|
|
&.is-amazon {
|
|
small {
|
|
display: block;
|
|
font-size: 0.625em;
|
|
font-weight: $weight-normal;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
|
|
&.is-amazon {
|
|
img {
|
|
margin-bottom: -11px;
|
|
}
|
|
}
|
|
}
|