Files
crater/resources/assets/sass/components/customer-modal.scss
2019-11-15 19:42:16 +05:30

59 lines
908 B
SCSS
Vendored

.customer-modal {
.card-body {
padding-bottom: 4px;
}
.col-form-label {
text-align: end;
font-family: poppins, sans-serif;
padding-right: 0;
font-size: 14px;
position: relative;
}
.required {
position: absolute;
color: $ls-color-red;
right: -10px;
}
.card-footer {
display: flex;
justify-content: flex-end;
padding: 20px 20px;
.btn-crater {
margin-left: 15px;
}
}
.copy-address-button {
display: flex;
justify-content: flex-end;
}
}
@media (max-width: $x-small-breakpoint) {
.base-modal {
.customer-modal {
width: 100vw;
.required {
position: relative;
}
.input-label {
text-align: left;
}
}
}
}