Do not build user css
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.feedback-container
|
||||
border-top: 1px solid #ccc
|
||||
margin-top: 1em
|
||||
padding-top: 0.5em
|
||||
.feedback-received
|
||||
+alert($bg: $info-color)
|
||||
|
||||
.technical-information-container
|
||||
border-top: 1px solid #ccc
|
||||
margin-top: 1em
|
||||
padding-top: 0.5em
|
||||
margin-bottom: 1em
|
||||
@@ -0,0 +1,11 @@
|
||||
.home-panel
|
||||
+panel()
|
||||
margin: 30px auto 20px auto
|
||||
width: 350px
|
||||
text-align: center
|
||||
padding-bottom: 30px
|
||||
.home-header
|
||||
img
|
||||
display: block
|
||||
margin: 0 auto
|
||||
margin-bottom: 24px
|
||||
@@ -0,0 +1,28 @@
|
||||
$scanning-code-width: 200px
|
||||
$scanning-code-height: $scanning-code-width/0.785
|
||||
.page-scanning
|
||||
width: $scanning-code-width
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
position: relative
|
||||
margin-top: 30px
|
||||
.scanning-qr-image
|
||||
position: absolute
|
||||
font-size: $scanning-code-height
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-qrcode
|
||||
.scanning-laser
|
||||
position: absolute
|
||||
height: $scanning-code-height
|
||||
border-right: 2px solid #f00
|
||||
animation-name: scanning
|
||||
animation-duration: 1s infinite
|
||||
animation-direction: alternate
|
||||
animation-timing-function: linear
|
||||
|
||||
@keyframes(scanning)
|
||||
from
|
||||
left: 0
|
||||
to
|
||||
left: $scanning-code-width
|
||||
@@ -0,0 +1,15 @@
|
||||
.sign-in-button
|
||||
&.facebook
|
||||
+button($bg: #2d4486)
|
||||
.icon
|
||||
@extend .fa, .fa-2x, .fa-facebook
|
||||
margin-right: 10px
|
||||
.text
|
||||
// huh?
|
||||
&.instagram
|
||||
+button($bg: #4d3f3a)
|
||||
.icon
|
||||
@extend .fa, .fa-2x, .fa-instagram
|
||||
margin-right: 10px
|
||||
.text
|
||||
// huh?
|
||||
Reference in New Issue
Block a user