mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
Update website.scss
This commit is contained in:
parent
4301d4de48
commit
f1c4211372
@ -397,9 +397,15 @@ $container-max-width: iv.$fullhd;
|
|||||||
|
|
||||||
.skeleton-toggler {
|
.skeleton-toggler {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 1rem;
|
right: 13.5rem;
|
||||||
bottom: 1rem;
|
bottom: 1rem;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include mx.mobile {
|
||||||
|
.skeleton-toggler {
|
||||||
|
right: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.js-resizable {
|
.js-resizable {
|
||||||
|
Loading…
Reference in New Issue
Block a user