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

36 lines
631 B
CSS

:root {
--ifx-font-family: "Source Sans 3";
font-family: var(--ifx-font-family, sans-serif);
}
.navbar__menu-item {
text-decoration: none;
color: #1D1D1D;
display: flex;
align-items: center;
padding: 8px 16px;
gap: 8px;
font-family: var(--ifx-font-family);
}
.navbar__menu-item.hide {
display: none;
}
.navbar__menu-item span {
color: #1D1D1D;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
/* 150% */
}
.navbar__menu-item:hover {
cursor: pointer;
background-color: #EEEDED;
}
.navbar__menu-item:active {
background-color: #BFBBBB;
}
.icon {
margin-right: 4px;
}