Penambahan thema pada Menu Laporan per pintu pos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user