Files
remark42/web/app/components/auth-panel/__column/auth-panel__column.scss
T
2018-05-06 14:35:32 +03:00

12 lines
167 B
SCSS

.auth-panel__column {
&:nth-child(1) {
overflow: hidden;
text-overflow: ellipsis;
}
&:nth-child(2) {
margin-left: 8px;
text-align: right;
}
}