Client - style fix

This commit is contained in:
Sam
2021-11-14 18:38:41 +01:00
parent f25e30828c
commit 402baaee75
15 changed files with 46 additions and 36 deletions

View File

@ -1,5 +1,6 @@
<template>
<span class="distance" :class="{ strong }">{{ convertedDistance }}</span>
{{ ' ' }}
<span v-if="displayUnit" class="unit" :class="{ strong }">
{{ unitTo }}{{ speed ? '/h' : '' }}
</span>
@ -55,9 +56,6 @@
<style lang="scss" scoped>
@import '~@/scss/base.scss';
.unit {
padding-left: $default-padding * 0.5;
}
.strong {
font-weight: bold;
}