19 lines
329 B
SCSS
19 lines
329 B
SCSS
@import "gdpr_tables";
|
|
|
|
//Obvezna polja obarvana z rdečo
|
|
div.setting_holder.red {
|
|
label {
|
|
color: red;
|
|
}
|
|
input {
|
|
&[type="text"] {
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
}
|
|
|
|
//Polje za komentar avtorja v tabeli zahtevkov
|
|
textarea.gdpr_requests_comment {
|
|
width: 200px;
|
|
height: 60px;
|
|
} |