diff options
Diffstat (limited to 'static/assets/bulma/sass/helpers/other.sass')
-rw-r--r-- | static/assets/bulma/sass/helpers/other.sass | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/assets/bulma/sass/helpers/other.sass b/static/assets/bulma/sass/helpers/other.sass new file mode 100644 index 0000000..6e2e63c --- /dev/null +++ b/static/assets/bulma/sass/helpers/other.sass @@ -0,0 +1,14 @@ +@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 |