37 lines
759 B
SCSS
37 lines
759 B
SCSS
![]() |
// GDPR tabele
|
||
|
|
||
|
table {
|
||
|
&.gdpr_surveys {
|
||
|
tr.red_row {
|
||
|
td {
|
||
|
background-color: $light-red !important;
|
||
|
}
|
||
|
}
|
||
|
tr.green_row {
|
||
|
td {
|
||
|
background-color: $light-green !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//Seznam zahtevkov
|
||
|
&.requests {
|
||
|
td {
|
||
|
div{
|
||
|
&.gdpr_requests_wrap {
|
||
|
max-width: 204px;
|
||
|
min-width: 204px;
|
||
|
overflow-wrap: break-word;
|
||
|
white-space: normal;
|
||
|
padding: 8px 0px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
div#gdrp_requests_unresolved {
|
||
|
margin-bottom: 32px;
|
||
|
}
|