change more variables
This commit is contained in:
parent
fdb09ecd4c
commit
8f4c9cf58e
|
@ -19,7 +19,7 @@ $db-gray: #C9C9C9
|
||||||
$db-text-color: #ACAAAA
|
$db-text-color: #ACAAAA
|
||||||
|
|
||||||
.dashboard
|
.dashboard
|
||||||
color: #6D6E70
|
color: $grey-medium
|
||||||
hr
|
hr
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
margin: auto
|
margin: auto
|
||||||
|
@ -207,7 +207,7 @@ $db-text-color: #ACAAAA
|
||||||
padding: 0 4em 0 2em
|
padding: 0 4em 0 2em
|
||||||
line-height: 3em
|
line-height: 3em
|
||||||
transform: translateY(26%)
|
transform: translateY(26%)
|
||||||
border-left: 1px solid $grey-lighter
|
border-left: 1px solid $cream-dark
|
||||||
.db-burger
|
.db-burger
|
||||||
height: 100%
|
height: 100%
|
||||||
.db-status
|
.db-status
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
& ~ div
|
& ~ div
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
padding-left: 2em
|
padding-left: 2em
|
||||||
border-left: 1px solid $grey-lighter
|
border-left: 1px solid $cream-dark
|
||||||
|
|
||||||
.tabs--owner
|
.tabs--owner
|
||||||
padding : 0 $column-gutter/2
|
padding : 0 $column-gutter/2
|
||||||
|
@ -128,4 +128,4 @@
|
||||||
margin-bottom: 1.5rem
|
margin-bottom: 1.5rem
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
height: 2.2em
|
height: 2.2em
|
||||||
border-bottom: solid 2px $grey-lighter
|
border-bottom: solid 2px $cream-dark
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
line-height: 1.45
|
line-height: 1.45
|
||||||
p:not(.sync-last)
|
p:not(.sync-last)
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
color: #adaaab
|
color: $grey-light
|
||||||
margin: 2rem 0 1rem 0
|
margin: 2rem 0 1rem 0
|
||||||
a
|
a
|
||||||
color: #adaaab
|
color: $grey-light
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
.profile-header, .sync-button, .ember-view
|
.profile-header, .sync-button, .ember-view
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
margin-right: .5em
|
margin-right: .5em
|
||||||
p
|
p
|
||||||
font-size: $font-size-m
|
font-size: $font-size-m
|
||||||
color: #7a7a7a
|
color: $grey-medium
|
||||||
|
|
||||||
.cta-btn
|
.cta-btn
|
||||||
text-align: right
|
text-align: right
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
h1
|
h1
|
||||||
color: #898b8c
|
color: #898b8c
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
border-bottom: solid 2px #f3f2f2
|
border-bottom: solid 2px $cream-dark
|
||||||
|
|
||||||
.profile-user
|
.profile-user
|
||||||
margin: 1rem 0 2rem
|
margin: 1rem 0 2rem
|
||||||
|
@ -165,9 +165,10 @@ p.profile-user-last
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
span:not(.loading-indicator)
|
span:not(.loading-indicator)
|
||||||
display: none
|
display: none
|
||||||
margin-left: 2rem
|
margin-left: 1rem
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
color: #484849
|
color: darken($grey-dark, 10)
|
||||||
|
line-height: 1
|
||||||
.sync-spinner
|
.sync-spinner
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
&:hover
|
&:hover
|
||||||
|
|
Loading…
Reference in New Issue
Block a user