Added original Vuexy files and cloned focus2 views into vuexy views for its conversion

This commit is contained in:
imnavajas
2023-05-06 13:01:53 +02:00
parent f0772cf1a6
commit ab99ba508b
1240 changed files with 240576 additions and 12 deletions

View File

@ -0,0 +1,60 @@
.wizard-checkout-example .content {
min-height: 30rem;
}
.wizard-checkout-example .content .wizard-header.title {
display: none;
}
.wizard-checkout-example .content .card-body.offers {
border-left-width: 0.25rem !important;
}
.wizard-checkout-example .content .card-body .size-qty-inputs input {
width: 2.1875rem;
text-align: center;
}
.wizard-checkout-example .order-details .list-group-item {
position: relative;
}
.wizard-checkout-example .order-details .list-group-item .remove-item {
font-size: 1.15rem;
position: absolute;
right: 0;
top: 0.3125rem;
}
.wizard-checkout-example .order-details i {
font-size: 1.5rem;
}
.property-wizard svg {
height: 9.375rem;
width: 9.375rem;
}
.loan-application-wizard svg {
height: 6.25rem;
width: 6.25rem;
}
.light-style .custom-wizard-header {
background-color: #fff;
color: #fff;
}
.light-style .custom-wizard-header .app-brand-text {
color: #fff;
}
@media (min-width: 768px) {
.light-style [dir=rtl] .checkout-wizard.wizard > .steps li a .step-title {
margin-right: 0;
}
}
.dark-style .custom-wizard-header {
background-color: #44475b;
}
.dark-style .custom-wizard-header .app-brand-text {
color: #fff;
}
@media (min-width: 768px) {
.dark-style [dir=rtl] .checkout-wizard.wizard > .steps li a .step-title {
margin-right: 0;
}
}