Commit 00e0f1a634247f14a713d3b0493f43d7aefbb047

Authored by Neeraj Sharma
1 parent 36c7aeaa2e

test live view payament

Showing 1 changed file with 29 additions and 0 deletions   Show diff stats
src/pages/Account/invoice.vue
... ... @@ -1105,4 +1105,33 @@ table.feeTypeTable {
1105 1105 table-layout: auto !important;
1106 1106 width: 100% !important;
1107 1107 }
  1108 +.card-style {
  1109 + background: #7f62f8 !important;
  1110 + border-color: #7f62f8 !important;
  1111 + border-radius: 12px;
  1112 + text-align: center !important;
  1113 + padding-top: 10px !important;
  1114 +}
  1115 +.add-button {
  1116 + background: #feb83c !important;
  1117 + border-color: #feb83c !important;
  1118 + text-transform: none !important;
  1119 + -webkit-box-shadow: none !important;
  1120 + box-shadow: none !important;
  1121 +}
  1122 +.clear-button {
  1123 + background: #fa7676 !important;
  1124 + border-color: #fa7676 !important;
  1125 + text-transform: none !important;
  1126 + -webkit-box-shadow: none !important;
  1127 + box-shadow: none !important;
  1128 +}
  1129 +.card-styles {
  1130 + background: #7f62f8 !important;
  1131 + border-color: #7f62f8 !important;
  1132 +}
  1133 +.v-card__actions .v-btn {
  1134 + margin: 0 15px !important;
  1135 + min-width: 96px !important;
  1136 +}
1108 1137 </style>
1109 1138 \ No newline at end of file
... ...