Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter Color Sorting
14 lines
210 B
CSS
14 lines
210 B
CSS
:host {
|
|
display: inline-block;
|
|
}
|
|
|
|
.rotate {
|
|
transition: transform 0.2s ease-in-out;
|
|
transform: rotate(-180deg);
|
|
margin-top: 0em;
|
|
}
|
|
|
|
.icon {
|
|
margin-top: 0em;
|
|
transition: transform 0.2s ease-in-out;
|
|
} |