mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
autoprefixer
This commit is contained in:
@@ -9,9 +9,9 @@ $alert-content-margin: 24px !default;
|
||||
|
||||
|
||||
.alert .overlay-container {
|
||||
@include flex-display();
|
||||
@include flex-justify-content(center);
|
||||
@include flex-align-items(center);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.alert-container {
|
||||
@@ -37,6 +37,6 @@ $alert-content-margin: 24px !default;
|
||||
}
|
||||
|
||||
.alert-actions {
|
||||
@include flex-display();
|
||||
@include flex-justify-content(flex-end);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ $alert-ios-button-font-size: 2rem !default;
|
||||
min-height: 44px;
|
||||
|
||||
.button {
|
||||
@include flex(1);
|
||||
flex: 1;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: $alert-ios-button-font-size;
|
||||
|
||||
Reference in New Issue
Block a user