common-ui/src/lib/users/components/user-button/user-button.component.scss
2023-05-30 21:47:41 +03:00

25 lines
385 B
SCSS

@use '../../../../assets/styles/common-buttons';
:host {
//@extend .user-button;
min-width: fit-content;
button {
padding: 0 10px 0 5px;
mat-icon {
width: 14px;
}
}
&[aria-expanded='true'] {
button {
background: rgba(var(--iqser-primary-rgb), 0.1);
}
}
.dot {
left: -2px;
}
}