breadcrumbs
This commit is contained in:
parent
1abbe63776
commit
f3d3e77f0f
5 changed files with 293 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue