bulma/sass/elements/other.sass

57 lines
868 B
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
max-width: 960px
// Modifiers
&.is-fluid
2016-10-30 12:20:51 +00:00
margin: 0 1.5rem
2016-09-22 21:03:22 +00:00
max-width: none
+widescreen
2016-10-30 12:20:51 +00:00
max-width: 1200px
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