We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45884e1 commit 129b3bcCopy full SHA for 129b3bc
adminforth/spa/src/afcl/ProgressBar.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="relative mt-4 lg:mt-10 w-full max-w-[700px] bg-lightProgressBarUnfilledColor rounded-full h-2.5 dark:bg-darkProgressBarUnfilledColor">
+ <div class="relative w-full max-w-[700px] bg-lightProgressBarUnfilledColor rounded-full h-2.5 dark:bg-darkProgressBarUnfilledColor">
3
<span class="absolute -top-6 left-0 text-sm text-lightProgressBarText dark:text-darkProgressBarText">{{ leftLabel }}</span>
4
<span class="absolute -top-6 right-0 text-sm text-lightProgressBarText dark:text-darkProgressBarText">{{ rightLabel }}</span>
5
<div
0 commit comments