update
This commit is contained in:
@@ -1068,6 +1068,10 @@ select {
|
||||
height: 74vh;
|
||||
}
|
||||
|
||||
.h-\[calc\(100\%-64px\)\] {
|
||||
height: calc(100% - 64px);
|
||||
}
|
||||
|
||||
.h-fit {
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
@@ -1081,18 +1085,6 @@ select {
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.h-\[calc\(100\%-56px\)\] {
|
||||
height: calc(100% - 56px);
|
||||
}
|
||||
|
||||
.h-\[calc\(100\%-60px\)\] {
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
.h-\[calc\(100\%-64px\)\] {
|
||||
height: calc(100% - 64px);
|
||||
}
|
||||
|
||||
.max-h-0 {
|
||||
max-height: 0px;
|
||||
}
|
||||
@@ -1105,10 +1097,6 @@ select {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.max-h-full {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.min-h-0 {
|
||||
min-height: 0px;
|
||||
}
|
||||
@@ -1221,10 +1209,6 @@ select {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.w-\[200px\] {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.min-w-0 {
|
||||
min-width: 0px;
|
||||
}
|
||||
@@ -1521,10 +1505,6 @@ select {
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
.rounded-3xl {
|
||||
border-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.rounded-l-full {
|
||||
border-top-left-radius: 9999px;
|
||||
border-bottom-left-radius: 9999px;
|
||||
@@ -1723,6 +1703,11 @@ select {
|
||||
background-color: rgb(204 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-secondary-100 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(204 235 239 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -1747,11 +1732,6 @@ select {
|
||||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-secondary-100 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(204 235 239 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-opacity-25 {
|
||||
--tw-bg-opacity: 0.25;
|
||||
}
|
||||
@@ -2168,6 +2148,11 @@ select {
|
||||
color: rgb(234 88 12 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-primary-50 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(230 239 241 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-primary-500 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(3 91 113 / var(--tw-text-opacity));
|
||||
@@ -2213,11 +2198,6 @@ select {
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-primary-50 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(230 239 241 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-opacity-100 {
|
||||
--tw-text-opacity: 1;
|
||||
}
|
||||
@@ -3022,14 +3002,14 @@ select {
|
||||
margin-left: 20rem;
|
||||
}
|
||||
|
||||
.md\:mr-6 {
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:mr-4 {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.md\:mr-6 {
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:block {
|
||||
display: block;
|
||||
}
|
||||
@@ -3050,10 +3030,6 @@ select {
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
.md\:w-\[200px\] {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.md\:w-\[300px\] {
|
||||
width: 300px;
|
||||
}
|
||||
@@ -3093,21 +3069,6 @@ select {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:px-2 {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
.md\:py-1 {
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.md\:px-1 {
|
||||
padding-left: 0.25rem;
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
|
||||
.md\:pl-80 {
|
||||
padding-left: 20rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user