@@ -62,10 +62,22 @@ html {
6262@mixin typography body1, 1, 1.5, 400, * ;
6363@mixin typography body2, 0.875, 1.25, 400, * ;
6464
65- /* Additional selectors requiring typoghraphy styles */
65+ /* Additional selectors requiring typography styles */
66+ @mixin selector-typography .mdc-button , button , 0.875, 2.25, 500;
67+ @mixin selector-typography .mdc-button .mdc-button__label , button , 0.875, 2.25, 500;
6668@mixin selector-typography .mdc-list-item__primary-text , body1 , 1, 1.5, 400;
6769@mixin selector-typography .mdc-list-item__secondary-text , body2 , 0.875, 1.25, 400;
6870
71+ /* Material Design Icons */
72+ .material-icons {
73+ font-family : var (--mdc-icons-font-family ) !important ;
74+ font-weight : normal;
75+ font-size : 24px ;
76+ font-style : normal;
77+ line-height : 1 !important ;
78+ letter-spacing : normal;
79+ }
80+
6981/* Button */
7082.mdc-button {
7183 box-shadow : none !important ;
@@ -90,6 +102,10 @@ html {
90102 box-shadow : 0 3px 1px -2px rgba (0 , 0 , 0 , 0.2 ), 0 2px 2px 0 rgba (0 , 0 , 0 , 0.14 ), 0 1px 5px 0 rgba (0 , 0 , 0 , 0.12 ) !important ;
91103 transition : box-shadow 280ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
92104 }
105+
106+ & .mdc-button__icon {
107+ font-size : 18px !important ;
108+ }
93109}
94110
95111.mdc-button--outlined : not (: disabled ) {
0 commit comments