Commit 6a85a53 1 parent 3248a82 commit 6a85a53 Copy full SHA for 6a85a53
File tree 1 file changed +5
-2
lines changed
packages/fiori/src/themes
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 52
52
.ui5-illustrated-message-title ::slotted ([slot = "title" ]) {
53
53
text-align : center;
54
54
margin-bottom : 1rem ;
55
+ font-size : var (--sapFontHeader2Size );
56
+ font-family : var (--sapFontHeaderFamily );
57
+ font-weight : 700 ;
55
58
line-height : 1.3 ;
56
59
max-width : 61.9375rem ;
57
60
}
77
80
: host ([media = "dialog" ]) .ui5-illustrated-message-title [ui5-title ],
78
81
: host ([media = "dialog" ]) ::slotted ([slot = "title" ]) {
79
82
margin-bottom : 0.5rem ;
80
- font-size : var (--sapFontHeader4Size );
83
+ font-size : var (--sapFontHeader3Size );
81
84
max-width : 40.5625rem ;
82
85
}
83
86
104
107
: host ([media = "spot" ]) .ui5-illustrated-message-title [ui5-title ],
105
108
: host ([media = "spot" ]) ::slotted ([slot = "title" ]) {
106
109
margin-bottom : 0.5rem ;
107
- font-size : var (--sapFontHeader5Size );
110
+ font-size : var (--sapFontHeader4Size );
108
111
line-height : 1.25rem ;
109
112
max-width : 21.5rem ;
110
113
}
You can’t perform that action at this time.
0 commit comments