File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
internal/styles/typography Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 105
105
106
106
@mixin font-panel-header {
107
107
font-size : awsui .$font-panel-header-size ;
108
+ letter-spacing : awsui .$letter-spacing-heading-m ;
108
109
line-height : awsui .$font-panel-header-line-height ;
109
110
font-weight : awsui .$font-weight-heading-l ;
110
111
@include font-smoothing ;
Original file line number Diff line number Diff line change 230
230
border-block-end : awsui .$border-divider-section-width solid awsui .$color-border-divider-default ;
231
231
232
232
& -text {
233
- @include styles .font-panel-header ;
234
233
color : awsui .$color-text-heading-default ;
235
234
flex : 1 ;
236
235
margin-block : 0 ;
237
236
margin-inline : 0 ;
238
237
text-align : center ;
239
238
239
+ & --title {
240
+ /* used in test-utils */
241
+ @include styles .font-panel-header ;
242
+ }
243
+
240
244
& --secondary {
241
245
font-size : awsui .$font-header-h2-description-size ;
242
246
line-height : awsui .$font-header-h2-description-line-height ;
243
247
font-weight : styles .$font-weight-normal ;
248
+ @include styles .font-smoothing ;
244
249
}
245
250
}
246
251
}
247
252
248
- .overflow-menu-header-text--title {
249
- /* used in test-utils */
250
- }
251
-
252
253
.overflow-menu-back-button {
253
254
/* used in test-utils */
254
255
}
You can’t perform that action at this time.
0 commit comments