mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
12 lines
198 B
SCSS
12 lines
198 B
SCSS
@import "./note.md.vars";
|
|
@import "./note";
|
|
|
|
// Material Design Note
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--color: #{$note-md-color};
|
|
|
|
font-size: $note-md-font-size;
|
|
}
|