Revert "Timeuntil in UI (#1461)"

This reverts commit 221ff7b3af.
This commit is contained in:
Carlos Valente
2025-02-12 22:14:10 +01:00
committed by Carlos Valente
parent 649f0af2cf
commit 8ac5c0a9a2
9 changed files with 1 additions and 145 deletions
@@ -9,7 +9,7 @@ $skip-opacity: 0.2;
display: grid;
grid-template-areas:
'binder ... ... ...'
'binder pb-actions times chip'
'binder pb-actions times ...'
'binder pb-actions title title'
'binder pb-actions estatus estatus'
'binder ... ... ...';
@@ -131,10 +131,6 @@ $skip-opacity: 0.2;
height: 100%;
}
.chipSection {
grid-area: chip;
}
.titleSection {
grid-area: title;
display: flex;