mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
18 lines
414 B
SCSS
18 lines
414 B
SCSS
@import "../../../ionic.globals";
|
|
@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;
|
|
}
|
|
}
|