gab-social/app/javascript/gabsocial/components/avatar_overlay/avatar_overlay.scss
mgabdev 280dc51d85 Large update for all components
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/*
2019-08-07 01:02:36 -04:00

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;
}
}