Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter Color Sorting
55 lines
1.1 KiB
CSS
55 lines
1.1 KiB
CSS
:root {
|
|
--ifx-font-family: "Source Sans 3";
|
|
font-family: var(--ifx-font-family, sans-serif);
|
|
}
|
|
|
|
.breadcrumb-parent {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 0px;
|
|
gap: 12px;
|
|
}
|
|
.breadcrumb-parent:hover {
|
|
cursor: pointer;
|
|
}
|
|
.breadcrumb-parent .breadcrumb-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 0px;
|
|
gap: 8px;
|
|
position: relative;
|
|
}
|
|
.breadcrumb-parent .breadcrumb-wrapper .dropdown-menu {
|
|
display: none;
|
|
position: absolute;
|
|
top: 20px;
|
|
}
|
|
.breadcrumb-parent .breadcrumb-wrapper .dropdown-menu.open {
|
|
display: block;
|
|
}
|
|
.breadcrumb-parent .breadcrumb-wrapper a {
|
|
text-decoration: none;
|
|
color: #1D1D1D;
|
|
font-family: var(--ifx-font-family);
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #1D1D1D;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 0px;
|
|
border-bottom: 1px solid #1D1D1D;
|
|
}
|
|
.breadcrumb-parent .breadcrumb-divider {
|
|
width: 10px;
|
|
height: 16px;
|
|
color: #EEEDED;
|
|
line-height: 13px;
|
|
font-size: 1.25rem;
|
|
margin-right: 12px;
|
|
} |