From bde90dd69faf44853ee3bf85e971271eaff3bdd0 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 16 Mar 2015 13:02:56 +0100 Subject: [PATCH] center question mark in help button --- app/styles/app/modules/buttons.sass | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/styles/app/modules/buttons.sass b/app/styles/app/modules/buttons.sass index cc60c1fb..a5e29f3e 100644 --- a/app/styles/app/modules/buttons.sass +++ b/app/styles/app/modules/buttons.sass @@ -135,17 +135,16 @@ $button-border-color: #d4d4d4 .button--help position: relative - top: .3em + top: .4em left: .5em - width: 1.5rem - height: 1.5rem + width: 1.3rem + height: 1.4rem background: $grey1 border: none &:hover background-color: $teal1 .icon--question @extend %absolute-center - width: 0.9em - transform: translateX(.1em) - background-size: 80% auto + width: 0.6em + transform: translateX(0.1em);