Use a variable to ensure the margin declaration is applied to components on mx_SettingsTab only (#8877)

This commit is contained in:
Suguru Hirahara
2022-06-25 18:06:08 +00:00
committed by GitHub
parent b391a20434
commit 173d8f33b7
10 changed files with 10 additions and 13 deletions
-4
View File
@@ -701,10 +701,6 @@ legend {
}
}
@define-mixin mx_Settings_fullWidthField {
margin-right: 100px;
}
@define-mixin ProgressBarColour $colour {
color: $colour;
&::-moz-progress-bar {