summaryrefslogtreecommitdiff
path: root/static/assets/bulma/sass/helpers/other.sass
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-01-21 16:52:10 -0700
committernavanchauhan <navanchauhan@gmail.com>2023-01-21 16:52:10 -0700
commiteff65de6860690861024996bde0abb41e1a6e2d9 (patch)
treec5ae1735628c30298c25b29d9d406117a0548cc7 /static/assets/bulma/sass/helpers/other.sass
parent9d8f369405802c249658aa247b1c617126ead2da (diff)
bundle bulma
Diffstat (limited to 'static/assets/bulma/sass/helpers/other.sass')
-rw-r--r--static/assets/bulma/sass/helpers/other.sass14
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