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

38 lines
882 B
CSS

:root {
--ifx-font-family: "Source Sans 3";
font-family: var(--ifx-font-family, sans-serif);
}
.breadcrumb-item-label-container {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
color: #1D1D1D;
}
.breadcrumb-item-label-container.margin {
margin-left: 16px;
}
.breadcrumb-item-label-container ifx-icon:empty {
display: none;
}
.breadcrumb-item-label-container .label-icon-wrapper {
display: inline-flex;
}
.breadcrumb-item-label-container .menu-icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 16px;
height: 16px;
}
.breadcrumb-item-label-container .menu-icon-wrapper.hide {
display: none;
}
.breadcrumb-item-label-container .menu-icon-wrapper ifx-icon {
transition: 0.3s;
}
.breadcrumb-item-label-container .menu-icon-wrapper.show ifx-icon {
transition: 0.3s;
transform: rotate(180deg);
}