bulma/sass/elements/other.sass
2017-07-31 20:58:46 +01:00

73 lines
1.4 KiB
Sass
Executable File

.block
+block
$container-offset: 60px !default
.container
margin: 0 auto
position: relative
+from($desktop + $container-offset)
max-width: $desktop - (2 * $gap)
width: $desktop - (2 * $gap)
&.is-fluid
margin-left: $gap
margin-right: $gap
max-width: none
width: auto
+until($widescreen + $container-offset)
&.is-widescreen
max-width: $widescreen - (2 * $gap)
width: auto
+until($fullhd + $container-offset)
&.is-fullhd
max-width: $fullhd - (2 * $gap)
width: auto
+from($widescreen + $container-offset)
max-width: $widescreen - (2 * $gap)
width: $widescreen - (2 * $gap)
+from($fullhd + $container-offset)
max-width: $fullhd - (2 * $gap)
width: $fullhd - (2 * $gap)
.delete
+delete
.fa
font-size: 21px
text-align: center
vertical-align: top
.heading
display: block
font-size: 11px
letter-spacing: 1px
margin-bottom: 5px
text-transform: uppercase
.highlight
+block
font-weight: $weight-normal
max-width: 100%
overflow: hidden
padding: 0
pre
overflow: auto
max-width: 100%
.loader
+loader
.number
align-items: center
background-color: $background
border-radius: 290486px
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