15 lines
175 B
SCSS
15 lines
175 B
SCSS
:host {
|
|
display: block;
|
|
}
|
|
|
|
mat-icon.disabled {
|
|
opacity: 0.7;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
iqser-circle-button {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 5px;
|
|
}
|