mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
Basic segment
This commit is contained in:
19
ionic/components/segment/extensions/ios.scss
Normal file
19
ionic/components/segment/extensions/ios.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user