Delete self contained Thunder Tests
Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter Color Sorting
This commit is contained in:
36
Server/wwwroot/package/dist/collection/components/navbar/navbar-menu-item.css
vendored
Normal file
36
Server/wwwroot/package/dist/collection/components/navbar/navbar-menu-item.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
: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;
|
||||
}
|
Reference in New Issue
Block a user