mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
15 lines
219 B
SCSS
15 lines
219 B
SCSS
@import "./note.ios.vars";
|
|
|
|
// iOS Note
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
color: var(--color);
|
|
|
|
font-family: $font-family-base;
|
|
}
|
|
|
|
:host(.ion-color) {
|
|
color: #{current-color(base)};
|
|
}
|