21 lines
384 B
SCSS
Raw Normal View History

2025-01-12 00:52:51 +08:00
#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;
}