chore: updated the theme

staging
Dinesh Salunke 2023-11-06 14:38:56 +05:30
parent 41b1d12cbf
commit 5ce5059fac
1 changed files with 144 additions and 99 deletions

View File

@ -645,11 +645,21 @@ video {
margin-right: -1rem; margin-right: -1rem;
} }
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-auto { .mx-auto {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-2 { .my-2 {
margin-top: 0.5rem; margin-top: 0.5rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
@ -665,14 +675,8 @@ video {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.my-12 { .mb-1 {
margin-top: 3rem; margin-bottom: 0.25rem;
margin-bottom: 3rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
} }
.mb-4 { .mb-4 {
@ -683,26 +687,34 @@ video {
margin-left: 0.25rem; margin-left: 0.25rem;
} }
.mr-4 {
margin-right: 1rem;
}
.mt-1 { .mt-1 {
margin-top: 0.25rem; margin-top: 0.25rem;
} }
.mt-2 {
margin-top: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-16 { .mt-16 {
margin-top: 4rem; margin-top: 4rem;
} }
.mt-2 {
margin-top: 0.5rem;
}
.mt-24 { .mt-24 {
margin-top: 6rem; margin-top: 6rem;
} }
.mt-3 {
margin-top: 0.75rem;
}
.mt-8 {
margin-top: 2rem;
}
.block { .block {
display: block; display: block;
} }
@ -755,10 +767,6 @@ video {
height: 2rem; height: 2rem;
} }
.h-96 {
height: 24rem;
}
.h-auto { .h-auto {
height: auto; height: auto;
} }
@ -767,10 +775,22 @@ video {
height: 100%; height: 100%;
} }
.w-1\/3 {
width: 33.333333%;
}
.w-1\/4 {
width: 25%;
}
.w-12 { .w-12 {
width: 3rem; width: 3rem;
} }
.w-14 {
width: 3.5rem;
}
.w-24 { .w-24 {
width: 6rem; width: 6rem;
} }
@ -791,22 +811,12 @@ video {
width: 100%; width: 100%;
} }
.w-14 { .max-w-2xl {
width: 3.5rem; max-width: 42rem;
} }
.w-28 { .max-w-\[140px\] {
width: 7rem; max-width: 140px;
}
.min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
}
.min-w-min {
min-width: -moz-min-content;
min-width: min-content;
} }
.max-w-\[200px\] { .max-w-\[200px\] {
@ -821,18 +831,6 @@ video {
max-width: 100%; max-width: 100%;
} }
.max-w-2xl {
max-width: 42rem;
}
.max-w-\[112px\] {
max-width: 112px;
}
.max-w-\[140px\] {
max-width: 140px;
}
.flex-1 { .flex-1 {
flex: 1 1 0%; flex: 1 1 0%;
} }
@ -896,6 +894,10 @@ video {
justify-content: space-around; justify-content: space-around;
} }
.gap-1 {
gap: 0.25rem;
}
.gap-2 { .gap-2 {
gap: 0.5rem; gap: 0.5rem;
} }
@ -904,18 +906,14 @@ video {
gap: 1rem; gap: 1rem;
} }
.gap-8 {
gap: 2rem;
}
.gap-1 {
gap: 0.25rem;
}
.gap-6 { .gap-6 {
gap: 1.5rem; gap: 1.5rem;
} }
.gap-8 {
gap: 2rem;
}
.truncate { .truncate {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -935,14 +933,14 @@ video {
border-color: rgb(23 37 84 / var(--tw-border-opacity)); border-color: rgb(23 37 84 / var(--tw-border-opacity));
} }
.bg-gray-100 { .border-gray-300 {
--tw-bg-opacity: 1; --tw-border-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity)); border-color: rgb(209 213 219 / var(--tw-border-opacity));
} }
.bg-white { .border-red-100 {
--tw-bg-opacity: 1; --tw-border-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity)); border-color: rgb(254 226 226 / var(--tw-border-opacity));
} }
.bg-blue-950 { .bg-blue-950 {
@ -950,6 +948,21 @@ video {
background-color: rgb(23 37 84 / var(--tw-bg-opacity)); background-color: rgb(23 37 84 / var(--tw-bg-opacity));
} }
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover { .object-cover {
-o-object-fit: cover; -o-object-fit: cover;
object-fit: cover; object-fit: cover;
@ -1002,6 +1015,10 @@ video {
padding-right: 0px; padding-right: 0px;
} }
.pr-6 {
padding-right: 1.5rem;
}
.pr-8 { .pr-8 {
padding-right: 2rem; padding-right: 2rem;
} }
@ -1014,14 +1031,14 @@ video {
padding-top: 1rem; padding-top: 1rem;
} }
.pr-6 {
padding-right: 1.5rem;
}
.text-left { .text-left {
text-align: left; text-align: left;
} }
.text-center {
text-align: center;
}
.text-justify { .text-justify {
text-align: justify; text-align: justify;
} }
@ -1055,48 +1072,42 @@ video {
font-weight: 700; font-weight: 700;
} }
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-light { .font-light {
font-weight: 300; font-weight: 300;
} }
.font-medium {
font-weight: 500;
}
.font-normal { .font-normal {
font-weight: 400; font-weight: 400;
} }
.font-semibold {
font-weight: 600;
}
.uppercase {
text-transform: uppercase;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-none { .leading-none {
line-height: 1; line-height: 1;
} }
.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-700 {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/50 {
color: rgb(185 28 28 / 0.5);
}
.text-blue-950 { .text-blue-950 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(23 37 84 / var(--tw-text-opacity)); color: rgb(23 37 84 / var(--tw-text-opacity));
} }
.text-white { .text-gray-50 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity)); color: rgb(249 250 251 / var(--tw-text-opacity));
} }
.text-gray-500 { .text-gray-500 {
@ -1104,10 +1115,28 @@ video {
color: rgb(107 114 128 / var(--tw-text-opacity)); color: rgb(107 114 128 / var(--tw-text-opacity));
} }
.text-red-700\/50 {
color: rgb(185 28 28 / 0.5);
}
.text-red-900 {
--tw-text-opacity: 1;
color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.line-through { .line-through {
text-decoration-line: line-through; text-decoration-line: line-through;
} }
.underline-offset-2 {
text-underline-offset: 2px;
}
.shadow { .shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@ -1122,7 +1151,7 @@ body {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity)); background-color: rgb(255 255 255 / var(--tw-bg-opacity));
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity)); color: rgb(75 85 99 / var(--tw-text-opacity));
font-weight: 400; font-weight: 400;
} }
@ -1130,22 +1159,35 @@ body {
stroke-width: 1px; stroke-width: 1px;
fill: none; fill: none;
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity)); color: rgb(107 114 128 / var(--tw-text-opacity));
stroke: #374151; stroke: #6b7280;
}
a:hover .icon-tabler {
stroke: #1e3a8a;
} }
.hover\:stroke-2:hover { .hover\:stroke-2:hover {
stroke-width: 2; stroke-width: 2;
} }
.hover\:text-blue-900:hover {
--tw-text-opacity: 1;
color: rgb(30 58 138 / var(--tw-text-opacity));
}
.hover\:text-gray-950:hover {
--tw-text-opacity: 1;
color: rgb(3 7 18 / var(--tw-text-opacity));
}
.hover\:text-yellow-700:hover { .hover\:text-yellow-700:hover {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(161 98 7 / var(--tw-text-opacity)); color: rgb(161 98 7 / var(--tw-text-opacity));
} }
.hover\:text-gray-950:hover { .hover\:underline:hover {
--tw-text-opacity: 1; text-decoration-line: underline;
color: rgb(3 7 18 / var(--tw-text-opacity));
} }
.focus\:ring-2:focus { .focus\:ring-2:focus {
@ -1158,11 +1200,6 @@ body {
display: flex; display: flex;
} }
.group:hover .group-hover\:text-gray-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-950 { .group:hover .group-hover\:text-gray-950 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(3 7 18 / var(--tw-text-opacity)); color: rgb(3 7 18 / var(--tw-text-opacity));
@ -1183,6 +1220,10 @@ body {
display: none; display: none;
} }
.md\:w-1\/2 {
width: 50%;
}
.md\:w-24 { .md\:w-24 {
width: 6rem; width: 6rem;
} }
@ -1217,6 +1258,10 @@ body {
display: none; display: none;
} }
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-full { .lg\:w-full {
width: 100%; width: 100%;
} }