Files
2015-05-07 19:13:56 -05:00

20 lines
265 B
SCSS

.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;
}
}
}
}