mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* fix: update sidebar z-index to fix overlapping * chore: generate minified files * fix: update .scss file
This commit is contained in:
parent
8f13d7c7a2
commit
cb2666deb6
@ -14,7 +14,7 @@
|
|||||||
%bd-docs-edge {
|
%bd-docs-edge {
|
||||||
background-color: $scheme-main-bis;
|
background-color: $scheme-main-bis;
|
||||||
width: $bd-edge-width;
|
width: $bd-edge-width;
|
||||||
z-index: 3;
|
z-index: 31;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-docs-toggles {
|
.bd-docs-toggles {
|
||||||
|
@ -19146,6 +19146,10 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-vars + .bd-vars {
|
||||||
|
margin-top: var(--docs-inner);
|
||||||
|
}
|
||||||
|
|
||||||
.bd-var {
|
.bd-var {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -19713,7 +19717,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
.bd-docs-nav, .bd-docs-side {
|
.bd-docs-nav, .bd-docs-side {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
width: 11.25rem;
|
width: 11.25rem;
|
||||||
z-index: 3;
|
z-index: 31;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-docs-toggles {
|
.bd-docs-toggles {
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user