Feat expiration date (#1296)

Closes #1287
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
This commit is contained in:
Vadim Babadzhanyan
2024-08-19 00:18:09 +03:00
committed by GitHub
parent 40af030266
commit 8145809e22
14 changed files with 241 additions and 21 deletions
+12
View File
@@ -714,6 +714,10 @@ video {
margin-bottom: 2.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@@ -1160,6 +1164,10 @@ video {
fill: #4b5563;
}
.p-0 {
padding: 0px;
}
.p-1 {
padding: 0.25rem;
}
@@ -1465,6 +1473,10 @@ video {
cursor: default;
}
.p-0 {
padding: 0;
}
.last\:border-b-0:last-child {
border-bottom-width: 0px;
}