mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- splits the item min height by mode - removes padding end from the slotted end components in favor of using 16px on the item - updates the icon color to lighter gray (rgb) - removes font size change from text wrapped labels - add list spec test to include MD examples fixes #14799
11 lines
287 B
SCSS
11 lines
287 B
SCSS
@import "../../themes/ionic.globals.md";
|
|
|
|
// Material Design Note
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Text color of the note
|
|
$note-md-color: $text-color-step-400 !default;
|
|
|
|
/// @prop - Font size of the note
|
|
$note-md-font-size: 14px !default;
|