Files
iTop/node_modules/bulma-scss/helpers/_other.scss

19 lines
263 B
SCSS

@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;
}