mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
16 lines
309 B
SCSS
16 lines
309 B
SCSS
$popup-ios-border-radius: 4px !default;
|
|
|
|
.popup[mode="ios"] {
|
|
.popup-wrapper {
|
|
border-radius: $popup-ios-border-radius;
|
|
.popup-body:empty { padding: 0; }
|
|
.popup-buttons {
|
|
padding: 0;
|
|
min-height: 0;
|
|
.button {
|
|
color: get-color('primary', base);
|
|
}
|
|
}
|
|
}
|
|
}
|