Remove with Text
Remove GetEngineeringSpcReview Better error message EnforceCodeStyleInBuild NginxFileSystem Remove Reactors and Working Directory AppSettings Delete self contained Thunder Tests Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter
This commit is contained in:
85
Server/wwwroot/package/dist/collection/components/navbar/navbar-item.css
vendored
Normal file
85
Server/wwwroot/package/dist/collection/components/navbar/navbar-item.css
vendored
Normal file
@ -0,0 +1,85 @@
|
||||
.navbar__container-left-content-navigation-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 0px 8px;
|
||||
gap: 8px;
|
||||
flex: none;
|
||||
order: 0;
|
||||
flex-grow: 0;
|
||||
font-family: var(--ifx-font-family);
|
||||
}
|
||||
.navbar__container-left-content-navigation-item.hideElement {
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item:hover {
|
||||
color: #0A8276;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item:hover a {
|
||||
color: #0A8276;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item.remove {
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #1D1D1D;
|
||||
text-decoration: none;
|
||||
flex: none;
|
||||
order: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item.removeLabel a {
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-icon-wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0px;
|
||||
gap: 8px;
|
||||
flex: none;
|
||||
order: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-icon-wrapper.removeWrapper {
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-icon-wrapper.hide {
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-navigation-profile {
|
||||
position: relative;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: #0A8276;
|
||||
border-radius: 100px;
|
||||
flex: none;
|
||||
order: 0;
|
||||
flex-grow: 0;
|
||||
display: none;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-navigation-profile.show {
|
||||
display: flex;
|
||||
}
|
||||
.navbar__container-left-content-navigation-item .navbar__container-right-content-navigation-item-navigation-profile a {
|
||||
position: absolute;
|
||||
width: 22px;
|
||||
height: 20px;
|
||||
left: calc(50% - 11px);
|
||||
top: calc(50% - 10px);
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
}
|
Reference in New Issue
Block a user