Merge branch 'development' of github.com:defuj/eis into dev-bagus

This commit is contained in:
kur0nek-o
2023-10-27 11:07:47 +07:00
7 changed files with 150 additions and 80 deletions

View File

@ -1607,6 +1607,10 @@ select {
--tw-divide-opacity: 0.1;
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
}
.overflow-auto {
overflow: auto;
}
@ -1885,8 +1889,13 @@ select {
--tw-bg-opacity: 0.8;
}
<<<<<<< HEAD
.bg-none {
background-image: none;
=======
.bg-opacity-100 {
--tw-bg-opacity: 1;
>>>>>>> 28382959d66e99e037740e0f946d7fa2ff14e3f5
}
.fill-gray-500 {
@ -2392,6 +2401,11 @@ select {
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 {
--tw-text-opacity: 0.4;
}
@ -3302,6 +3316,10 @@ select {
display: none;
}
.md\:h-16 {
height: 4rem;
}
.md\:w-1\/2 {
width: 50%;
}
@ -3358,6 +3376,16 @@ select {
padding-bottom: 0px;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
@ -3398,6 +3426,10 @@ select {
margin-top: 3rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:block {
display: block;
}
@ -3449,6 +3481,21 @@ select {
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 {
font-size: 0.75rem;
line-height: 1rem;