breadcrumbs

This commit is contained in:
John Hess 2024-06-05 14:16:00 -05:00
parent 1abbe63776
commit f3d3e77f0f
5 changed files with 293 additions and 5 deletions

View file

@ -1,9 +1,12 @@
/* Based on the default lighttpd styles, this butters up the UI */
body {
font-family: "Poppins", sans-serif;
margin: 0;
}
a {
text-decoration: none;
}
body>h2 {
@ -21,6 +24,25 @@ div.foot {
display: none;
}
.breadcrumbs {
display: flex;
align-items: center;
margin: 10px;
height: 34px;
.path-next {
margin: 0 5px;
height: 12px;
}
}
.crumb {
align-items: center;
color: black;
display: flex;
font-family: "Poppins", sans-serif;
font-size: 14px;
}
h2 {
font-size: 18px;
font-weight: 500;
@ -33,6 +55,10 @@ hr {
margin: 20px 10px;
}
hr.full-width {
margin: 0;
}
.container {
display: flex;
align-items: center;
@ -41,7 +67,6 @@ hr {
margin: 10px;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
text-decoration: none;
}
.logo-container {