mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
scss(popup): make buttons align correctly with flexbox
This commit is contained in:
@@ -69,15 +69,16 @@
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
||||
@include display-flex();
|
||||
@include flex-direction(row);
|
||||
|
||||
.button {
|
||||
margin: 0px 5px;
|
||||
min-height: $popup-button-min-height;
|
||||
border-radius: $popup-button-border-radius;
|
||||
line-height: $popup-button-line-height;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
margin-right: 5px;
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user