25 lines
385 B
SCSS
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;
|
|
}
|
|
}
|