Files
remark42/web/app/components/auth-panel/__column/auth-panel__column.scss
T

13 lines
189 B
SCSS

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