diff --git a/assets/main.css b/assets/main.css index 3f08e10..323707a 100644 --- a/assets/main.css +++ b/assets/main.css @@ -5,6 +5,7 @@ --text-light: #1D262E; --text-lighter: #28323B; --text-lightest: #A1A7AD; + --text-important: #922724; --outline: #DFE3E8; --brand: #0f6b4b; --shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; @@ -63,6 +64,12 @@ menu.sidebar { gap: 20px; } +div.errors { + color: var(--text-important); + margin: 20px 0; + min-height: 40px 0; +} + menu.sidebar a { color: var(--text); display: flex; @@ -190,6 +197,8 @@ section.loans-list { .loans-list h3 { cursor: pointer; width: fit-content; + min-height: 20px; + min-width: 20px; } .loans-list .add svg { diff --git a/components/new.vue b/components/new.vue index d600e4c..37d8caf 100644 --- a/components/new.vue +++ b/components/new.vue @@ -23,7 +23,7 @@ class="bi bi-plus" viewBox="0 0 16 16">

Loan

- @@ -53,13 +53,11 @@ class="bi bi-plus" viewBox="0 0 16 16">

Transaction Type

- + - + @@ -190,7 +188,13 @@ selected="estimate.transaction == 1">
- + + + +
+ {{e}} +
+
@@ -199,6 +203,7 @@ selected="estimate.transaction == 1">