forked from EVOgeek/Vmeda.Online
MOBILE-4059 theme: Fix spacing
This commit is contained in:
parent
a1dc1ec631
commit
a9da1961d9
@ -66,7 +66,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@mixin core-focus() {
|
@mixin core-focus() {
|
||||||
outline: none;
|
outline: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -262,7 +261,7 @@
|
|||||||
@return if($yiq >= 128, $dark, $light);
|
@return if($yiq >= 128, $dark, $light);
|
||||||
}
|
}
|
||||||
|
|
||||||
// WCAG contrast algorythm
|
// WCAG contrast algorithm
|
||||||
@function check-contrast($foreground, $background) {
|
@function check-contrast($foreground, $background) {
|
||||||
$foregroundLumiance: luminance($foreground);
|
$foregroundLumiance: luminance($foreground);
|
||||||
$backgroundLuminance: luminance($background);
|
$backgroundLuminance: luminance($background);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user