You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
291 B
SCSS

form {
text-align: left;
.col-form-label {
text-align: right;
}
.form-buttons {
text-align: center;
}
}
.invalid-feedback, .valid-feedback {
width: 600%;
text-align: left;
}
.col-form-label.required {
color: rgb(200, 0, 0);
&::before {
content: '* ';
}
}