diff --git a/src/pages/Account/invoice.vue b/src/pages/Account/invoice.vue index b2e585e..5346531 100644 --- a/src/pages/Account/invoice.vue +++ b/src/pages/Account/invoice.vue @@ -1105,4 +1105,33 @@ table.feeTypeTable { table-layout: auto !important; width: 100% !important; } +.card-style { + background: #7f62f8 !important; + border-color: #7f62f8 !important; + border-radius: 12px; + text-align: center !important; + padding-top: 10px !important; +} +.add-button { + background: #feb83c !important; + border-color: #feb83c !important; + text-transform: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.clear-button { + background: #fa7676 !important; + border-color: #fa7676 !important; + text-transform: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.card-styles { + background: #7f62f8 !important; + border-color: #7f62f8 !important; +} +.v-card__actions .v-btn { + margin: 0 15px !important; + min-width: 96px !important; +} \ No newline at end of file