diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index a0c6599..f53b947 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -1,6 +1,6 @@ /* This file is part of Vervis. * - * Written in 2016, 2022 by fr33domlover . + * Written in 2016, 2022, 2024 by fr33domlover . * * ♡ Copying is an act of love. Please copy, reuse and share. * @@ -95,13 +95,20 @@ label width: 100% text-align: right +button + padding: 1rem + border-radius: 1rem + +button:disabled, button[disabled] + color: #{black} + input:not[type="submit"], select, textarea display: inline-grid width: 100% input[type="submit"] display: inline-grid - width: 50% + width: 100% padding: 1rem grid-column-start: 2 border: none