bulma/sass/elements/other.sass

63 lines
1.0 KiB
Sass
Raw Normal View History

2016-09-22 22:14:18 +00:00
.block
+block
2016-09-22 21:03:22 +00:00
.container
position: relative
2016-09-22 21:03:22 +00:00
+desktop
margin: 0 auto
2017-03-26 16:27:15 +00:00
max-width: $desktop - 40px
2017-03-14 22:25:22 +00:00
width: $desktop - 40px
2016-09-22 21:03:22 +00:00
// Modifiers
&.is-fluid
2016-12-23 13:59:26 +00:00
margin: 0 20px
2016-09-22 21:03:22 +00:00
max-width: none
2017-03-14 22:25:22 +00:00
width: auto
2016-09-22 21:03:22 +00:00
+widescreen
2017-03-26 16:27:15 +00:00
max-width: $widescreen - 40px
2017-03-14 22:25:22 +00:00
width: $widescreen - 40px
2017-03-14 21:00:58 +00:00
+fullhd
2017-03-26 16:27:15 +00:00
max-width: $fullhd - 40px
2017-03-14 22:25:22 +00:00
width: $fullhd - 40px
2016-09-22 21:03:22 +00:00
2016-09-22 22:14:18 +00:00
.delete
+delete
2016-09-22 21:03:22 +00:00
.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
2016-09-22 22:14:18 +00:00
+block
2016-10-29 17:53:30 +00:00
font-weight: $weight-normal
max-width: 100%
overflow: hidden
padding: 0
pre
overflow: auto
max-width: 100%
2016-09-22 22:14:18 +00:00
.loader
+loader
.number
2016-10-30 17:35:39 +00:00
align-items: center
2016-06-29 22:59:48 +00:00
background-color: $background
border-radius: 290486px
2016-10-30 17:35:39 +00:00
display: inline-flex
font-size: $size-medium
2016-10-30 17:35:39 +00:00
height: 2em
justify-content: center
margin-right: 1.5rem
min-width: 2.5em
padding: 0.25rem 0.5rem
text-align: center
vertical-align: top