From 8f4c9cf58e5254a6725bb6eebbbad361158fc77b Mon Sep 17 00:00:00 2001
From: Lisa Passing <mail@lislis.de>
Date: Mon, 22 Jun 2015 19:08:25 +0200
Subject: [PATCH] change more variables

---
 app/styles/app/layouts/dashboard.sass |  4 ++--
 app/styles/app/layouts/owner.sass     |  4 ++--
 app/styles/app/layouts/profile.sass   | 13 +++++++------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass
index 1c0c0b11..8fbbc463 100644
--- a/app/styles/app/layouts/dashboard.sass
+++ b/app/styles/app/layouts/dashboard.sass
@@ -19,7 +19,7 @@ $db-gray: #C9C9C9
 $db-text-color: #ACAAAA
 
 .dashboard
-  color: #6D6E70
+  color: $grey-medium
   hr
     max-width: 1024px
     margin: auto
@@ -207,7 +207,7 @@ $db-text-color: #ACAAAA
       padding: 0 4em 0 2em
       line-height: 3em
       transform: translateY(26%)
-      border-left: 1px solid $grey-lighter
+      border-left: 1px solid $cream-dark
     .db-burger
       height: 100%
     .db-status
diff --git a/app/styles/app/layouts/owner.sass b/app/styles/app/layouts/owner.sass
index 21cf8849..47245fbe 100644
--- a/app/styles/app/layouts/owner.sass
+++ b/app/styles/app/layouts/owner.sass
@@ -104,7 +104,7 @@
     & ~ div
       @media #{$medium-up}
         padding-left: 2em
-        border-left: 1px solid $grey-lighter
+        border-left: 1px solid $cream-dark
 
 .tabs--owner
   padding : 0 $column-gutter/2
@@ -128,4 +128,4 @@
   margin-bottom: 1.5rem
   @media #{$medium-up}
     height: 2.2em
-    border-bottom: solid 2px $grey-lighter
+    border-bottom: solid 2px $cream-dark
diff --git a/app/styles/app/layouts/profile.sass b/app/styles/app/layouts/profile.sass
index 02b2651d..49df720b 100644
--- a/app/styles/app/layouts/profile.sass
+++ b/app/styles/app/layouts/profile.sass
@@ -12,10 +12,10 @@
       line-height: 1.45
     p:not(.sync-last)
       font-size: $font-size-sm
-      color: #adaaab
+      color: $grey-light
       margin: 2rem 0 1rem 0
       a
-        color: #adaaab
+        color: $grey-light
         text-decoration: underline
     @media #{$medium-up}
       .profile-header, .sync-button, .ember-view
@@ -37,7 +37,7 @@
     margin-right: .5em
   p
     font-size: $font-size-m
-    color: #7a7a7a
+    color: $grey-medium
 
   .cta-btn
     text-align: right
@@ -107,7 +107,7 @@
   h1
     color: #898b8c
     font-size: $font-size-sm
-    border-bottom: solid 2px #f3f2f2
+    border-bottom: solid 2px $cream-dark
 
 .profile-user
   margin: 1rem 0 2rem
@@ -165,9 +165,10 @@ p.profile-user-last
   vertical-align: middle
   span:not(.loading-indicator)
     display: none
-    margin-left: 2rem
+    margin-left: 1rem
     font-size: $font-size-sm
-    color: #484849
+    color: darken($grey-dark, 10)
+    line-height: 1
   .sync-spinner
     vertical-align: top
   &:hover