mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
33 lines
464 B
SCSS
Vendored
33 lines
464 B
SCSS
Vendored
.item-modal {
|
|
|
|
.card-footer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding: 20px 20px;
|
|
}
|
|
|
|
.col-form-label {
|
|
text-align: end;
|
|
padding-right: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.required {
|
|
position: absolute;
|
|
right: -10px;
|
|
color: $ls-color-red;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
@media(max-width: $x-small-breakpoint ) {
|
|
|
|
.base-modal .item-modal .input-label{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|