puchar/static/bulma/sass/helpers/other.sass

15 lines
241 B
Sass
Raw Permalink Normal View History

2021-09-20 21:27:00 +02:00
@import "../utilities/mixins"
.is-radiusless
border-radius: 0 !important
.is-shadowless
box-shadow: none !important
.is-clickable
cursor: pointer !important
pointer-events: all !important
.is-unselectable
@extend %unselectable