refactor(segment): removed div wrapping segment buttons

references #356
This commit is contained in:
Brandy Carney
2015-11-03 10:32:28 -05:00
parent ff398d43ef
commit ead95ac738
4 changed files with 21 additions and 16 deletions

View File

@ -6,12 +6,10 @@ $segment-button-padding: 0 16px !default;
ion-segment {
display: block;
width: 100%;
}
.ion-segment {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
width: 100%;