Mike Phares 127634f5ab Delete self contained Thunder Tests
Back to .net8.0
api/v4/InfinityQS
ApiExplorerSettings
Wafer Counter
Color Sorting
2024-03-13 13:15:56 -07:00

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;
}