File: themer.scss

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (20 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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;
}