Add alert class to form intro

This commit is contained in:
Marcus Kammer 2024-08-09 16:03:47 +02:00
parent 99b20eda7f
commit 40a90f5f78

View file

@ -512,7 +512,7 @@ ACTION: Form action.
INTRO: Write some information related to the form. Could be a introduction."
`(spinneret:with-html
(:div
(when ,intro (:p ,intro))
(when ,intro (:p :class "alert alert-light" ,intro))
(:form :action (unless ,action "/")
:method "post"
:class (spacing :property "m" :side "y" :size 1)