mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Customizing spacing helpers output
This commit is contained in:
@@ -13224,48 +13224,48 @@ svg {
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
#spacingTable:hover {
|
||||
.bd-spacing-table:hover {
|
||||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
#spacingTable:hover code {
|
||||
.bd-spacing-table:hover code {
|
||||
background: none;
|
||||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row {
|
||||
.bd-spacing-table .bd-current-row {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row:first-child {
|
||||
.bd-spacing-table .bd-current-row:first-child {
|
||||
background-color: #feecf0;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row:first-child code {
|
||||
.bd-spacing-table .bd-current-row:first-child code {
|
||||
background-color: #f14668;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row.bd-current-column {
|
||||
.bd-spacing-table .bd-current-row.bd-current-column {
|
||||
background-color: #ebfffc;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-row.bd-current-column code {
|
||||
.bd-spacing-table .bd-current-row.bd-current-column code {
|
||||
background-color: #00d1b2;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-column {
|
||||
.bd-spacing-table .bd-current-column {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-value {
|
||||
.bd-spacing-table .bd-current-value {
|
||||
background-color: #feecf0;
|
||||
}
|
||||
|
||||
#spacingTable .bd-current-value code {
|
||||
.bd-spacing-table .bd-current-value code {
|
||||
background-color: #f14668;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user