CASH-2378 prettier fixes

This commit is contained in:
Adam Caouette 2026-03-05 15:23:30 -05:00
parent ef8ff581d5
commit 980fb39b80
2 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@
class="sub-label m-0"
v-if="this.buttonLabelSubCopy"
v-html="this.buttonLabelSubCopy"></p>
</div>
</div>
<div class="col md-6 location-info">
<div
class="location-info-label"
@ -233,7 +233,8 @@ export default {
}
}
.location-info-label, .time-info {
.location-info-label,
.time-info {
font-family: $font-family-sans-serif;
font-size: $font-size-12;
}

View file

@ -23,5 +23,6 @@
// Filter to use on SVG elements that are background
@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%);
}