Welcome to mirror list, hosted at ThFree Co, Russian Federation.

other.sass « helpers « sass « assets - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8bb93de5fa911e31f0654ba33986ec23d2401b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
.is-radiusless
  border-radius: 0 !important

.is-shadowless
  box-shadow: none !important

.is-clickable
  cursor: pointer !important

.is-unselectable
  @extend %unselectable