ouroboros-group/old/mybulma/node_modules/bulma/sass/helpers/other.sass
2023-09-09 02:27:22 -06:00

14 lines
241 B
Sass
Executable file

@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