responsive made

This commit is contained in:
Kakabay 2024-04-09 18:28:56 +05:00
parent 1a4f5a54ca
commit 65ab2ab86b
2 changed files with 44 additions and 1 deletions

View File

@ -269,6 +269,13 @@
display: flex;
flex-direction: column;
gap: 1.4rem;
h6 {
font-size: 1.6rem;
span {
color: red;
}
}
}
.cs-2-right-middle {

View File

@ -50,11 +50,12 @@
.input-block {
span {
font-size: 1.4rem;
font-size: 1.6rem;
// font-weight: 600;
}
label {
font-size: 1.4rem;
span {
color: red;
}
@ -142,6 +143,7 @@
.loan-accepted-title {
color: $base-green;
font-size: 2.4rem;
}
.payment-details {
@ -172,3 +174,37 @@
width: 100%;
height: 100%;
}
.credit-term {
label {
font-size: 1.6rem;
}
}
.calculator-hader {
font-size: 1.8rem;
font-weight: 600;
color: white;
}
#sum::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;
background-color: white;
border: 2px solid $base-green;
}
.modal-middle-digital-loan {
grid-template-columns: repeat(13, 1fr);
}
@media (max-width: 1300px) {
.modal-middle-digital-loan {
display: none;
}
.imm-credit-form-wrapper {
display: flex;
flex-direction: column;
}
}