faq
This commit is contained in:
@@ -892,6 +892,12 @@ video {
|
||||
.mt-3 {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
.ml-6 {
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
.mb-20 {
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
@@ -955,6 +961,9 @@ video {
|
||||
.h-0\.5 {
|
||||
height: 0.125rem;
|
||||
}
|
||||
.h-7 {
|
||||
height: 1.75rem;
|
||||
}
|
||||
.min-h-full {
|
||||
min-height: 100%;
|
||||
}
|
||||
@@ -1182,6 +1191,17 @@ video {
|
||||
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
||||
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
||||
}
|
||||
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
||||
--tw-divide-y-reverse: 0;
|
||||
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
||||
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
||||
}
|
||||
.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
|
||||
border-color: rgb(17 24 39 / 0.1);
|
||||
}
|
||||
.divide-blue-900\/10 > :not([hidden]) ~ :not([hidden]) {
|
||||
border-color: rgb(30 58 138 / 0.1);
|
||||
}
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -1470,6 +1490,18 @@ video {
|
||||
.pt-80 {
|
||||
padding-top: 20rem;
|
||||
}
|
||||
.pr-12 {
|
||||
padding-right: 3rem;
|
||||
}
|
||||
.pt-6 {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
.pb-20 {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1535,6 +1567,9 @@ video {
|
||||
.leading-tight {
|
||||
line-height: 1.25;
|
||||
}
|
||||
.leading-10 {
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
.tracking-tight {
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
@@ -1564,7 +1599,7 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(55 65 81 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-blue-900 {
|
||||
.text-gray-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(17 24 39 / var(--tw-text-opacity));
|
||||
}
|
||||
@@ -1584,6 +1619,10 @@ video {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(209 213 219 / var(--tw-text-opacity));
|
||||
}
|
||||
.text-gray-600 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity));
|
||||
}
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
@@ -1760,6 +1799,10 @@ video {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.group[data-open] .group-data-\[open\]\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
||||
.sm\:not-sr-only {
|
||||
@@ -1892,6 +1935,11 @@ video {
|
||||
padding-bottom: 9rem;
|
||||
}
|
||||
|
||||
.sm\:py-32 {
|
||||
padding-top: 8rem;
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
|
||||
.sm\:pb-0 {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
@@ -2203,6 +2251,11 @@ video {
|
||||
padding-right: 5rem;
|
||||
}
|
||||
|
||||
.lg\:py-40 {
|
||||
padding-top: 10rem;
|
||||
padding-bottom: 10rem;
|
||||
}
|
||||
|
||||
.lg\:pb-16 {
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
@@ -2277,6 +2330,11 @@ video {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.lg\:text-4xl {
|
||||
font-size: 2.5rem;
|
||||
line-height: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
@@ -2333,3 +2391,7 @@ video {
|
||||
}
|
||||
}
|
||||
|
||||
.group:not([data-open]) .\[\.group\:not\(\[data-open\]\)_\&\]\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user