feat: finish my pages overview page according to wireframe

This commit is contained in:
Simon Emanuelsson
2024-04-02 10:26:12 +02:00
parent d902a5a704
commit 8c8fa2d02c
48 changed files with 1161 additions and 91 deletions

View File

@@ -1,6 +1,7 @@
.container {
position: sticky;
top: 0;
z-index: 999;
}
.header {
@@ -15,7 +16,9 @@
}
.breadcrumbs {
display: none;
background-color: var(--some-grey-color, #f2f2f2);
display: block;
padding-left: 2rem;
}
@media screen and (min-width: 950px) {
@@ -30,7 +33,7 @@
}
.breadcrumbs {
display: block;
background-color: var(--some-white-color, #fff);
padding-left: 2.4rem;
}
}