From c767f1c2991846307cc63d9a2d9097f1ff9c12ea Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 20 Jul 2015 14:52:54 -0500 Subject: [PATCH] FULL --- ionic/components/button/button.scss | 5 +++++ ionic/components/button/test/block/main.html | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 61a8bb0de8..397cf9e2e6 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -126,6 +126,11 @@ button, } } + &[full] { + width: 100%; + border-radius: 0; + } + &.disabled, &[disabled] { opacity: .4; diff --git a/ionic/components/button/test/block/main.html b/ionic/components/button/test/block/main.html index a43a421a76..8f393e711f 100644 --- a/ionic/components/button/test/block/main.html +++ b/ionic/components/button/test/block/main.html @@ -16,4 +16,8 @@ +
+ Full +