Migrate to modernize template

This commit is contained in:
Marek Lesko
2025-10-19 16:34:01 +00:00
parent 9deee01ba3
commit aba8943d17
666 changed files with 25377 additions and 45152 deletions

View File

@@ -0,0 +1,33 @@
@use "../variables" as *;
.breadcrumb-icon {
position: absolute;
top: -20px;
right: 19px;
}
.breadcrumb {
list-style: none;
margin: 0;
padding: 0px;
display: flex;
}
.breadcrumb-item {
padding: 0 10px 0 0;
&:first-child {
&::marker {
display: none;
}
}
a {
text-decoration: none;
font-size: 14px;
&:hover {
color: $primary;
}
}
}