Files
old-wiaas-legacy/api-wiaas/client/js/components/financing/financing.less
2018-06-11 11:09:35 +02:00

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%;
}
}