CSS: Minor style tweaks to user login.
Don't use hardcoded white color for container-box mixin.
This commit is contained in:
parent
5896f4cfdd
commit
9182188647
@ -24,19 +24,18 @@
|
||||
text-align: center
|
||||
|
||||
.login-info
|
||||
color: $color-text-dark-primary
|
||||
font-weight: 300
|
||||
text-align: center
|
||||
|
||||
$provider-color-facebook: #3b5998
|
||||
$provider-color-google: #dd4b39
|
||||
$provider-color-blender_id: #00bcef
|
||||
$provider-color-blender_id: #0facf0
|
||||
.login-providers
|
||||
align-items: center
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
margin: 15px
|
||||
margin: 20px 15px
|
||||
|
||||
.login-provider-button
|
||||
background-color: $provider-color-blender_id
|
||||
|
@ -114,7 +114,7 @@
|
||||
|
||||
=container-box
|
||||
position: relative
|
||||
background-color: white
|
||||
background-color: $color-background-light
|
||||
border-radius: 3px
|
||||
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user