feat: finish my pages overview page according to wireframe
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user