Files
ionic-framework/core/src/components/segment/segment.md.scss
2022-10-10 10:19:13 -04:00

31 lines
617 B
SCSS

@import "./segment";
@import "./segment.md.vars";
// Material Design Segment
// --------------------------------------------------
:host {
--background: transparent;
}
// Segment: In Toolbar
// --------------------------------------------------
:host(.in-toolbar) {
/**
* Segment should inherit the
* height of the toolbar.
* Note: --min-height is initially
* set on ion-toolbar, not ion-segment
*/
min-height: var(--min-height);
}
// Segment: Scrollable
// --------------------------------------------------
:host(.segment-scrollable) ::slotted(ion-segment-button) {
min-width: auto;
}