rounding the focus point on backend

This commit is contained in:
Antoine M 2024-10-01 15:30:27 +02:00
parent 05a7897b6f
commit 39b3b18876

View File

@ -177,6 +177,12 @@
}
}
.focus-point-modification-pannel {
.homegrade-blocks-focus-point-bullet {
@apply rounded-full w-10 h-10 text-white font-bold flex items-center justify-center;
}
}
.edit-question-button {
@apply text-white py-2 px-4 mt-3 block w-fit rounded-full;
background-color: #e04d42;