refining success indicator border

This commit is contained in:
Antoine M 2024-05-13 15:02:28 +02:00
parent 27dd7e7670
commit 886970ff2c

View File

@ -21,7 +21,7 @@
} }
&__score { &__score {
@apply bg-neutral-300 h-12 w-12 rounded-full @apply bg-neutral-200 h-12 w-12 rounded-full
flex flex
justify-center justify-center
items-center items-center
@ -33,8 +33,8 @@
transform: translateX(100%); transform: translateX(100%);
} }
.succes-indicator { .succes-indicator {
@apply w-3 h-3 absolute top-0 right-0 bg-green-600 rounded-full p-2 border ; @apply w-3 h-3 absolute top-0 right-0 bg-green-600 border-solid border-white rounded-full p-2;
transform: translate(40%, -40%); transform: translate(52%, -40%);
} }
} }