mentorenwahl/frontend/scss/bulma-0.9.4/sass/helpers/other.sass

15 lines
241 B
Sass
Raw Normal View History

2022-11-25 22:21:21 +00: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