From ebeed77c393ac4555717fc67a17fb2c0022e4921 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 16 Mar 2015 13:26:00 +0100 Subject: [PATCH] really fix alignment of question mark in help button --- app/styles/app/modules/buttons.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/app/modules/buttons.sass b/app/styles/app/modules/buttons.sass index a5e29f3e..eda01337 100644 --- a/app/styles/app/modules/buttons.sass +++ b/app/styles/app/modules/buttons.sass @@ -137,7 +137,7 @@ $button-border-color: #d4d4d4 position: relative top: .4em left: .5em - width: 1.3rem + width: 1.4rem height: 1.4rem background: $grey1 border: none @@ -146,5 +146,5 @@ $button-border-color: #d4d4d4 .icon--question @extend %absolute-center width: 0.6em - transform: translateX(0.1em); + height: 0.9em