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

This commit is contained in:
kur0nek-o
2023-10-27 09:23:22 +07:00
40 changed files with 3030 additions and 364 deletions

View File

@ -843,13 +843,11 @@ select {
font-size: 0.75rem;
line-height: 1rem;
font-weight: 600;
color: rgb(46 53 54 / var(--tw-text-opacity));
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
}
.group:hover .aside-single-item-inactive {
background-color: rgb(205 222 227 / var(--tw-bg-opacity));
--tw-bg-opacity: 1;
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
@ -1029,11 +1027,6 @@ select {
margin-bottom: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
@ -1230,6 +1223,10 @@ select {
height: 2.7rem;
}
.h-\[66px\] {
height: 66px;
}
.h-\[calc\(100\%-64px\)\] {
height: calc(100% - 64px);
}
@ -1263,6 +1260,10 @@ select {
max-height: 1000px;
}
.max-h-\[calc\(100vh-140px\)\] {
max-height: calc(100vh - 140px);
}
.min-h-full {
min-height: 100%;
}
@ -1375,10 +1376,6 @@ select {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-none {
flex: none;
}
@ -1679,6 +1676,16 @@ select {
border-top-right-radius: 1.5rem;
}
.rounded-t-xl {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.rounded-t-2xl {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
.border {
border-width: 1px;
}
@ -1904,6 +1911,10 @@ select {
fill: #6b7280;
}
.fill-gray-600 {
fill: #4b5563;
}
.fill-primary-500 {
fill: #035b71;
}
@ -1924,6 +1935,11 @@ select {
stroke: #fff;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.p-1 {
padding: 0.25rem;
}
@ -2114,6 +2130,14 @@ select {
padding-top: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pt-4 {
padding-top: 1rem;
}
.text-left {
text-align: left;
}
@ -2122,6 +2146,10 @@ select {
text-align: center;
}
.text-start {
text-align: start;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
@ -2160,6 +2188,11 @@ select {
line-height: 1rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
@ -2381,10 +2414,6 @@ select {
color: rgb(153 153 0 / var(--tw-text-opacity));
}
.text-opacity-100 {
--tw-text-opacity: 1;
}
.text-opacity-40 {
--tw-text-opacity: 0.4;
}
@ -2415,6 +2444,10 @@ select {
opacity: 0.3;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-50 {
opacity: 0.5;
}
@ -2871,6 +2904,21 @@ select {
.group:hover .group-hover\:fill-gray-500 {
fill: #6b7280;
.group:hover .group-hover\:block {
display: block;
}
.group:hover .group-hover\:bg-primary-500 {
--tw-bg-opacity: 1;
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-opacity-80 {
--tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:fill-primary-500 {
fill: #035b71;
}
.group:hover .group-hover\:fill-white {
@ -2882,6 +2930,11 @@ select {
color: rgb(107 114 128 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-500 {
--tw-text-opacity: 1;
color: rgb(3 91 113 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
@ -2964,11 +3017,6 @@ select {
margin-right: 0.25rem;
}
.sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.sm\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
@ -3018,6 +3066,10 @@ select {
margin-top: 0.625rem;
}
.sm\:mt-4 {
margin-top: 1rem;
}
.sm\:mt-5 {
margin-top: 1.25rem;
}
@ -3175,6 +3227,11 @@ select {
padding-right: 0.5rem;
}
.sm\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
@ -3198,6 +3255,10 @@ select {
padding-right: 1.5rem;
}
.sm\:pt-4 {
padding-top: 1rem;
}
.sm\:text-left {
text-align: left;
}
@ -3245,14 +3306,18 @@ select {
margin-left: 20rem;
}
.md\:mr-4 {
margin-right: 1rem;
.md\:mr-3 {
margin-right: 0.75rem;
}
.md\:mr-6 {
margin-right: 1.5rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:block {
display: block;
}
@ -3277,6 +3342,10 @@ select {
width: 300px;
}
.md\:w-\[440px\] {
width: 440px;
}
.md\:max-w-\[220px\] {
max-width: 220px;
}
@ -3293,6 +3362,11 @@ select {
flex-direction: column;
}
.md\:rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
}
.md\:bg-primary-500 {
--tw-bg-opacity: 1;
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
@ -3302,14 +3376,19 @@ select {
padding: 5rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
.md\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.md\:pl-4 {
@ -3320,10 +3399,19 @@ select {
padding-left: 20rem;
}
.md\:pt-6 {
padding-top: 1.5rem;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
}
@media (min-width: 1024px) {
@ -3348,6 +3436,10 @@ select {
margin-top: 0px;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:block {
display: block;
}

View File

@ -24,7 +24,7 @@
@apply aside-single-item bg-primary-500 text-white font-bold;
}
.aside-single-item-inactive {
@apply aside-single-item font-semibold text-aside group-hover:bg-primary-100 text-gray-600 group-hover:text-white group-hover:bg-primary-500;
@apply aside-single-item font-semibold text-gray-600 group-hover:text-white group-hover:bg-primary-500;
}
.aside-single-item-icon{
@apply h-6 w-6;