This commit is contained in:
2024-01-26 10:41:49 +07:00
parent b5a10581a0
commit 5f080f0be6
7 changed files with 218 additions and 5 deletions

View File

@@ -798,4 +798,26 @@ input[type="radio"] {
color: #fff;
}
}
}
.global-breadcrumb-container {
padding: 16px;
line-height: 20px;
a{
display: inline-block;
&:hover{
color: #0041E8;
}
&::after{
content: '\f054';
font-family: Fontawesome;
font-size: 10px;
margin: 0 5px;
}
&:last-child{
color: #0041E8;
&::after{
content: none;
}
}
}
}