From 39b3b18876e9bfba0ef4bb66a0be276af0b59c22 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Oct 2024 15:30:27 +0200 Subject: [PATCH] rounding the focus point on backend --- resources/css/admin-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index bf0c192..ac343e2 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -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;