diff --git a/src/assets/styles/base.scss b/src/assets/styles/base.scss index 701459466..b44ac4086 100644 --- a/src/assets/styles/base.scss +++ b/src/assets/styles/base.scss @@ -305,11 +305,6 @@ ul.list { width: 282px; } -// Error Border -.invalid-section { - border-left: 3px solid $app-red; -} - // vertical pipe for separating strings .vert-pipe { margin-top: 0.1rem; diff --git a/src/components/Dashboard/TodoList.vue b/src/components/Dashboard/TodoList.vue index 789d6d8a3..68ddfeab8 100644 --- a/src/components/Dashboard/TodoList.vue +++ b/src/components/Dashboard/TodoList.vue @@ -29,162 +29,96 @@ :key="index" :class="{ 'disabled': !item.enabled, - 'pay-error': isStatusDraft(item) && isPayError(item) + 'pay-error': isStatusDraft(item) && isPayError(item), + 'invalid-item': isInvalidItem(item) }" > - +
-
+ +

{{ item.title }}

- -
-

Verify your Office Address and Current Directors before filing your Annual Report.

- -
+
+ + - -
- PAYMENT INCOMPLETE - - mdi-information-outline - {{ (panel === index) ? "Hide Details" : "View Details" }} - -
- - -
- {{ item.subtitle }} -
+ + + + + + + + + + +
+
+ +
- - -