all changes
This commit is contained in:
@@ -701,6 +701,9 @@ video {
|
||||
.top-\[0\.5625rem\] {
|
||||
top: 0.5625rem;
|
||||
}
|
||||
.-top-20 {
|
||||
top: -5rem;
|
||||
}
|
||||
.-z-10 {
|
||||
z-index: -10;
|
||||
}
|
||||
@@ -732,21 +735,32 @@ video {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.my-16 {
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.my-5 {
|
||||
margin-top: 1.25rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
.my-6 {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.my-12 {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.my-8 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.my-4 {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.mb-24 {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
.mb-8 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@@ -768,8 +782,8 @@ video {
|
||||
.mt-14 {
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
.mt-20 {
|
||||
margin-top: 5rem;
|
||||
.mt-2 {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
@@ -783,8 +797,20 @@ video {
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.mb-20 {
|
||||
margin-bottom: 5rem;
|
||||
.mb-6 {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.mb-10 {
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.mt-16 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.mt-20 {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
.block {
|
||||
display: block;
|
||||
@@ -825,6 +851,15 @@ video {
|
||||
.h-px {
|
||||
height: 1px;
|
||||
}
|
||||
.h-28 {
|
||||
height: 7rem;
|
||||
}
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
.h-20 {
|
||||
height: 5rem;
|
||||
}
|
||||
.min-h-full {
|
||||
min-height: 100%;
|
||||
}
|
||||
@@ -837,6 +872,9 @@ video {
|
||||
.w-3\/4 {
|
||||
width: 75%;
|
||||
}
|
||||
.w-40 {
|
||||
width: 10rem;
|
||||
}
|
||||
.w-48 {
|
||||
width: 12rem;
|
||||
}
|
||||
@@ -852,6 +890,12 @@ video {
|
||||
.w-px {
|
||||
width: 1px;
|
||||
}
|
||||
.w-28 {
|
||||
width: 7rem;
|
||||
}
|
||||
.w-16 {
|
||||
width: 4rem;
|
||||
}
|
||||
.w-20 {
|
||||
width: 5rem;
|
||||
}
|
||||
@@ -861,9 +905,11 @@ video {
|
||||
.max-w-7xl {
|
||||
max-width: 80rem;
|
||||
}
|
||||
.max-w-max {
|
||||
max-width: -moz-max-content;
|
||||
max-width: max-content;
|
||||
.max-w-xl {
|
||||
max-width: 36rem;
|
||||
}
|
||||
.max-w-md {
|
||||
max-width: 28rem;
|
||||
}
|
||||
.flex-auto {
|
||||
flex: 1 1 auto;
|
||||
@@ -916,8 +962,8 @@ video {
|
||||
.flex-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.place-content-center {
|
||||
place-content: center;
|
||||
.place-items-center {
|
||||
place-items: center;
|
||||
}
|
||||
.items-start {
|
||||
align-items: flex-start;
|
||||
@@ -956,18 +1002,35 @@ video {
|
||||
.gap-y-10 {
|
||||
row-gap: 2.5rem;
|
||||
}
|
||||
.gap-y-12 {
|
||||
row-gap: 3rem;
|
||||
}
|
||||
.gap-y-14 {
|
||||
row-gap: 3.5rem;
|
||||
}
|
||||
.gap-y-4 {
|
||||
row-gap: 1rem;
|
||||
}
|
||||
.gap-y-6 {
|
||||
row-gap: 1.5rem;
|
||||
}
|
||||
.gap-y-8 {
|
||||
row-gap: 2rem;
|
||||
}
|
||||
.gap-y-2 {
|
||||
row-gap: 0.5rem;
|
||||
}
|
||||
.gap-y-1 {
|
||||
row-gap: 0.25rem;
|
||||
}
|
||||
.gap-x-2 {
|
||||
-moz-column-gap: 0.5rem;
|
||||
column-gap: 0.5rem;
|
||||
}
|
||||
.gap-y-0 {
|
||||
row-gap: 0px;
|
||||
}
|
||||
.gap-x-16 {
|
||||
-moz-column-gap: 4rem;
|
||||
column-gap: 4rem;
|
||||
}
|
||||
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-space-y-reverse: 0;
|
||||
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
||||
@@ -1047,6 +1110,10 @@ video {
|
||||
.bg-white\/60 {
|
||||
background-color: rgb(255 255 255 / 0.6);
|
||||
}
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
.bg-gradient-to-b {
|
||||
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
||||
}
|
||||
@@ -1111,9 +1178,17 @@ video {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
.py-36 {
|
||||
padding-top: 9rem;
|
||||
padding-bottom: 9rem;
|
||||
.py-24 {
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
.py-12 {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
.py-10 {
|
||||
padding-top: 2.5rem;
|
||||
padding-bottom: 2.5rem;
|
||||
}
|
||||
.pb-4 {
|
||||
padding-bottom: 1rem;
|
||||
@@ -1136,12 +1211,24 @@ video {
|
||||
.pb-12 {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
.pb-36 {
|
||||
padding-bottom: 9rem;
|
||||
.pt-24 {
|
||||
padding-top: 6rem;
|
||||
}
|
||||
.pb-10 {
|
||||
padding-bottom: 2.5rem;
|
||||
}
|
||||
.pb-24 {
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
.pt-36 {
|
||||
padding-top: 9rem;
|
||||
}
|
||||
.pt-20 {
|
||||
padding-top: 5rem;
|
||||
}
|
||||
.pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1179,6 +1266,10 @@ video {
|
||||
font-size: 1.25rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
.text-3xl {
|
||||
font-size: 2rem;
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -1188,6 +1279,9 @@ video {
|
||||
.font-semibold {
|
||||
font-weight: 600;
|
||||
}
|
||||
.leading-tight {
|
||||
line-height: 1.25;
|
||||
}
|
||||
.tracking-tight {
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
@@ -1198,6 +1292,10 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(37 99 235 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-blue-700 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(29 78 216 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-blue-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(30 58 138 / var(--tw-text-opacity));
|
||||
@@ -1218,6 +1316,10 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-black {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity));
|
||||
}
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -1239,6 +1341,9 @@ video {
|
||||
--tw-shadow-color: rgb(30 58 138 / 0.05);
|
||||
--tw-shadow: var(--tw-shadow-colored);
|
||||
}
|
||||
.filter {
|
||||
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
||||
}
|
||||
.backdrop-blur {
|
||||
--tw-backdrop-blur: blur(8px);
|
||||
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
||||
@@ -1458,10 +1563,6 @@ video {
|
||||
padding-top: 9rem;
|
||||
}
|
||||
|
||||
.sm\:pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.sm\:text-center {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1475,6 +1576,11 @@ video {
|
||||
font-size: 5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.sm\:text-6xl {
|
||||
font-size: 4rem;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
||||
@@ -1496,13 +1602,12 @@ video {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.md\:flex-row {
|
||||
flex-direction: row;
|
||||
.md\:grid-cols-4 {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.md\:gap-x-16 {
|
||||
-moz-column-gap: 4rem;
|
||||
column-gap: 4rem;
|
||||
.md\:flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.md\:rounded-5xl {
|
||||
@@ -1534,8 +1639,8 @@ video {
|
||||
margin-top: 6rem;
|
||||
}
|
||||
|
||||
.lg\:mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
.lg\:mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.lg\:block {
|
||||
@@ -1554,10 +1659,46 @@ video {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lg\:h-28 {
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
.lg\:h-40 {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.lg\:h-44 {
|
||||
height: 11rem;
|
||||
}
|
||||
|
||||
.lg\:w-28 {
|
||||
width: 7rem;
|
||||
}
|
||||
|
||||
.lg\:w-40 {
|
||||
width: 10rem;
|
||||
}
|
||||
|
||||
.lg\:w-44 {
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-2xl {
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-3xl {
|
||||
max-width: 48rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-4xl {
|
||||
max-width: 56rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-6xl {
|
||||
max-width: 72rem;
|
||||
}
|
||||
|
||||
.lg\:grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@@ -1634,16 +1775,23 @@ video {
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.lg\:gap-x-32 {
|
||||
-moz-column-gap: 8rem;
|
||||
column-gap: 8rem;
|
||||
}
|
||||
|
||||
.lg\:gap-x-8 {
|
||||
-moz-column-gap: 2rem;
|
||||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
.lg\:gap-y-2 {
|
||||
row-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.lg\:gap-y-0 {
|
||||
row-gap: 0px;
|
||||
}
|
||||
|
||||
.lg\:gap-y-1 {
|
||||
row-gap: 0.25rem;
|
||||
}
|
||||
|
||||
.lg\:px-12 {
|
||||
padding-left: 3rem;
|
||||
padding-right: 3rem;
|
||||
@@ -1659,6 +1807,21 @@ video {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.lg\:py-20 {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.lg\:py-16 {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.lg\:py-12 {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
.lg\:pl-8 {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
@@ -1667,17 +1830,24 @@ video {
|
||||
padding-right: 6rem;
|
||||
}
|
||||
|
||||
.lg\:pt-20 {
|
||||
padding-top: 5rem;
|
||||
}
|
||||
|
||||
.lg\:pb-20 {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.lg\:text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.lg\:text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
.lg\:text-7xl {
|
||||
font-size: 5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.lg\:text-xl {
|
||||
font-size: 1.25rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1280px) {
|
||||
|
||||
@@ -1708,6 +1878,15 @@ video {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.xl\:flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.xl\:gap-x-12 {
|
||||
-moz-column-gap: 3rem;
|
||||
column-gap: 3rem;
|
||||
}
|
||||
|
||||
.xl\:px-24 {
|
||||
padding-left: 6rem;
|
||||
padding-right: 6rem;
|
||||
|
Reference in New Issue
Block a user