Apply config function added, synced with django backend
This commit is contained in:
@@ -2609,11 +2609,6 @@ select {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.border-teal-600 {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgba(13, 148, 136, var(--tw-border-opacity));
|
||||
}
|
||||
|
||||
.border-red-600 {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
|
||||
@@ -2769,6 +2764,11 @@ select {
|
||||
background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-amber-500 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-orange-200 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
|
||||
@@ -3466,11 +3466,6 @@ select {
|
||||
color: rgba(79, 70, 229, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-blue-600 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(37, 99, 235, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-lightBlue-400 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(56, 189, 248, var(--tw-text-opacity));
|
||||
@@ -3506,6 +3501,11 @@ select {
|
||||
color: rgba(16, 185, 129, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-amber-100 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(254, 243, 199, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-orange-500 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(249, 115, 22, var(--tw-text-opacity));
|
||||
@@ -4050,18 +4050,10 @@ select {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sm\:flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.sm\:w-6\/12 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.sm\:flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sm\:pt-0 {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user