Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter Color Sorting
38 lines
882 B
CSS
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);
|
|
} |