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:
38
Server/wwwroot/package/dist/collection/components/breadcrumb/breadcrumb-item-label.css
vendored
Normal file
38
Server/wwwroot/package/dist/collection/components/breadcrumb/breadcrumb-item-label.css
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
: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);
|
||||
}
|
Reference in New Issue
Block a user