From a1c5936b1789c0a3959ae7168c584062e31055cc Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 17 Jul 2015 13:33:21 -0500 Subject: [PATCH] FABBB --- ionic/components/button/button.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 978cd753d8..b12dd13c35 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -145,21 +145,29 @@ button, transition: .2s linear; transition-property: background-color; + font-size: 14px; + &[fab-center] { left: 50%; margin-left: -$button-fab-size/2; } &[fab-top] { - top: 15px; + top: 16px; } &[fab-right] { - right: 15px; + right: 16px; } &[fab-bottom] { - bottom: 15px; + bottom: 16px; } &[fab-left] { - left: 15px; + left: 16px; + } + + .icon { + flex: 1; + //width: 24px; + //height: 24px; } } }