feat(directory): init operator page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user