File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 < div class ="content-top ">
2424 < template is ="dom-if " if ="{{type}} "> < mm-icon height ="25 " width ="25 " type ="{{_icon.type}} "> </ mm-icon > </ template >
2525 < template is ="dom-if " if ="{{header}} "> < mm-header size ="large "> {{header}}</ mm-header > </ template >
26- < div id ="dialogMessage "> {{message}}< content > </ content > </ div >
26+ < div id ="dialogMessage ">
27+ < span class ="body-normal "> {{message}}</ span >
28+ < content > </ content >
29+ </ div >
2730 </ div >
2831 < mm-footer id ="dialogActionsContainer ">
2932 < template is ="dom-repeat " items ="{{actions}} ">
Original file line number Diff line number Diff line change 77@import " _bourbon" ;
88@import " _color" ;
99@import " _mixins" ;
10+ @import " _text" ;
1011
1112@include fit ();
1213
Original file line number Diff line number Diff line change @@ -58,4 +58,14 @@ h5, .header-tiny {
5858 font-style : normal ;
5959 text-transform : uppercase ;
6060 color : $color-A3 ;
61+ }
62+
63+ .body-normal {
64+ font-size : 13px !important ;
65+ line-height : 18px !important ;
66+ font-family : " Arimo" , sans-serif ;
67+ @include fontSmoothing ();
68+ font-weight : 400 ;
69+ font-style : normal ;
70+ color : $color-A2 ;
6171}
You can’t perform that action at this time.
0 commit comments