diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 4c529fe0f..5d303c0c4 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #cd3a3a; +} + .pi { font-size: 1rem; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 1015f465d..22903beaa 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #cd3a3a; +} + .pi { font-size: 1rem; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 9043f0732..559e9f69a 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #cd3a3a; +} + .pi { font-size: 1rem; } diff --git a/public/themes/nova-colored/theme.css b/public/themes/nova-colored/theme.css index 653283019..8b4411ebc 100644 --- a/public/themes/nova-colored/theme.css +++ b/public/themes/nova-colored/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #a80000; +} + .pi { font-size: 1rem; } diff --git a/public/themes/nova-dark/theme.css b/public/themes/nova-dark/theme.css index 5570706e1..26c9ca7ba 100644 --- a/public/themes/nova-dark/theme.css +++ b/public/themes/nova-dark/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #a80000; +} + .pi { font-size: 1rem; } diff --git a/public/themes/nova-light/theme.css b/public/themes/nova-light/theme.css index 45948ac9b..28673d7f0 100644 --- a/public/themes/nova-light/theme.css +++ b/public/themes/nova-light/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #a80000; +} + .pi { font-size: 1rem; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 022d2aefd..fe81c34a1 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #a80000; +} + .pi { font-size: 1rem; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index cb83f863a..d6f6f8482 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: e7a3a3; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 743e9f727..87c4991a2 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-cyan/theme.css b/public/themes/saga-cyan/theme.css index da5bd9e04..0ace2920a 100644 --- a/public/themes/saga-cyan/theme.css +++ b/public/themes/saga-cyan/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-deeppurple/theme.css b/public/themes/saga-deeppurple/theme.css index a58586fb6..7fb16c26b 100644 --- a/public/themes/saga-deeppurple/theme.css +++ b/public/themes/saga-deeppurple/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 7e89b79c9..1eca4c438 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-indigo/theme.css b/public/themes/saga-indigo/theme.css index 00e07c4dc..12d06b1d0 100644 --- a/public/themes/saga-indigo/theme.css +++ b/public/themes/saga-indigo/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 2639b1b3c..22f0db268 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 9b8d80618..865e9808a 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/saga-teal/theme.css b/public/themes/saga-teal/theme.css index 7002c02b7..a5db7d5e7 100644 --- a/public/themes/saga-teal/theme.css +++ b/public/themes/saga-teal/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #f44336; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 0f3eb40c3..9476b7947 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-cyan/theme.css b/public/themes/vela-cyan/theme.css index eecd2e60a..076113136 100644 --- a/public/themes/vela-cyan/theme.css +++ b/public/themes/vela-cyan/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-deeppurple/theme.css b/public/themes/vela-deeppurple/theme.css index c90a052bf..71fef54e3 100644 --- a/public/themes/vela-deeppurple/theme.css +++ b/public/themes/vela-deeppurple/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index d66ce49b9..8705b6dfc 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-indigo/theme.css b/public/themes/vela-indigo/theme.css index ef04e20be..d187b34a9 100644 --- a/public/themes/vela-indigo/theme.css +++ b/public/themes/vela-indigo/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index f5e2bcb05..30ff3c6c6 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 1f2d7d9ec..419605812 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/public/themes/vela-teal/theme.css b/public/themes/vela-teal/theme.css index dc5074bb1..e08ae1985 100644 --- a/public/themes/vela-teal/theme.css +++ b/public/themes/vela-teal/theme.css @@ -19,6 +19,10 @@ opacity: 0.5; } +.p-error, .p-invalid { + color: #e57373; +} + .pi { font-size: 1rem; } diff --git a/src/views/steps/ConfirmationDemo.vue b/src/views/steps/ConfirmationDemo.vue index cbe39c499..8e0a256f4 100755 --- a/src/views/steps/ConfirmationDemo.vue +++ b/src/views/steps/ConfirmationDemo.vue @@ -2,67 +2,50 @@
diff --git a/src/views/steps/PaymentDemo.vue b/src/views/steps/PaymentDemo.vue index 13919e6ba..8846299bf 100755 --- a/src/views/steps/PaymentDemo.vue +++ b/src/views/steps/PaymentDemo.vue @@ -2,56 +2,36 @@
diff --git a/src/views/steps/PersonalDemo.vue b/src/views/steps/PersonalDemo.vue index 31dd6438b..e8aa236d4 100755 --- a/src/views/steps/PersonalDemo.vue +++ b/src/views/steps/PersonalDemo.vue @@ -2,52 +2,31 @@
@@ -89,7 +68,4 @@ export default { } } } - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/steps/SeatDemo.vue b/src/views/steps/SeatDemo.vue index ba5ad008f..df108cd9a 100755 --- a/src/views/steps/SeatDemo.vue +++ b/src/views/steps/SeatDemo.vue @@ -1,50 +1,29 @@