mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
feat: implement custom project data image
This commit is contained in:
@@ -31,3 +31,15 @@
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.customImage {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 72px;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.imageContainer {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
background-color: $gray-1250;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user