|
|
@@ -108,32 +108,32 @@ body,
|
|
|
|
|
|
.input-disable {
|
|
|
.q-field--outlined .q-field__control::before {
|
|
|
- border: 1px solid #b9b9b9 !important;
|
|
|
+ border: 1px solid #565454 !important;
|
|
|
transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.q-input-border {
|
|
|
.q-field__control::before {
|
|
|
- border: 1px solid #b9b9b9 !important;
|
|
|
+ border: 1px solid #565454 !important;
|
|
|
transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.q-field--labeled .q-field__control,
|
|
|
.q-field--focused .q-field__control {
|
|
|
- border-radius: 8px !important;
|
|
|
+ border-radius: 4px !important;
|
|
|
}
|
|
|
|
|
|
.q-field--outlined.q-field--rounded .q-field__control {
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
// quasar component overrides
|
|
|
.q-field__control,
|
|
|
.q-item--active,
|
|
|
.q-toggle__inner--truthy {
|
|
|
- color: #ffd700 !important;
|
|
|
+ color: #ED3237 !important;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
|
|
|
@@ -144,23 +144,23 @@ body,
|
|
|
.q-field--labeled .q-field__control,
|
|
|
.q-field--focused .q-field__control,
|
|
|
.q-field--outlined.q-field--rounded .q-field__control {
|
|
|
- color: #ffd700 !important;
|
|
|
+ color: #ED3237 !important;
|
|
|
border-radius: 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.select-rounded {
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.default-button-padding {
|
|
|
padding: 12px 16px 12px 16px !important;
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.q-checkbox__bg {
|
|
|
border-radius: 4px !important;
|
|
|
- border: 1px solid #ffd700 !important;
|
|
|
+ border: 1px solid #ED3237 !important;
|
|
|
}
|
|
|
|
|
|
.img-gradient {
|