mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-27 04:19:31 +00:00
10 lines
164 B
SCSS
10 lines
164 B
SCSS
|
|
:host {
|
||
|
|
.legend {
|
||
|
|
small {
|
||
|
|
font-size: x-small;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.mdc-line-ripple.mdc-line-ripple--deactivating.ng-star-inserted {
|
||
|
|
display: none!important;
|
||
|
|
}
|