Files
ionic-framework/core/src/components/note/note.md.vars.scss
2018-03-12 16:02:25 -04:00

11 lines
308 B
SCSS

@import "../../themes/ionic.globals.md";
// Material Design Note
// --------------------------------------------------
/// @prop - Font family of the note
$note-md-font-family: $font-family-md-base !default;
/// @prop - Text color of the note
$note-md-color: $text-md-color-step-800 !default;