diff --git a/austax/templates/cgt_adjustments.html b/austax/templates/cgt_adjustments.html index 416929a..0d92b50 100644 --- a/austax/templates/cgt_adjustments.html +++ b/austax/templates/cgt_adjustments.html @@ -19,18 +19,18 @@ {% block title %}CGT adjustments{% endblock %} {% block content %} -

+

CGT adjustments

- + New CGT adjustment - + diff --git a/austax/templates/cgt_adjustments_edit.html b/austax/templates/cgt_adjustments_edit.html index de93b66..9518f45 100644 --- a/austax/templates/cgt_adjustments_edit.html +++ b/austax/templates/cgt_adjustments_edit.html @@ -20,7 +20,7 @@ {% block content %}
-

+

{{ 'Edit' if adjustment else 'New' }} CGT adjustment

@@ -30,38 +30,38 @@
- +
- +
- +

CGT adjustment

- +
- +
$
- +
- +
diff --git a/austax/templates/cgt_adjustments_multinew.html b/austax/templates/cgt_adjustments_multinew.html index 890492f..34b971a 100644 --- a/austax/templates/cgt_adjustments_multinew.html +++ b/austax/templates/cgt_adjustments_multinew.html @@ -20,7 +20,7 @@ {% block content %}
-

+

Multiple CGT adjustments

@@ -30,11 +30,11 @@
- +
- +
@@ -54,23 +54,23 @@
- +
- +
$
- +
- +
diff --git a/austax/templates/cgt_assets.html b/austax/templates/cgt_assets.html index 1145f47..1b8c749 100644 --- a/austax/templates/cgt_assets.html +++ b/austax/templates/cgt_assets.html @@ -19,7 +19,7 @@ {% block title %}CGT assets{% endblock %} {% block content %} -

+

CGT assets

diff --git a/drcr/css/main.css b/drcr/css/main.css index b5c61c9..18c2650 100644 --- a/drcr/css/main.css +++ b/drcr/css/main.css @@ -1,3 +1,21 @@ @tailwind base; @tailwind components; @tailwind utilities; + +@layer components { + .bordered-field { + @apply block w-full border-0 py-1 text-gray-900 placeholder:text-gray-400 shadow-sm ring-1 ring-inset ring-gray-300 focus:ring-2 focus:ring-inset focus:ring-emerald-600; + } + .btn-primary { + @apply inline-flex items-center gap-x-1.5 bg-emerald-600 px-3 py-1 text-white shadow-sm hover:bg-emerald-700; + } + .btn-secondary { + @apply inline-flex items-center gap-x-1.5 px-3 py-1 text-gray-800 shadow-sm ring-1 ring-inset ring-gray-400 hover:bg-gray-50; + } + .checkbox-primary { + @apply h-4 w-4 border-gray-300 text-emerald-600 shadow-sm focus:ring-emerald-600 -mt-0.5; + } + .page-heading { + @apply text-xl sm:text-base font-medium text-gray-700 print:text-xl print:text-gray-900; + } +} diff --git a/drcr/templates/base.html b/drcr/templates/base.html index 2ef9a0b..05c4d2a 100644 --- a/drcr/templates/base.html +++ b/drcr/templates/base.html @@ -28,9 +28,9 @@ {% block body %}
{# Navigation bar #} -