bulma/sass/helpers/other.sass

15 lines
241 B
Sass
Raw Normal View History

2020-10-31 23:52:27 +00:00
@import "../utilities/mixins"
2020-05-10 13:47:06 +00:00
.is-radiusless
border-radius: 0 !important
.is-shadowless
box-shadow: none !important
.is-clickable
cursor: pointer !important
pointer-events: all !important
2020-05-10 13:47:06 +00:00
.is-unselectable
@extend %unselectable