Segment love

This commit is contained in:
Max Lynch
2015-05-08 15:14:17 -05:00
parent 7f1e2dc5df
commit 966a02900d
7 changed files with 123 additions and 23 deletions

View File

@ -1,4 +1,6 @@
ion-segment {
ion-segment { display: block; }
.ion-segment {
@include flex-display();
@include flex(1);
width: 100%;
@ -27,10 +29,10 @@ ion-segment {
color: white;
}
&:first-child {
&:first-of-type {
border-radius: $button-border-radius 0px 0px $button-border-radius;
}
&:last-child {
&:last-of-type {
border-right-width: 1px;
border-radius: 0px $button-border-radius $button-border-radius 0px;
}