v1.0
- added task rendering instead of molecule - fied a lot of errors - changes experiment page to show generic experiment info
This commit is contained in:
28
src/Components/ListCard/TaskListCard/TaskListCard.css
Normal file
28
src/Components/ListCard/TaskListCard/TaskListCard.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user