mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
41
docs/_sass/components/features.scss
Normal file
41
docs/_sass/components/features.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
.bd-features {
|
||||
padding: var(--docs-side-padding);
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.bd-features-title {
|
||||
color: $text-light;
|
||||
font-size: 0.75em;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.bd-features-list {
|
||||
padding: 0.25em 0 0;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
font-size: 0.875em;
|
||||
justify-content: space-between;
|
||||
// padding: 0 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
.bd-feature-label {
|
||||
color: $text-light;
|
||||
// padding: 0.375em 0;
|
||||
}
|
||||
|
||||
.bd-feature-since,
|
||||
.bd-feature-yes,
|
||||
.bd-feature-no {
|
||||
// padding: 0.375em 0.75em;
|
||||
}
|
||||
|
||||
.bd-feature-no {
|
||||
color: $text-light;
|
||||
}
|
||||
|
||||
.bd-feature-yes {
|
||||
color: var(--primary);
|
||||
font-weight: $weight-bold;
|
||||
}
|
||||
Reference in New Issue
Block a user