From 68537ca3a5d15b1ff8d187916b23cb7b892f2666 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 22 Oct 2015 15:50:42 +0200 Subject: [PATCH] fix button alignment, tweak broadcast --- app/styles/app/layouts/broadcasts.sass | 4 ++-- app/styles/app/layouts/buildheader.sass | 7 +++++-- app/styles/app/modules/buttons.sass | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app/styles/app/layouts/broadcasts.sass b/app/styles/app/layouts/broadcasts.sass index c2ed35ed..60876365 100644 --- a/app/styles/app/layouts/broadcasts.sass +++ b/app/styles/app/layouts/broadcasts.sass @@ -134,8 +134,8 @@ @keyframes pulsating-right 40% - transform: translateX(20%) scale(1.1) + transform: translateX(1px) scale(1.1) @keyframes pulsating-left 40% - transform: translateX(-20%) scale(1.1) \ No newline at end of file + transform: translateX(-1px) scale(1.1) \ No newline at end of file diff --git a/app/styles/app/layouts/buildheader.sass b/app/styles/app/layouts/buildheader.sass index c19fb891..45d7d080 100644 --- a/app/styles/app/layouts/buildheader.sass +++ b/app/styles/app/layouts/buildheader.sass @@ -124,19 +124,22 @@ a display: block margin-bottom: .5em - text-align: center background-color: $grey-lighter + line-height: 24px &:hover background-color: darken($grey-medium, 10) .icon--trigger width: .95em - height: 1.2em + height: 1.3em + margin-left: 6px .icon--cancel width: 1em height: 1em + margin-left: 6px .icon--codeclimate width: 1.2em height: 1.1em + margin-left: 4px .build-os.linux text-transform: capitalize diff --git a/app/styles/app/modules/buttons.sass b/app/styles/app/modules/buttons.sass index d081c2a9..72d14d9b 100644 --- a/app/styles/app/modules/buttons.sass +++ b/app/styles/app/modules/buttons.sass @@ -123,8 +123,8 @@ $button-border-color: #d4d4d4 background-color: #696867 .button-circle - width: 1.7em - height: 1.7em + width: 28px + height: 28px border-radius: 50% .button--showmore