Moved css classes to corresponding components
This commit is contained in:
@@ -29,16 +29,6 @@
|
||||
height: 1.375rem;
|
||||
}
|
||||
|
||||
.loginLink {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.userName {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.nav {
|
||||
display: flex;
|
||||
@@ -48,7 +38,4 @@
|
||||
.menus {
|
||||
display: contents;
|
||||
}
|
||||
.userName {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user