CASH-2378 prettier fixes
This commit is contained in:
parent
ef8ff581d5
commit
980fb39b80
2 changed files with 6 additions and 4 deletions
|
|
@ -233,7 +233,8 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-info-label, .time-info {
|
.location-info-label,
|
||||||
|
.time-info {
|
||||||
font-family: $font-family-sans-serif;
|
font-family: $font-family-sans-serif;
|
||||||
font-size: $font-size-12;
|
font-size: $font-size-12;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,6 @@
|
||||||
|
|
||||||
// Filter to use on SVG elements that are background
|
// Filter to use on SVG elements that are background
|
||||||
@mixin blue-filter {
|
@mixin blue-filter {
|
||||||
filter: brightness(0) saturate(100%) invert(31%) sepia(68%) saturate(1676%) hue-rotate(186deg) brightness(93%) contrast(110%);
|
filter: brightness(0) saturate(100%) invert(31%) sepia(68%) saturate(1676%) hue-rotate(186deg)
|
||||||
|
brightness(93%) contrast(110%);
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue