mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
26
docs/_sass/base/custom.scss
Normal file
26
docs/_sass/base/custom.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user