Bezbednosni audit i refaktoring: HP popravke, RBAC, flash poruke, go:embed, CSP
This commit is contained in:
@@ -7,23 +7,13 @@
|
||||
.detalji-kartica:nth-child(1) { animation-delay: 0.04s; }
|
||||
.detalji-kartica:nth-child(2) { animation-delay: 0.12s; }
|
||||
.detalji-kartica:nth-child(3) { animation-delay: 0.20s; }
|
||||
|
||||
.stavke-tabela tbody tr:nth-child(1) { animation-delay: 0.16s; }
|
||||
.stavke-tabela tbody tr:nth-child(2) { animation-delay: 0.20s; }
|
||||
.stavke-tabela tbody tr:nth-child(3) { animation-delay: 0.24s; }
|
||||
.stavke-tabela tbody tr:nth-child(4) { animation-delay: 0.28s; }
|
||||
.stavke-tabela tbody tr:nth-child(5) { animation-delay: 0.32s; }
|
||||
|
||||
.stavke-kartice {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.stavke-tabela-wrapper { display: none; }
|
||||
.stavke-kartice { display: flex; }
|
||||
}
|
||||
.stavke-kartice { display: none; flex-direction: column; gap: 10px; }
|
||||
@media (max-width: 768px) { .stavke-tabela-wrapper { display: none; } .stavke-kartice { display: flex; } }
|
||||
</style>
|
||||
{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user