diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 1de2ba7a9c..f77e6cb544 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -62,6 +62,13 @@ a.button { .button-full { width: 100%; + + // Full Outline Button + &.button-outline { + border-left-width: 0; + border-right-width: 0; + border-radius: 0; + } } @@ -72,11 +79,3 @@ a.button { padding: $button-round-padding; border-radius: $button-round-border-radius; } - -// Full Outline Button -// -------------------------------------------------- - -.button-full.button-outline { - border-left-width: 0; - border-right-width: 0; -}