280dc51d85
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
14 lines
195 B
SCSS
14 lines
195 B
SCSS
.avatar-overlay {
|
|
@include circle(48px);
|
|
|
|
&__base {
|
|
@include circle(36px);
|
|
}
|
|
|
|
&__overlay {
|
|
@include circle(36px);
|
|
@include abs-position(auto, 0, 0);
|
|
|
|
z-index: 1;
|
|
}
|
|
} |