3d509c84a2
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate group page components.
15 lines
257 B
SCSS
15 lines
257 B
SCSS
.autosuggest-account {
|
|
@include flex(flex-start, center, row);
|
|
@include text-sizing(14px, 400, 18px);
|
|
|
|
&__icon {
|
|
display: block;
|
|
margin-right: 8px;
|
|
|
|
@include size(16px);
|
|
}
|
|
|
|
.display-name__account {
|
|
color: $lighter-text-color;
|
|
}
|
|
} |