mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
20 lines
265 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|