34 lines
607 B
Plaintext
34 lines
607 B
Plaintext
.module-layer {
|
|
position: relative;
|
|
margin-top: 1%;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
margin-bottom: 3%;
|
|
min-height: 50rem;
|
|
}
|
|
|
|
#financing-module-layer {
|
|
.module-layer;
|
|
|
|
.edit-interest-rate {
|
|
width: 7rem;
|
|
padding: 0 0.6rem;
|
|
}
|
|
}
|
|
|
|
#set-customers-discount-module-container {
|
|
.customer-info-discount {
|
|
padding: 0.3% 0% 0.3% 1%;
|
|
}
|
|
.customer-info-discount:hover {
|
|
background: rgba(59, 185, 255, 0.1);
|
|
}
|
|
|
|
.customer-discount-message {
|
|
padding: 1% 0;
|
|
}
|
|
|
|
.edit-interest-rate-discount {
|
|
width: 70%;
|
|
}
|
|
}
|