From 8c374cde934fee1e7b53ed4715a7627457a88f10 Mon Sep 17 00:00:00 2001
From: Lisa P <mail@lislis.de>
Date: Wed, 9 Mar 2016 12:34:31 +0100
Subject: [PATCH] fix env var display

---
 app/styles/app/layouts/settings.sass | 8 ++++----
 app/styles/app/modules/switch.sass   | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app/styles/app/layouts/settings.sass b/app/styles/app/layouts/settings.sass
index 5d1b0b20..c6d5beb0 100644
--- a/app/styles/app/layouts/settings.sass
+++ b/app/styles/app/layouts/settings.sass
@@ -120,16 +120,16 @@
   input
     display: inline-block
     width: 100%
-    padding: 0.6em 0.5em 0.7em 1.1em
+    padding: 0.6em 0.5em 0.7em 2.5em
     border-radius: 2px
     border: none
     background-color: lighten($cement-grey, 20)
     color: $asphalt-grey
-    @extend .icon-lock
+    @extend %icon-line-lock
     background:
-      size: 14px
+      size: 16px
       repeat: no-repeat
-      position: 0.8em 0.7em
+      position: 0.5em 0.5em
   .is-public &
     input
       background-image: none;
diff --git a/app/styles/app/modules/switch.sass b/app/styles/app/modules/switch.sass
index 7c6e2d7d..e0a86cc1 100644
--- a/app/styles/app/modules/switch.sass
+++ b/app/styles/app/modules/switch.sass
@@ -35,7 +35,6 @@
   .label
     vertical-align: middle
     font-size: $font-size-m
-    color: $cement-grey
     display: inline-block
   &.label--small .label
     width: 7em