mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
16 lines
398 B
SCSS
16 lines
398 B
SCSS
@import "../../../globals.ios";
|
|
@import "../button";
|
|
@import "../button-clear";
|
|
@import "../button-fab";
|
|
@import "../button-icon";
|
|
@import "../button-outline";
|
|
@import "../button-size";
|
|
|
|
// iOS Button (largely the core button styles)
|
|
// --------------------------------------------------
|
|
|
|
.button-block {
|
|
// This fixes an issue with flexbox and button on iOS Safari. See #225
|
|
display: block;
|
|
}
|