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