2025-01-12 04:36:52 +08:00

21 lines
384 B
SCSS

#bsthemerToggle {
padding: 0 5px;
margin-right: -5px;
}
#bsthemerToggle span {
@include caret(up);
}
#bsthemerToggle.collapsed span {
@include caret(down);
}
.move-grabber {
cursor: move;
/* Required to avoid scrolling on mobile safari */
touch-action: none;
-webkit-touch-action: none;
-moz-touch-action: none;
-ms-touch-action: none;
-o-touch-action: none;
}