From 0f2f2253cf87c1c5eb321688caeb7084eb94c993 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Mon, 28 Sep 2015 17:46:43 +0200 Subject: [PATCH] make font-weight a variable and make it 400 --- app/styles/app/_mixins/fonts.sass | 2 +- app/styles/app/components/sync-button.sass | 2 +- app/styles/app/layouts/branches.sass | 2 +- app/styles/app/layouts/dashboard.sass | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/styles/app/_mixins/fonts.sass b/app/styles/app/_mixins/fonts.sass index 2696241b..897a926e 100644 --- a/app/styles/app/_mixins/fonts.sass +++ b/app/styles/app/_mixins/fonts.sass @@ -10,4 +10,4 @@ $font-size-tiniest: 10px $line-height: 22px $line-height-log: 19px - +$font-weight-normal: 400 diff --git a/app/styles/app/components/sync-button.sass b/app/styles/app/components/sync-button.sass index bac27a5d..a74b1ea5 100644 --- a/app/styles/app/components/sync-button.sass +++ b/app/styles/app/components/sync-button.sass @@ -11,7 +11,7 @@ background: #a6adad color: #ffffff font-size: 14px - font-weight: 300 + font-weight: $font-weight-normal border: none border-radius: 2px line-height: 1 diff --git a/app/styles/app/layouts/branches.sass b/app/styles/app/layouts/branches.sass index 89106db3..e2ef836f 100644 --- a/app/styles/app/layouts/branches.sass +++ b/app/styles/app/layouts/branches.sass @@ -30,7 +30,7 @@ .row-item margin: .2em font-size: 16px - font-weight: 400 + font-weight: $font-weight-normal white-space: nowrap overflow: hidden a diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 001936b8..2ecdadd7 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -24,7 +24,7 @@ .dashboard-filter padding: 0 $column-gutter/2 font-size: 16px - font-weight: 300 + font-weight: $font-weight-normal @media #{$medium-up} padding: 0 @@ -40,7 +40,7 @@ text-align: left margin-bottom: .3rem color: $grey-dark - background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 10px, white 100%) no-repeat + background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 9px, white 100%) no-repeat .icon width: 1.3em @@ -51,7 +51,7 @@ h2, h3 margin: 0 - font-weight: 300 + font-weight: $font-weight-normal h3 font-size: 16px @@ -66,7 +66,7 @@ .row-item margin: .2em font-size: 16px - font-weight: 300 + font-weight: $font-weight-normal white-space: nowrap overflow: hidden a