homepage/themes/custom/assets/bulma/sass/helpers/other.sass

15 lines
241 B
Sass
Raw Normal View History

2021-11-01 11:15:06 +01: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