Files
molecular_frontend/src/Components/ListCard/TaskListCard/TaskListCard.css
DeOwl f3372eb0ad v1.0
- added task rendering instead of molecule
- fied a lot of errors
- changes experiment page to show generic experiment info
2026-05-25 12:55:46 +03:00

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);
}