mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
17 lines
331 B
SCSS
17 lines
331 B
SCSS
@import "./segment";
|
|
@import "./segment.md.vars";
|
|
|
|
// Material Design Segment
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--background: transparent;
|
|
}
|
|
|
|
|
|
// Segment: Scrollable
|
|
// --------------------------------------------------
|
|
|
|
:host(.segment-scrollable) ::slotted(ion-segment-button) {
|
|
min-width: auto;
|
|
} |