|
|
|
|
|
|
|
|
.col-span-2 { |
|
|
.col-span-2 { |
|
|
grid-column: span 2 / span 2; |
|
|
grid-column: span 2 / span 2; |
|
|
} |
|
|
} |
|
|
.col-span-3 { |
|
|
|
|
|
grid-column: span 3 / span 3; |
|
|
|
|
|
} |
|
|
|
|
|
.row-span-2 { |
|
|
.row-span-2 { |
|
|
grid-row: span 2 / span 2; |
|
|
grid-row: span 2 / span 2; |
|
|
} |
|
|
} |
|
|
.row-span-3 { |
|
|
.row-span-3 { |
|
|
grid-row: span 3 / span 3; |
|
|
grid-row: span 3 / span 3; |
|
|
} |
|
|
} |
|
|
.row-span-1 { |
|
|
|
|
|
grid-row: span 1 / span 1; |
|
|
|
|
|
} |
|
|
|
|
|
.row-start-1 { |
|
|
.row-start-1 { |
|
|
grid-row-start: 1; |
|
|
grid-row-start: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.m-16 { |
|
|
.m-16 { |
|
|
margin: 4rem; |
|
|
margin: 4rem; |
|
|
} |
|
|
} |
|
|
|
|
|
.mx-4 { |
|
|
|
|
|
margin-left: 1rem; |
|
|
|
|
|
margin-right: 1rem; |
|
|
|
|
|
} |
|
|
|
|
|
.mx-auto { |
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
} |
|
|
.my-4 { |
|
|
.my-4 { |
|
|
margin-top: 1rem; |
|
|
margin-top: 1rem; |
|
|
margin-bottom: 1rem; |
|
|
margin-bottom: 1rem; |
|
|
|
|
|
|
|
|
margin-top: 2rem; |
|
|
margin-top: 2rem; |
|
|
margin-bottom: 2rem; |
|
|
margin-bottom: 2rem; |
|
|
} |
|
|
} |
|
|
.mx-auto { |
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
} |
|
|
|
|
|
.mb-16 { |
|
|
.mb-16 { |
|
|
margin-bottom: 4rem; |
|
|
margin-bottom: 4rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ml-auto { |
|
|
.ml-auto { |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
.mr-2 { |
|
|
|
|
|
margin-right: 0.5rem; |
|
|
|
|
|
} |
|
|
.mr-8 { |
|
|
.mr-8 { |
|
|
margin-right: 2rem; |
|
|
margin-right: 2rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mt-4 { |
|
|
.mt-4 { |
|
|
margin-top: 1rem; |
|
|
margin-top: 1rem; |
|
|
} |
|
|
} |
|
|
.mr-2 { |
|
|
|
|
|
margin-right: 0.5rem; |
|
|
|
|
|
} |
|
|
|
|
|
.block { |
|
|
.block { |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
.inline-block { |
|
|
.inline-block { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
} |
|
|
} |
|
|
|
|
|
.flex { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
} |
|
|
|
|
|
.table { |
|
|
|
|
|
display: table; |
|
|
|
|
|
} |
|
|
.grid { |
|
|
.grid { |
|
|
display: grid; |
|
|
display: grid; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-10 { |
|
|
.h-10 { |
|
|
height: 2.5rem; |
|
|
height: 2.5rem; |
|
|
} |
|
|
} |
|
|
|
|
|
.h-12 { |
|
|
|
|
|
height: 3rem; |
|
|
|
|
|
} |
|
|
.h-20 { |
|
|
.h-20 { |
|
|
height: 5rem; |
|
|
height: 5rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-screen { |
|
|
.h-screen { |
|
|
height: 100vh; |
|
|
height: 100vh; |
|
|
} |
|
|
} |
|
|
.h-\[50rem\] { |
|
|
|
|
|
height: 50rem; |
|
|
|
|
|
} |
|
|
|
|
|
.h-\[25rem\] { |
|
|
|
|
|
height: 25rem; |
|
|
|
|
|
} |
|
|
|
|
|
.h-\[clamp\(20rem\2c 30rem\2c 40rem\)\] { |
|
|
|
|
|
height: clamp(20rem,30rem,40rem); |
|
|
|
|
|
} |
|
|
|
|
|
.h-12 { |
|
|
|
|
|
height: 3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.max-h-\[30rem\] { |
|
|
|
|
|
max-height: 30rem; |
|
|
|
|
|
} |
|
|
|
|
|
.w-10 { |
|
|
.w-10 { |
|
|
width: 2.5rem; |
|
|
width: 2.5rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.w-40 { |
|
|
.w-40 { |
|
|
width: 10rem; |
|
|
width: 10rem; |
|
|
} |
|
|
} |
|
|
.w-\[25rem\] { |
|
|
|
|
|
width: 25rem; |
|
|
|
|
|
|
|
|
.w-52 { |
|
|
|
|
|
width: 13rem; |
|
|
} |
|
|
} |
|
|
.w-\[30rem\] { |
|
|
|
|
|
width: 30rem; |
|
|
|
|
|
|
|
|
.w-\[20rem\] { |
|
|
|
|
|
width: 20rem; |
|
|
} |
|
|
} |
|
|
.w-full { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
.w-\[25rem\] { |
|
|
|
|
|
width: 25rem; |
|
|
} |
|
|
} |
|
|
.w-\[32rem\] { |
|
|
.w-\[32rem\] { |
|
|
width: 32rem; |
|
|
width: 32rem; |
|
|
} |
|
|
} |
|
|
.w-60 { |
|
|
|
|
|
width: 15rem; |
|
|
|
|
|
} |
|
|
|
|
|
.w-52 { |
|
|
|
|
|
width: 13rem; |
|
|
|
|
|
|
|
|
.w-full { |
|
|
|
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
.min-w-\[35rem\] { |
|
|
|
|
|
min-width: 35rem; |
|
|
|
|
|
|
|
|
.min-w-\[10rem\] { |
|
|
|
|
|
min-width: 10rem; |
|
|
} |
|
|
} |
|
|
.min-w-\[32rem\] { |
|
|
.min-w-\[32rem\] { |
|
|
min-width: 32rem; |
|
|
min-width: 32rem; |
|
|
|
|
|
|
|
|
.max-w-\[65ch\] { |
|
|
.max-w-\[65ch\] { |
|
|
max-width: 65ch; |
|
|
max-width: 65ch; |
|
|
} |
|
|
} |
|
|
.max-w-\[20rem\] { |
|
|
|
|
|
max-width: 20rem; |
|
|
|
|
|
} |
|
|
|
|
|
.shrink-0 { |
|
|
.shrink-0 { |
|
|
flex-shrink: 0; |
|
|
flex-shrink: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.grid-flow-col { |
|
|
.grid-flow-col { |
|
|
grid-auto-flow: column; |
|
|
grid-auto-flow: column; |
|
|
} |
|
|
} |
|
|
.grid-cols-2 { |
|
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr)); |
|
|
|
|
|
} |
|
|
|
|
|
.grid-cols-\[2fr\2c 1fr\] { |
|
|
.grid-cols-\[2fr\2c 1fr\] { |
|
|
grid-template-columns: 2fr 1fr; |
|
|
grid-template-columns: 2fr 1fr; |
|
|
} |
|
|
} |
|
|
.items-start { |
|
|
|
|
|
align-items: flex-start; |
|
|
|
|
|
} |
|
|
|
|
|
.justify-start { |
|
|
|
|
|
justify-content: flex-start; |
|
|
|
|
|
} |
|
|
|
|
|
.justify-between { |
|
|
.justify-between { |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.p-1 { |
|
|
.p-1 { |
|
|
padding: 0.25rem; |
|
|
padding: 0.25rem; |
|
|
} |
|
|
} |
|
|
|
|
|
.p-2 { |
|
|
|
|
|
padding: 0.5rem; |
|
|
|
|
|
} |
|
|
.p-4 { |
|
|
.p-4 { |
|
|
padding: 1rem; |
|
|
padding: 1rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
padding-top: 0.75rem; |
|
|
padding-top: 0.75rem; |
|
|
padding-bottom: 0.75rem; |
|
|
padding-bottom: 0.75rem; |
|
|
} |
|
|
} |
|
|
.pb-8 { |
|
|
|
|
|
padding-bottom: 2rem; |
|
|
|
|
|
} |
|
|
|
|
|
.pl-44 { |
|
|
|
|
|
padding-left: 11rem; |
|
|
|
|
|
|
|
|
.pb-12 { |
|
|
|
|
|
padding-bottom: 3rem; |
|
|
} |
|
|
} |
|
|
.pl-20 { |
|
|
|
|
|
padding-left: 5rem; |
|
|
|
|
|
|
|
|
.pl-16 { |
|
|
|
|
|
padding-left: 4rem; |
|
|
} |
|
|
} |
|
|
.pl-24 { |
|
|
.pl-24 { |
|
|
padding-left: 6rem; |
|
|
padding-left: 6rem; |
|
|
} |
|
|
} |
|
|
.pl-16 { |
|
|
|
|
|
padding-left: 4rem; |
|
|
|
|
|
} |
|
|
|
|
|
.pt-3 { |
|
|
|
|
|
padding-top: 0.75rem; |
|
|
|
|
|
|
|
|
.pl-44 { |
|
|
|
|
|
padding-left: 11rem; |
|
|
} |
|
|
} |
|
|
.pt-4 { |
|
|
.pt-4 { |
|
|
padding-top: 1rem; |
|
|
padding-top: 1rem; |
|
|
} |
|
|
} |
|
|
.pl-12 { |
|
|
|
|
|
padding-left: 3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.pb-16 { |
|
|
|
|
|
padding-bottom: 4rem; |
|
|
|
|
|
} |
|
|
|
|
|
.pb-12 { |
|
|
|
|
|
padding-bottom: 3rem; |
|
|
|
|
|
} |
|
|
|
|
|
.text-center { |
|
|
.text-center { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
line-height: 1rem; |
|
|
line-height: 1rem; |
|
|
} |
|
|
} |
|
|
.uppercase { |
|
|
|
|
|
text-transform: uppercase; |
|
|
|
|
|
} |
|
|
|
|
|
.capitalize { |
|
|
.capitalize { |
|
|
text-transform: capitalize; |
|
|
text-transform: capitalize; |
|
|
} |
|
|
} |
|
|
.italic { |
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
|
|
|
.text-red-600 { |
|
|
|
|
|
--tw-text-opacity: 1; |
|
|
|
|
|
color: rgb(220 38 38 / var(--tw-text-opacity)); |
|
|
} |
|
|
} |
|
|
.grayscale { |
|
|
.grayscale { |
|
|
--tw-grayscale: grayscale(100%); |
|
|
--tw-grayscale: grayscale(100%); |
|
|
|
|
|
|
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lg\:grid-cols-3 { |
|
|
|
|
|
grid-template-columns: repeat(3, minmax(0, 1fr)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lg\:grid-cols-4 { |
|
|
.lg\:grid-cols-4 { |
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)); |
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
grid-template-rows: repeat(3, minmax(0, 1fr)); |
|
|
grid-template-rows: repeat(3, minmax(0, 1fr)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lg\:grid-rows-2 { |
|
|
|
|
|
grid-template-rows: repeat(2, minmax(0, 1fr)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lg\:grid-rows-\[1fr\2c 1fr\] { |
|
|
|
|
|
grid-template-rows: 1fr 1fr; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lg\:grid-rows-\[1fr\2c 1fr\2c 1fr\] { |
|
|
|
|
|
grid-template-rows: 1fr 1fr 1fr; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lg\:grid-rows-\[3fr\2c 1fr\2c 1fr\] { |
|
|
|
|
|
grid-template-rows: 3fr 1fr 1fr; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lg\:grid-rows-\[auto\2c auto\2c auto\] { |
|
|
.lg\:grid-rows-\[auto\2c auto\2c auto\] { |
|
|
grid-template-rows: auto auto auto; |
|
|
grid-template-rows: auto auto auto; |
|
|
} |
|
|
} |