File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,7 @@ $content-margin: 4px;
216
216
padding : $details-padding ;
217
217
position : relative ;
218
218
height : var (--card-details-height );
219
-
220
- .small & , & {
221
- @include font-styles (card- content- small);
222
- }
219
+ @include font-styles (card- content- small);
223
220
224
221
.large & {
225
222
@include font-styles (card- content- large);
@@ -235,10 +232,7 @@ $content-margin: 4px;
235
232
color : var (--color-card-eyebrow );
236
233
display : block ;
237
234
margin-bottom : $content-margin ;
238
-
239
- .small & , & {
240
- @include font-styles (card- eyebrow- small);
241
- }
235
+ @include font-styles (card- eyebrow- small);
242
236
243
237
.large & {
244
238
@include font-styles (card- eyebrow- large);
@@ -248,10 +242,7 @@ $content-margin: 4px;
248
242
.title {
249
243
font-weight : $font-weight-semibold ;
250
244
color : var (--color-card-content-text );
251
-
252
- .small & , & {
253
- @include font-styles (card- title- small);
254
- }
245
+ @include font-styles (card- title- small);
255
246
256
247
.large & {
257
248
@include font-styles (card- title- large);
You can’t perform that action at this time.
0 commit comments