Delete self contained Thunder Tests

Back to .net8.0
api/v4/InfinityQS
ApiExplorerSettings
Wafer Counter
Color Sorting
This commit is contained in:
2024-03-13 13:15:56 -07:00
parent 7e16ee7f98
commit 127634f5ab
952 changed files with 205130 additions and 914 deletions

View File

@ -0,0 +1,81 @@
:root {
--ifx-font-family: "Source Sans 3";
font-family: var(--ifx-font-family, sans-serif);
}
:host {
display: inline-block;
}
.container {
display: flex;
min-height: 1.25em;
align-items: center;
padding: 0 8px;
border-radius: 9999px;
font-family: var(--ifx-font-family);
}
.container.no-border {
padding: 0;
}
.container.border-orange {
border: 1px solid #E16B25;
}
.container.border-ocean {
border: 1px solid #0A8276;
}
.container.border-grey {
border: 1px solid #575352;
}
.container.border-light-grey {
border: 1px solid #BFBBBB;
}
.container.border-red {
border: 1px solid #CD002F;
}
.container.border-green {
border: 1px solid #4CA460;
}
.container.border-berry {
border: 1px solid #9C216E;
}
.text {
margin: 0;
padding-left: 4px;
font-style: normal;
font-weight: 600;
font-size: 1rem;
line-height: 1.25rem;
display: inline;
color: #1D1D1D;
}
.dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 9999px;
}
.dot.orange {
background-color: #E16B25;
}
.dot.ocean {
background-color: #0A8276;
}
.dot.grey {
background-color: #575352;
}
.dot.light-grey {
background-color: #BFBBBB;
}
.dot.red {
background-color: #CD002F;
}
.dot.green {
background-color: #4CA460;
}
.dot.berry {
background-color: #9C216E;
}