|
@@ -1,48 +1,23 @@
|
|
-@import "../base/classes.sass"
|
|
|
|
|
|
+@import "../base/placeholders.sass"
|
|
@import "../utilities/mixins.sass"
|
|
@import "../utilities/mixins.sass"
|
|
@import "../utilities/variables.sass"
|
|
@import "../utilities/variables.sass"
|
|
|
|
|
|
-.delete
|
|
|
|
- @extend .unselectable
|
|
|
|
- -moz-appearance: none
|
|
|
|
- -webkit-appearance: none
|
|
|
|
- background-color: rgba($black, 0.2)
|
|
|
|
- border: none
|
|
|
|
- border-radius: 290486px
|
|
|
|
- cursor: pointer
|
|
|
|
- display: inline-block
|
|
|
|
- height: 24px
|
|
|
|
|
|
+.container
|
|
position: relative
|
|
position: relative
|
|
|
|
+ +desktop
|
|
|
|
+ margin: 0 auto
|
|
|
|
+ max-width: 960px
|
|
|
|
+ // Modifiers
|
|
|
|
+ &.is-fluid
|
|
|
|
+ margin: 0 20px
|
|
|
|
+ max-width: none
|
|
|
|
+ +widescreen
|
|
|
|
+ max-width: 1200px
|
|
|
|
+
|
|
|
|
+.fa
|
|
|
|
+ font-size: 21px
|
|
|
|
+ text-align: center
|
|
vertical-align: top
|
|
vertical-align: top
|
|
- width: 24px
|
|
|
|
- &:before,
|
|
|
|
- &:after
|
|
|
|
- background-color: $white
|
|
|
|
- content: ""
|
|
|
|
- display: block
|
|
|
|
- height: 2px
|
|
|
|
- left: 50%
|
|
|
|
- margin-left: -25%
|
|
|
|
- margin-top: -1px
|
|
|
|
- position: absolute
|
|
|
|
- top: 50%
|
|
|
|
- width: 50%
|
|
|
|
- &:before
|
|
|
|
- transform: rotate(45deg)
|
|
|
|
- &:after
|
|
|
|
- transform: rotate(-45deg)
|
|
|
|
- &:hover
|
|
|
|
- background-color: rgba($black, 0.5)
|
|
|
|
- // Sizes
|
|
|
|
- &.is-small
|
|
|
|
- height: 16px
|
|
|
|
- width: 16px
|
|
|
|
- &.is-medium
|
|
|
|
- height: 32px
|
|
|
|
- width: 32px
|
|
|
|
- &.is-large
|
|
|
|
- height: 40px
|
|
|
|
- width: 40px
|
|
|
|
|
|
|
|
.icon
|
|
.icon
|
|
+fa(21px, 24px)
|
|
+fa(21px, 24px)
|
|
@@ -57,46 +32,6 @@
|
|
&.is-large
|
|
&.is-large
|
|
+fa(42px, 48px)
|
|
+fa(42px, 48px)
|
|
|
|
|
|
-.hamburger
|
|
|
|
- cursor: pointer
|
|
|
|
- display: block
|
|
|
|
- height: $nav-height
|
|
|
|
- position: relative
|
|
|
|
- width: $nav-height
|
|
|
|
- span
|
|
|
|
- background-color: $text
|
|
|
|
- display: block
|
|
|
|
- height: 1px
|
|
|
|
- left: 50%
|
|
|
|
- margin-left: -7px
|
|
|
|
- position: absolute
|
|
|
|
- top: 50%
|
|
|
|
- transition: none $speed $easing
|
|
|
|
- transition-property: background, left, opacity, transform
|
|
|
|
- width: 15px
|
|
|
|
- &:nth-child(1)
|
|
|
|
- margin-top: -6px
|
|
|
|
- &:nth-child(2)
|
|
|
|
- margin-top: -1px
|
|
|
|
- &:nth-child(3)
|
|
|
|
- margin-top: 4px
|
|
|
|
- &:hover
|
|
|
|
- background-color: $background
|
|
|
|
- // Modifers
|
|
|
|
- &.is-active
|
|
|
|
- span
|
|
|
|
- background-color: $link
|
|
|
|
- &:nth-child(1)
|
|
|
|
- margin-left: -5px
|
|
|
|
- transform: rotate(45deg)
|
|
|
|
- transform-origin: left top
|
|
|
|
- &:nth-child(2)
|
|
|
|
- opacity: 0
|
|
|
|
- &:nth-child(3)
|
|
|
|
- margin-left: -5px
|
|
|
|
- transform: rotate(-45deg)
|
|
|
|
- transform-origin: left bottom
|
|
|
|
-
|
|
|
|
.heading
|
|
.heading
|
|
display: block
|
|
display: block
|
|
font-size: 11px
|
|
font-size: 11px
|
|
@@ -105,7 +40,7 @@
|
|
text-transform: uppercase
|
|
text-transform: uppercase
|
|
|
|
|
|
.highlight
|
|
.highlight
|
|
- @extend .block
|
|
|
|
|
|
+ @extend %block
|
|
font-size: 12px
|
|
font-size: 12px
|
|
font-weight: normal
|
|
font-weight: normal
|
|
max-width: 100%
|
|
max-width: 100%
|
|
@@ -115,18 +50,6 @@
|
|
overflow: auto
|
|
overflow: auto
|
|
max-width: 100%
|
|
max-width: 100%
|
|
|
|
|
|
-.loader
|
|
|
|
- animation: spin-around 500ms infinite linear
|
|
|
|
- border: 2px solid $border
|
|
|
|
- border-radius: 290486px
|
|
|
|
- border-right-color: transparent
|
|
|
|
- border-top-color: transparent
|
|
|
|
- content: ""
|
|
|
|
- display: block
|
|
|
|
- height: 16px
|
|
|
|
- position: relative
|
|
|
|
- width: 16px
|
|
|
|
-
|
|
|
|
.number
|
|
.number
|
|
background-color: $background
|
|
background-color: $background
|
|
border-radius: 290486px
|
|
border-radius: 290486px
|
|
@@ -178,11 +101,3 @@
|
|
.delete
|
|
.delete
|
|
margin-left: 4px
|
|
margin-left: 4px
|
|
margin-right: -8px
|
|
margin-right: -8px
|
|
-
|
|
|
|
-.unselectable
|
|
|
|
- -webkit-touch-callout: none
|
|
|
|
- -webkit-user-select: none
|
|
|
|
- -moz-user-select: none
|
|
|
|
- -ms-user-select: none
|
|
|
|
- user-select: none
|
|
|
|
-
|
|
|