Fix/divide (#3362)

* Use custom divide function

* Add docs spacing table styles

* Update changelog
This commit is contained in:
Jeremy Thomas
2021-06-18 18:27:34 +01:00
committed by GitHub
parent 1239ac857c
commit d6d32e8050
22 changed files with 516 additions and 294 deletions

View 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;
}
}
}

View File

@@ -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