mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-12 02:08:49 +00:00
interactive event filling of missing properties.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user