This commit is contained in:
2025-02-22 21:13:09 +03:00
parent 0de58a8d24
commit ba8763232b
172 changed files with 8196 additions and 3382 deletions

View File

@@ -810,9 +810,6 @@ video {
.mr-2 {
margin-right: 0.5rem;
}
.mr-4 {
margin-right: 1rem;
}
.mt-1 {
margin-top: 0.25rem;
}
@@ -919,6 +916,9 @@ video {
.h-9 {
height: 2.25rem;
}
.h-\[100vh\] {
height: 100vh;
}
.h-\[1px\] {
height: 1px;
}
@@ -943,9 +943,6 @@ video {
.h-svh {
height: 100svh;
}
.h-\[100vh\] {
height: 100vh;
}
.max-h-96 {
max-height: 24rem;
}
@@ -1291,9 +1288,6 @@ video {
.break-words {
overflow-wrap: break-word;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[2px\] {
border-radius: 2px;
}
@@ -1312,10 +1306,6 @@ video {
.rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
.rounded-l-lg {
border-top-left-radius: var(--radius);
border-bottom-left-radius: var(--radius);
}
.rounded-l-md {
border-top-left-radius: calc(var(--radius) - 2px);
border-bottom-left-radius: calc(var(--radius) - 2px);
@@ -1401,10 +1391,6 @@ video {
.bg-background {
background-color: hsl(var(--background));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/80 {
background-color: rgb(0 0 0 / 0.8);
}