Basic segment

This commit is contained in:
Max Lynch
2015-05-07 19:13:56 -05:00
parent 9ec9d23341
commit 23653f5bd7
7 changed files with 105 additions and 2 deletions

View File

@ -0,0 +1,19 @@
.platform-ios {
ion-segment {
> .button {
border-width: 2px;
border-style: solid;
border-color: red;
&:first-child {
border-right-width: 0px;
}
&:last-child {
border-left-width: 0px;
}
}
}
}