21 lines
249 B
SCSS
21 lines
249 B
SCSS
//
|
|
// _forms.scss
|
|
//
|
|
|
|
textarea.form-control {
|
|
line-height: 1.85;
|
|
}
|
|
|
|
.input-group-text i:before {
|
|
vertical-align: top;
|
|
}
|
|
|
|
select.form-control {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.custom-file-label::after {
|
|
content: $custom-file-text;
|
|
}
|