summaryrefslogtreecommitdiff
path: root/_bulma/node_modules/bulma/sass/elements/other.sass
diff options
context:
space:
mode:
Diffstat (limited to '_bulma/node_modules/bulma/sass/elements/other.sass')
-rw-r--r--_bulma/node_modules/bulma/sass/elements/other.sass39
1 files changed, 0 insertions, 39 deletions
diff --git a/_bulma/node_modules/bulma/sass/elements/other.sass b/_bulma/node_modules/bulma/sass/elements/other.sass
deleted file mode 100644
index 5725617..0000000
--- a/_bulma/node_modules/bulma/sass/elements/other.sass
+++ /dev/null
@@ -1,39 +0,0 @@
-.block
- @extend %block
-
-.delete
- @extend %delete
-
-.heading
- display: block
- font-size: 11px
- letter-spacing: 1px
- margin-bottom: 5px
- text-transform: uppercase
-
-.highlight
- @extend %block
- font-weight: $weight-normal
- max-width: 100%
- overflow: hidden
- padding: 0
- pre
- overflow: auto
- max-width: 100%
-
-.loader
- @extend %loader
-
-.number
- align-items: center
- background-color: $background
- border-radius: $radius-rounded
- display: inline-flex
- font-size: $size-medium
- height: 2em
- justify-content: center
- margin-right: 1.5rem
- min-width: 2.5em
- padding: 0.25rem 0.5rem
- text-align: center
- vertical-align: top