fix(alert): remove justify content from buttons in an alert

references #6237
This commit is contained in:
Brandy Carney
2016-04-20 14:52:23 -04:00
parent e0a4f09304
commit 9412a7c7f6

View File

@@ -354,8 +354,4 @@ ion-alert {
&.activated {
background: $alert-wp-button-background-activated;
}
.button-inner {
justify-content: $alert-wp-button-group-justify-content;
}
}