Bezbednosni audit i refaktoring: HP popravke, RBAC, flash poruke, go:embed, CSP
This commit is contained in:
@@ -17,26 +17,14 @@
|
||||
.pod-tabela tbody tr:nth-child(9) { animation-delay: 0.36s; }
|
||||
.pod-tabela tbody tr:nth-child(10) { animation-delay: 0.40s; }
|
||||
|
||||
.pod-kartice {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.pod-kartice { display: none; flex-direction: column; gap: 12px; }
|
||||
.pod-kartica:nth-child(1) { animation-delay: 0.04s; }
|
||||
.pod-kartica:nth-child(2) { animation-delay: 0.10s; }
|
||||
.pod-kartica:nth-child(3) { animation-delay: 0.16s; }
|
||||
.pod-kartica:nth-child(4) { animation-delay: 0.22s; }
|
||||
.pod-kartica:nth-child(5) { animation-delay: 0.28s; }
|
||||
|
||||
.red-prekoracen td {
|
||||
background: rgba(207, 87, 87, 0.06);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.pod-tabela { display: none; }
|
||||
.pod-kartice { display: flex; }
|
||||
}
|
||||
.red-prekoracen td { background: rgba(207, 87, 87, 0.06); }
|
||||
@media (max-width: 768px) { .pod-tabela { display: none; } .pod-kartice { display: flex; } }
|
||||
</style>
|
||||
{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user