MOBILE-4059 theme: Fix spacing

main
Noel De Martin 2022-11-14 11:02:09 +01:00
parent a1dc1ec631
commit a9da1961d9
1 changed files with 48 additions and 49 deletions

View File

@ -66,7 +66,6 @@
}
}
@mixin core-focus() {
outline: none;
position: relative;
@ -262,7 +261,7 @@
@return if($yiq >= 128, $dark, $light);
}
// WCAG contrast algorythm
// WCAG contrast algorithm
@function check-contrast($foreground, $background) {
$foregroundLumiance: luminance($foreground);
$backgroundLuminance: luminance($background);