Replace legacy $spacing-X vars with Compound Design Tokens (#34380)
* Replace legacy `$spacing-X` vars with Compound Design Tokens * Remove unused font size vars * Use calc to get negative spacing vars
This commit is contained in:
@@ -58,7 +58,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
justify-self: start;
|
||||
padding-right: 30%;
|
||||
/* collapse half of the grid-gap */
|
||||
margin-top: -$spacing-4;
|
||||
margin-top: calc(-1 * var(--cpd-space-1x));
|
||||
}
|
||||
|
||||
.mx_UserNotifSettings_floatingSection {
|
||||
|
||||
Reference in New Issue
Block a user