add support for columns in auth-panel
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.auth-panel__column {
|
||||
&:nth-child(2) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
.auth-panel {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user