mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34: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:
47
docs/_sass/components/klmn.scss
Normal file
47
docs/_sass/components/klmn.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
.bd-klmn {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.bd-klmn-gaps {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.bd-klmn-label {
|
||||
margin: 0.25rem auto 0.25rem 0;
|
||||
}
|
||||
|
||||
.bd-klmn-value,
|
||||
.bd-klmn-gap {
|
||||
background-color: var(--hl-gray-09);
|
||||
border-radius: $radius;
|
||||
color: var(--hl-orange);
|
||||
font-family: $family-monospace;
|
||||
font-size: 0.75rem;
|
||||
margin: 0.25rem 0 0.25rem 0.5rem;
|
||||
padding: 0.375em 0.75em;
|
||||
text-align: center;
|
||||
vertical-align: middle !important;
|
||||
white-space: nowrap;
|
||||
|
||||
&.bd-is-selected {
|
||||
background-color: var(--hl-orange);
|
||||
color: var(--hl-gray-09);
|
||||
}
|
||||
}
|
||||
|
||||
.bd-klmn-value {
|
||||
background-color: var(--hl-orange);
|
||||
color: var(--hl-gray-09);
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.bd-klmn-columns:last-child {
|
||||
.bd-notification {
|
||||
font-size: 0.75rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user