2016-09-22 22:14:18 +00:00
|
|
|
.block
|
|
|
|
+block
|
|
|
|
|
2016-09-22 21:03:22 +00:00
|
|
|
.container
|
2017-07-21 09:22:08 +00:00
|
|
|
margin: 0 auto
|
2016-04-22 19:52:49 +00:00
|
|
|
position: relative
|
2017-07-24 10:54:00 +00:00
|
|
|
+desktop
|
|
|
|
max-width: $desktop - (2 * $gap)
|
|
|
|
width: $desktop - (2 * $gap)
|
|
|
|
&.is-fluid
|
|
|
|
margin-left: $gap
|
|
|
|
margin-right: $gap
|
|
|
|
max-width: none
|
|
|
|
width: auto
|
2017-07-21 09:22:08 +00:00
|
|
|
+until($widescreen)
|
|
|
|
&.is-widescreen
|
|
|
|
max-width: $widescreen - (2 * $gap)
|
|
|
|
width: auto
|
|
|
|
+until($fullhd)
|
|
|
|
&.is-fullhd
|
|
|
|
max-width: $fullhd - (2 * $gap)
|
2017-03-14 22:25:22 +00:00
|
|
|
width: auto
|
2016-09-22 21:03:22 +00:00
|
|
|
+widescreen
|
2017-07-21 09:22:08 +00:00
|
|
|
max-width: $widescreen - (2 * $gap)
|
|
|
|
width: $widescreen - (2 * $gap)
|
2017-03-14 21:00:58 +00:00
|
|
|
+fullhd
|
2017-07-21 09:22:08 +00:00
|
|
|
max-width: $fullhd - (2 * $gap)
|
|
|
|
width: $fullhd - (2 * $gap)
|
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
|
2016-04-22 19:52:49 +00:00
|
|
|
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
|
2016-04-22 19:52:49 +00:00
|
|
|
max-width: 100%
|
|
|
|
overflow: hidden
|
|
|
|
padding: 0
|
|
|
|
pre
|
|
|
|
overflow: auto
|
|
|
|
max-width: 100%
|
|
|
|
|
2016-09-22 22:14:18 +00:00
|
|
|
.loader
|
|
|
|
+loader
|
|
|
|
|
2016-04-22 19:52:49 +00:00
|
|
|
.number
|
2016-10-30 17:35:39 +00:00
|
|
|
align-items: center
|
2016-06-29 22:59:48 +00:00
|
|
|
background-color: $background
|
2016-04-22 19:52:49 +00:00
|
|
|
border-radius: 290486px
|
2016-10-30 17:35:39 +00:00
|
|
|
display: inline-flex
|
2016-04-22 19:52:49 +00:00
|
|
|
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
|
2016-04-22 19:52:49 +00:00
|
|
|
vertical-align: top
|