mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(packages): move the packages to root
This commit is contained in:
15
core/src/components/segment/segment.md.scss
Normal file
15
core/src/components/segment/segment.md.scss
Normal file
@ -0,0 +1,15 @@
|
||||
@import "./segment";
|
||||
@import "./segment.md.vars";
|
||||
|
||||
// Material Design Segment
|
||||
// --------------------------------------------------
|
||||
|
||||
.segment-md {
|
||||
font-family: $segment-md-font-family;
|
||||
}
|
||||
|
||||
.segment-md.segment-disabled {
|
||||
opacity: $segment-md-opacity-disabled;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
Reference in New Issue
Block a user