interactive event filling of missing properties.

This commit is contained in:
fiatjaf
2023-03-24 23:20:24 -03:00
parent 4d23a4c6af
commit 58517711b6
5 changed files with 88 additions and 9 deletions

View File

@@ -3,5 +3,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 buttonSmall = cls :=
"shrink text-sm bg-blue-500 hover:bg-blue-700 text-white font-bold mx-2 px-2 rounded "
val mono = styleAttr := "font-family: monospace"
}