This commit is contained in:
epoberezkin
2023-03-31 16:14:59 +00:00
parent 1a144bbdae
commit 35746bc9cf
58 changed files with 4487 additions and 2139 deletions
+109 -43
View File
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/
/*
@@ -634,10 +634,6 @@ video {
top: 52%;
}
.top-\[55\%\] {
top: 55%;
}
.top-\[66px\] {
top: 66px;
}
@@ -815,10 +811,6 @@ video {
margin-bottom: 80px;
}
.ml-8 {
margin-left: 2rem;
}
.ml-\[-15px\] {
margin-left: -15px;
}
@@ -831,10 +823,6 @@ video {
margin-right: -4px;
}
.mr-auto {
margin-right: auto;
}
.mt-1 {
margin-top: 0.25rem;
}
@@ -1226,6 +1214,10 @@ video {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
@@ -1380,16 +1372,6 @@ video {
border-bottom-left-radius: 20px;
}
.rounded-l-\[34px\] {
border-top-left-radius: 34px;
border-bottom-left-radius: 34px;
}
.rounded-r-\[34px\] {
border-top-right-radius: 34px;
border-bottom-right-radius: 34px;
}
.border {
border-width: 1px;
}
@@ -2033,6 +2015,50 @@ video {
outline-offset: 2px;
}
:is([dir="ltr"] .ltr\:ml-8) {
margin-left: 2rem;
}
:is([dir="ltr"] .ltr\:mr-auto) {
margin-right: auto;
}
:is([dir="ltr"] .ltr\:\!hidden) {
display: none !important;
}
:is([dir="ltr"] .ltr\:rounded-l-\[34px\]) {
border-top-left-radius: 34px;
border-bottom-left-radius: 34px;
}
:is([dir="ltr"] .ltr\:rounded-r-\[34px\]) {
border-top-right-radius: 34px;
border-bottom-right-radius: 34px;
}
:is([dir="rtl"] .rtl\:ml-auto) {
margin-left: auto;
}
:is([dir="rtl"] .rtl\:mr-8) {
margin-right: 2rem;
}
:is([dir="rtl"] .rtl\:\!hidden) {
display: none !important;
}
:is([dir="rtl"] .rtl\:rounded-l-\[34px\]) {
border-top-left-radius: 34px;
border-bottom-left-radius: 34px;
}
:is([dir="rtl"] .rtl\:rounded-r-\[34px\]) {
border-top-right-radius: 34px;
border-bottom-right-radius: 34px;
}
:is(.dark .dark\:block) {
display: block;
}
@@ -2041,6 +2067,10 @@ video {
display: inline-block;
}
:is(.dark .dark\:\!hidden) {
display: none !important;
}
:is(.dark .dark\:hidden) {
display: none;
}
@@ -2408,9 +2438,21 @@ video {
line-height: 63px;
}
:is([dir="rtl"] .md\:rtl\:inline-block) {
display: inline-block;
}
:is([dir="rtl"] .md\:rtl\:text-right) {
text-align: right;
}
:is(.dark .dark\:md\:inline-block) {
display: inline-block;
}
:is(.dark .md\:dark\:inline-block) {
display: inline-block;
}
}
@media (min-width: 1024px) {
@@ -2446,14 +2488,6 @@ video {
margin-bottom: 90px;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-0 {
margin-top: 0px;
}
@@ -2610,10 +2644,6 @@ video {
padding-top: 0px;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}
@@ -2653,6 +2683,30 @@ video {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is([dir="ltr"] .ltr\:lg\:ml-4) {
margin-left: 1rem;
}
:is([dir="ltr"] .ltr\:lg\:ml-5) {
margin-left: 1.25rem;
}
:is([dir="ltr"] .lg\:ltr\:text-left) {
text-align: left;
}
:is([dir="rtl"] .rtl\:lg\:mr-4) {
margin-right: 1rem;
}
:is([dir="rtl"] .rtl\:lg\:mr-5) {
margin-right: 1.25rem;
}
:is([dir="rtl"] .lg\:rtl\:text-right) {
text-align: right;
}
:is(.dark .dark\:lg\:flex) {
display: flex;
}
@@ -2696,14 +2750,6 @@ video {
margin-bottom: 25px;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:block {
display: block;
}
@@ -2791,4 +2837,24 @@ video {
.xl\:text-\[16px\] {
font-size: 16px;
}
:is([dir="ltr"] .ltr\:xl\:ml-10) {
margin-left: 2.5rem;
}
:is([dir="ltr"] .ltr\:xl\:ml-8) {
margin-left: 2rem;
}
:is([dir="rtl"] .rtl\:xl\:mr-10) {
margin-right: 2.5rem;
}
:is([dir="rtl"] .rtl\:xl\:mr-8) {
margin-right: 2rem;
}
:is([dir="rtl"] .xl\:rtl\:text-right) {
text-align: right;
}
}