Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
d0cfc228
Commit
d0cfc228
authored
Oct 12, 2021
by
Michael Iseard
Browse files
Reduce border width
parent
5929a516
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/public/macros/progress.bar.html.twig
View file @
d0cfc228
...
...
@@ -2,7 +2,7 @@
{%
if
goal
>
0
and
total
>=
0
%}
<div
class=
"kd-w-full"
>
<div
data-total=
"
{{
total
}}
"
data-goal=
"
{{
goal
}}
"
class=
"kudos-campaign-progress kd-border kd-border-solid kd-border-gray-300 kd-flex kd-relative kd-shadow-inner kd-my-5 kd-overflow-hidden kd-bg-gray-200 kd-rounded kd-w-full"
class=
"kudos-campaign-progress kd-border
-1
kd-border-solid kd-border-gray-300 kd-flex kd-relative kd-shadow-inner kd-my-5 kd-overflow-hidden kd-bg-gray-200 kd-rounded kd-w-full"
style=
"height: 35px"
>
<div
class=
"kudos-progress-bar kd-flex kd-flex-shrink-0 kd-justify-center kd-items-center"
>
<div
class=
"kudos-progress-inner kd-transition-transform kd-duration-1000 kd-ease-in-out kd-scale-x-0 kd-h-full kd-w-full kd-bg-green-500"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment