Style linting

This commit is contained in:
Jorik Schellekens 2020-04-16 12:09:36 +01:00
parent f1130ecba1
commit af3858fa98
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_fontSlider {
position: relative;
margin: 0px;
@mixin mx_Settings_fullWidthField;
}
@ -85,4 +86,4 @@ limitations under the License.
flex-direction: column;
align-items: center;
color: $fontSlider-background-color;
}
}

View file

@ -17,4 +17,4 @@ limitations under the License.
.mx_StyleUserSettingsTab_themeSection .mx_Field,
.mx_StyleUserSettingsTab_fontScaling .mx_Field {
@mixin mx_Settings_fullWidthField;
}
}