feat(directory): init operator page

This commit is contained in:
Haoyu Xu
2023-02-28 14:20:28 -05:00
parent 7edc231e89
commit e4648945d1
18 changed files with 172 additions and 83 deletions

View File

@@ -191,7 +191,6 @@
border-top: 1px solid var(--border-color);
padding: 1rem 0;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
@@ -200,12 +199,22 @@
.footer .links {
flex-direction: row;
gap: 1rem;
height: 2rem;
}
.footer .links .separator {
height: 1rem;
.footer .links .item {
padding: 0 1rem;
border-left: 2px solid var(--border-color);
height: inherit;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.footer .links .item:first-of-type {
border-left: none;
}
.footer .copyright {