7 lines
107 B
SCSS
7 lines
107 B
SCSS
.auth-panel {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|