Penambahan thema pada Menu Laporan per pintu pos

This commit is contained in:
pand03
2026-04-16 17:38:48 +07:00
parent 67f6604f89
commit c73adb3c6b
8 changed files with 652 additions and 118 deletions

View File

@@ -8866,6 +8866,29 @@ sup {
vertical-align: baseline;
}
.breadcrumb ol {
display: flex;
list-style: none;
padding: 0;
}
.breadcrumb li + li::before {
content: "/"; /* Standard separator; can also use ">" */
padding: 0 8px;
color: #666;
}
.breadcrumb a {
text-decoration: none;
color: #0275d8;
}
.breadcrumb a:hover {
text-decoration: underline;
}
sub {
bottom: -.25em;
}