File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,6 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
246
246
flex-grow : 1 ;
247
247
}
248
248
249
- & -main-row {
250
- margin-block-start : calc (#{awsui .$space-scaled-xxs } + 1px );
251
- }
252
-
253
249
& -main-row ,
254
250
& -start ,
255
251
& -text-and-info {
@@ -271,15 +267,14 @@ $app-layout-drawer-width: calc(#{awsui.$space-layout-toggle-diameter} + 2 * #{aw
271
267
@include styles .font-panel-header ;
272
268
padding-block : 0 ;
273
269
padding-inline : 0 ;
274
- margin-block : 0 ;
275
270
margin-inline : 0 ;
271
+ margin-block : calc (#{awsui .$space-scaled-xxs } + 1px );
276
272
}
277
273
278
274
& -description {
279
275
color : awsui .$color-text-heading-secondary ;
280
276
@include styles .font-body-m ;
281
- margin-block-start : awsui .$space-scaled-xxs ;
282
- margin-block-end : 0 ;
277
+ margin-block : 0 ;
283
278
}
284
279
}
285
280
You can’t perform that action at this time.
0 commit comments