diff --git a/core/src/components/button/button.ios.scss b/core/src/components/button/button.ios.scss index 19d5876fa4..139c3bd68f 100644 --- a/core/src/components/button/button.ios.scss +++ b/core/src/components/button/button.ios.scss @@ -71,18 +71,6 @@ } -// iOS Round Button -// -------------------------------------------------- - -:host(.button-round) { - --border-radius: #{$button-ios-round-border-radius}; - --padding-top: #{$button-ios-round-padding-top}; - --padding-start: #{$button-ios-round-padding-start}; - --padding-end: #{$button-ios-round-padding-end}; - --padding-bottom: #{$button-ios-round-padding-bottom}; -} - - // iOS Button Sizes // -------------------------------------------------- @@ -111,6 +99,18 @@ } +// iOS Round Button +// -------------------------------------------------- + +:host(.button-round) { + --border-radius: #{$button-ios-round-border-radius}; + --padding-top: #{$button-ios-round-padding-top}; + --padding-start: #{$button-ios-round-padding-start}; + --padding-end: #{$button-ios-round-padding-end}; + --padding-bottom: #{$button-ios-round-padding-bottom}; +} + + // iOS strong Button // -------------------------------------------------- diff --git a/core/src/components/button/test/standalone/index.html b/core/src/components/button/test/standalone/index.html index ab15a70cd0..faf12bf832 100644 --- a/core/src/components/button/test/standalone/index.html +++ b/core/src/components/button/test/standalone/index.html @@ -24,6 +24,13 @@ Block Clear

+

Round button combinations

+

+ Round & Small + Round & Large + Round & Outline +

+

Colors

Primary