summaryrefslogtreecommitdiff
path: root/_sass/components/level.sass
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
committer53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
commit06e7a9f33088354b63561e9bf131f399416ec77d (patch)
tree12c30928aac9bea12f44f6d3bf6e076bd4d62e06 /_sass/components/level.sass
parent99e7f9ef139798e8947def7b5b7ad25a8f4573ff (diff)
downloadcobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.tar.xz
cobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.zip
Ignoring Bulma sass.
Diffstat (limited to '_sass/components/level.sass')
-rw-r--r--_sass/components/level.sass75
1 files changed, 0 insertions, 75 deletions
diff --git a/_sass/components/level.sass b/_sass/components/level.sass
deleted file mode 100644
index a3b7716..0000000
--- a/_sass/components/level.sass
+++ /dev/null
@@ -1,75 +0,0 @@
-.level
- @extend %block
- align-items: center
- justify-content: space-between
- code
- border-radius: $radius
- img
- display: inline-block
- vertical-align: top
- // Modifiers
- &.is-mobile
- display: flex
- .level-left,
- .level-right
- display: flex
- .level-left + .level-right
- margin-top: 0
- .level-item
- &:not(:last-child)
- margin-bottom: 0
- margin-right: 0.75rem
- &:not(.is-narrow)
- flex-grow: 1
- // Responsiveness
- +tablet
- display: flex
- & > .level-item
- &:not(.is-narrow)
- flex-grow: 1
-
-.level-item
- align-items: center
- display: flex
- flex-basis: auto
- flex-grow: 0
- flex-shrink: 0
- justify-content: center
- .title,
- .subtitle
- margin-bottom: 0
- // Responsiveness
- +mobile
- &:not(:last-child)
- margin-bottom: 0.75rem
-
-.level-left,
-.level-right
- flex-basis: auto
- flex-grow: 0
- flex-shrink: 0
- .level-item
- // Modifiers
- &.is-flexible
- flex-grow: 1
- // Responsiveness
- +tablet
- &:not(:last-child)
- margin-right: 0.75rem
-
-.level-left
- align-items: center
- justify-content: flex-start
- // Responsiveness
- +mobile
- & + .level-right
- margin-top: 1.5rem
- +tablet
- display: flex
-
-.level-right
- align-items: center
- justify-content: flex-end
- // Responsiveness
- +tablet
- display: flex