add support for columns in auth-panel

This commit is contained in:
igoradamenko
2018-03-18 23:12:21 +02:00
parent 21703d6574
commit ab7c800cd4
2 changed files with 7 additions and 0 deletions
@@ -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;
}