[Redizajn 1KA] - Uporabniki --> Nepotrjeni - border popravki

This commit is contained in:
tejagerjovic 2022-06-14 09:20:36 +02:00
parent e67a0a7ba9
commit 06335a412d
2 changed files with 1459 additions and 1443 deletions

File diff suppressed because it is too large Load Diff

View File

@ -221,3 +221,12 @@ table.dataTable thead .sorting_asc {
} }
} }
table.dataTable {
padding: 0 !important;
td,th {
&:not(:first-of-type) {
border-left: 1px solid $gray;
}
}
}