update style
This commit is contained in:
parent
103cb9d0f4
commit
298e6b7c01
@ -1252,10 +1252,6 @@ select {
|
|||||||
max-height: 15rem;
|
max-height: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-h-80 {
|
|
||||||
max-height: 20rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-h-\[1000px\] {
|
.max-h-\[1000px\] {
|
||||||
max-height: 1000px;
|
max-height: 1000px;
|
||||||
}
|
}
|
||||||
@ -1611,10 +1607,6 @@ select {
|
|||||||
--tw-divide-opacity: 0.1;
|
--tw-divide-opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
|
|
||||||
--tw-divide-opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow-auto {
|
.overflow-auto {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@ -1675,16 +1667,6 @@ select {
|
|||||||
border-bottom-right-radius: 9999px;
|
border-bottom-right-radius: 9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rounded-t-3xl {
|
|
||||||
border-top-left-radius: 1.5rem;
|
|
||||||
border-top-right-radius: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rounded-t-xl {
|
|
||||||
border-top-left-radius: 0.75rem;
|
|
||||||
border-top-right-radius: 0.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rounded-t-2xl {
|
.rounded-t-2xl {
|
||||||
border-top-left-radius: 1rem;
|
border-top-left-radius: 1rem;
|
||||||
border-top-right-radius: 1rem;
|
border-top-right-radius: 1rem;
|
||||||
@ -1883,6 +1865,10 @@ select {
|
|||||||
background-color: rgb(204 204 0 / var(--tw-bg-opacity));
|
background-color: rgb(204 204 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-opacity-100 {
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-opacity-25 {
|
.bg-opacity-25 {
|
||||||
--tw-bg-opacity: 0.25;
|
--tw-bg-opacity: 0.25;
|
||||||
}
|
}
|
||||||
@ -1907,14 +1893,6 @@ select {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fill-gray-400 {
|
|
||||||
fill: #9ca3af;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-opacity-100 {
|
|
||||||
--tw-bg-opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fill-gray-500 {
|
.fill-gray-500 {
|
||||||
fill: #6b7280;
|
fill: #6b7280;
|
||||||
}
|
}
|
||||||
@ -1923,6 +1901,10 @@ select {
|
|||||||
fill: #4b5563;
|
fill: #4b5563;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fill-green-600 {
|
||||||
|
fill: #16a34a;
|
||||||
|
}
|
||||||
|
|
||||||
.fill-primary-500 {
|
.fill-primary-500 {
|
||||||
fill: #035b71;
|
fill: #035b71;
|
||||||
}
|
}
|
||||||
@ -1931,10 +1913,6 @@ select {
|
|||||||
fill: #cc0000;
|
fill: #cc0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fill-secondary-600 {
|
|
||||||
fill: #007b8d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fill-white {
|
.fill-white {
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
}
|
}
|
||||||
@ -2138,14 +2116,6 @@ select {
|
|||||||
padding-top: 1.25rem;
|
padding-top: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pt-6 {
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pt-4 {
|
|
||||||
padding-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-left {
|
.text-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -2191,16 +2161,16 @@ select {
|
|||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-xs {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
line-height: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-xl {
|
.text-xl {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-xs {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-bold {
|
.font-bold {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
@ -2292,6 +2262,11 @@ select {
|
|||||||
color: rgb(21 22 23 / var(--tw-text-opacity));
|
color: rgb(21 22 23 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-gray-200 {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgb(229 231 235 / var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
.text-gray-300 {
|
.text-gray-300 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(209 213 219 / var(--tw-text-opacity));
|
color: rgb(209 213 219 / var(--tw-text-opacity));
|
||||||
@ -2382,11 +2357,6 @@ select {
|
|||||||
color: rgb(204 0 0 / var(--tw-text-opacity));
|
color: rgb(204 0 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-secondary-600 {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgb(0 123 141 / var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-slate-600 {
|
.text-slate-600 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(71 85 105 / var(--tw-text-opacity));
|
color: rgb(71 85 105 / var(--tw-text-opacity));
|
||||||
@ -2422,11 +2392,6 @@ select {
|
|||||||
color: rgb(153 153 0 / var(--tw-text-opacity));
|
color: rgb(153 153 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-gray-200 {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgb(229 231 235 / var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-opacity-40 {
|
.text-opacity-40 {
|
||||||
--tw-text-opacity: 0.4;
|
--tw-text-opacity: 0.4;
|
||||||
}
|
}
|
||||||
@ -2915,8 +2880,6 @@ select {
|
|||||||
color: rgb(53 124 141 / var(--tw-text-opacity));
|
color: rgb(53 124 141 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.group:hover .group-hover\:fill-gray-500 {
|
|
||||||
fill: #6b7280;
|
|
||||||
.group:hover .group-hover\:block {
|
.group:hover .group-hover\:block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -3268,10 +3231,6 @@ select {
|
|||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm\:pt-4 {
|
|
||||||
padding-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sm\:text-left {
|
.sm\:text-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -3393,29 +3352,14 @@ select {
|
|||||||
padding: 5rem;
|
padding: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:px-0 {
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:px-4 {
|
|
||||||
padding-left: 1rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:py-0 {
|
|
||||||
padding-top: 0px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:px-6 {
|
.md\:px-6 {
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:py-6 {
|
.md\:py-0 {
|
||||||
padding-top: 1.5rem;
|
padding-top: 0px;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:pl-4 {
|
.md\:pl-4 {
|
||||||
@ -3426,15 +3370,6 @@ select {
|
|||||||
padding-left: 20rem;
|
padding-left: 20rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:pt-6 {
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:text-2xl {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md\:text-3xl {
|
.md\:text-3xl {
|
||||||
font-size: 1.875rem;
|
font-size: 1.875rem;
|
||||||
line-height: 2.25rem;
|
line-height: 2.25rem;
|
||||||
@ -3522,21 +3457,6 @@ select {
|
|||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg\:px-6 {
|
|
||||||
padding-left: 1.5rem;
|
|
||||||
padding-right: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lg\:py-6 {
|
|
||||||
padding-top: 1.5rem;
|
|
||||||
padding-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lg\:text-3xl {
|
|
||||||
font-size: 1.875rem;
|
|
||||||
line-height: 2.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lg\:text-xs {
|
.lg\:text-xs {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user