Initial commit
This commit is contained in:
33
api-wiaas/client/js/components/financing/financing.less
Normal file
33
api-wiaas/client/js/components/financing/financing.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user