- added task rendering instead of molecule - fied a lot of errors - changes experiment page to show generic experiment info
29 lines
478 B
CSS
29 lines
478 B
CSS
.InstancesListCard {
|
|
height: 120px;
|
|
}
|
|
|
|
.InstanceSectionWithLine {
|
|
width: 250px;
|
|
}
|
|
|
|
.InstanceIframeSection {
|
|
flex-grow: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.DatesContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.RightInstanceSection {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 275px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.MachinePill {
|
|
background-color: var(--mantine-color-contrast-filled);
|
|
color: var(--mantine-color-primary-filled);
|
|
}
|