From eff65de6860690861024996bde0abb41e1a6e2d9 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sat, 21 Jan 2023 16:52:10 -0700 Subject: bundle bulma --- static/assets/bulma/sass/helpers/other.sass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 static/assets/bulma/sass/helpers/other.sass (limited to 'static/assets/bulma/sass/helpers/other.sass') 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 -- cgit v1.2.3