refining success indicator border
This commit is contained in:
parent
27dd7e7670
commit
886970ff2c
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
&__score {
|
||||
@apply bg-neutral-300 h-12 w-12 rounded-full
|
||||
@apply bg-neutral-200 h-12 w-12 rounded-full
|
||||
flex
|
||||
justify-center
|
||||
items-center
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
transform: translateX(100%);
|
||||
}
|
||||
.succes-indicator {
|
||||
@apply w-3 h-3 absolute top-0 right-0 bg-green-600 rounded-full p-2 border ;
|
||||
transform: translate(40%, -40%);
|
||||
@apply w-3 h-3 absolute top-0 right-0 bg-green-600 border-solid border-white rounded-full p-2;
|
||||
transform: translate(52%, -40%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user