mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Fix/divide (#3362)
* Use custom divide function * Add docs spacing table styles * Update changelog
This commit is contained in:
38
docs/_sass/components/spacing-table.scss
Normal file
38
docs/_sass/components/spacing-table.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
.bd-spacing-table {
|
||||
&:hover {
|
||||
color: $border;
|
||||
code {
|
||||
background: none;
|
||||
color: $border;
|
||||
}
|
||||
}
|
||||
.bd-current-row {
|
||||
background-color: $background;
|
||||
&:first-child {
|
||||
background-color: $danger-light;
|
||||
color: $text-strong;
|
||||
code {
|
||||
background-color: $danger;
|
||||
color: $danger-invert;
|
||||
}
|
||||
}
|
||||
&.bd-current-column {
|
||||
background-color: $primary-light;
|
||||
color: $text-strong;
|
||||
code {
|
||||
background-color: $primary;
|
||||
color: $primary-invert;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bd-current-column {
|
||||
background-color: $background;
|
||||
}
|
||||
.bd-current-value {
|
||||
background-color: $danger-light;
|
||||
code {
|
||||
background-color: $danger;
|
||||
color: $danger-invert;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user