THE LAST ONE BEFORE THE RELEASE

This commit is contained in:
User
2025-02-15 17:41:30 +03:00
parent 646f926c8f
commit a8d15c56f3
242 changed files with 1314 additions and 8683 deletions

View File

@@ -805,6 +805,9 @@ video {
.ml-4 {
margin-left: 1rem;
}
.ml-\[100px\] {
margin-left: 100px;
}
.ml-auto {
margin-left: auto;
}
@@ -971,6 +974,9 @@ video {
.w-11 {
width: 2.75rem;
}
.w-16 {
width: 4rem;
}
.w-2 {
width: 0.5rem;
}
@@ -1061,6 +1067,9 @@ video {
.min-w-\[var\(--radix-select-trigger-width\)\] {
min-width: var(--radix-select-trigger-width);
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-\[--skeleton-width\] {
max-width: var(--skeleton-width);
}
@@ -1162,6 +1171,9 @@ video {
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
@@ -1269,6 +1281,9 @@ video {
.break-words {
overflow-wrap: break-word;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[2px\] {
border-radius: 2px;
}
@@ -1287,9 +1302,6 @@ video {
.rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
.rounded {
border-radius: 0.25rem;
}
.rounded-l-md {
border-top-left-radius: calc(var(--radius) - 2px);
border-bottom-left-radius: calc(var(--radius) - 2px);
@@ -1375,6 +1387,10 @@ 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);
}
@@ -1390,6 +1406,10 @@ video {
.bg-foreground {
background-color: hsl(var(--foreground));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
@@ -1422,22 +1442,9 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
--tw-bg-opacity: 1;
background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-purple-600 {
--tw-gradient-from: #9333ea var(--tw-gradient-from-position);
--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
--tw-gradient-from: #2563eb var(--tw-gradient-from-position);
--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
@@ -1523,6 +1530,10 @@ video {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
@@ -1670,10 +1681,6 @@ video {
.text-accent-foreground {
color: hsl(var(--accent-foreground));
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
@@ -1712,6 +1719,10 @@ video {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-muted-foreground {
color: hsl(var(--muted-foreground));
}
@@ -1745,9 +1756,6 @@ video {
--tw-text-opacity: 1;
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline {
text-decoration-line: underline;
}
.underline-offset-4 {
text-underline-offset: 4px;
}
@@ -3040,6 +3048,14 @@ body {
position: absolute;
}
.md\:ml-0 {
margin-left: 0px;
}
.md\:mt-0 {
margin-top: 0px;
}
.md\:block {
display: block;
}
@@ -3052,6 +3068,10 @@ body {
display: none;
}
.md\:h-16 {
height: 4rem;
}
.md\:w-1\/2 {
width: 50%;
}
@@ -3060,8 +3080,8 @@ body {
width: 16rem;
}
.md\:w-80 {
width: 20rem;
.md\:w-96 {
width: 24rem;
}
.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {