format action and styling quibbles.

This commit is contained in:
fiatjaf
2023-03-24 07:25:31 -03:00
parent 6ea1475759
commit b966c8a1ac
2 changed files with 57 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
import calico.html.io.*
object Styles {
val button = cls :=
"shrink bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 mx-2 px-4 rounded "
val mono = styleAttr := "font-family: monospace"
}