mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Add unique features
This commit is contained in:
@@ -30,6 +30,14 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
||||
border-width: $table-cell-border-width
|
||||
padding: $table-cell-padding
|
||||
vertical-align: top
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
$color-invert: nth($pair, 2)
|
||||
&.is-#{$name}
|
||||
background-color: $color
|
||||
border-color: $color
|
||||
color: $color-invert
|
||||
// Modifiers
|
||||
&.is-narrow
|
||||
white-space: nowrap
|
||||
|
||||
Reference in New Issue
Block a user