start dashboard update
This commit is contained in:
parent
064f414da7
commit
08e53b6aee
|
@ -27,12 +27,9 @@ $db-text-color: #ACAAAA
|
||||||
border-top: none
|
border-top: none
|
||||||
border-bottom: $db-gray dashed 1px
|
border-bottom: $db-gray dashed 1px
|
||||||
|
|
||||||
.wrapper-dashboard
|
|
||||||
background-color: $wrapper-bg-color
|
|
||||||
|
|
||||||
.dashboard--empty
|
.dashboard--empty
|
||||||
padding: 2em 5em
|
padding: 2em 5em
|
||||||
background: #E8E6DE
|
background: $cream-light
|
||||||
color: $db-gray
|
color: $db-gray
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
|
@ -48,7 +45,7 @@ $db-text-color: #ACAAAA
|
||||||
margin: auto
|
margin: auto
|
||||||
position: relative
|
position: relative
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
background: $white
|
background: $cream-light
|
||||||
@extend %br-4px
|
@extend %br-4px
|
||||||
|
|
||||||
h2, h3, p
|
h2, h3, p
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="wrapper wrapper-dashboard">
|
<div class="wrapper">
|
||||||
<header id="top" class="top">
|
<header id="top" class="top">
|
||||||
<div class="centered">
|
<div class="centered">
|
||||||
{{render "top"}}
|
{{render "top"}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user