mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,7 @@ $focus-delay: 1s
|
||||
animation-timing-function: $cubic-less-dramatic
|
||||
transform-origin: center center
|
||||
|
||||
$delay-subtitle: $delay / 2
|
||||
$delay-subtitle: $delay * 0.5
|
||||
|
||||
// Intro
|
||||
.intro-title
|
||||
|
||||
Reference in New Issue
Block a user