Merge branch 'dev-bagus' of https://gitea.callysta-engineering.com/APKT/eis into dev-eko-vm
This commit is contained in:
@ -1048,8 +1048,8 @@ body {
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.top-px {
|
||||
top: 1px;
|
||||
.top-16 {
|
||||
top: 4rem;
|
||||
}
|
||||
|
||||
.z-10 {
|
||||
@ -1076,35 +1076,8 @@ body {
|
||||
grid-column: span 7 / span 7;
|
||||
}
|
||||
|
||||
.-m-px {
|
||||
margin: -1px;
|
||||
}
|
||||
|
||||
.m-0 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.m-3 {
|
||||
margin: 0.75rem;
|
||||
}
|
||||
|
||||
.m-3\.5 {
|
||||
margin: 0.875rem;
|
||||
}
|
||||
|
||||
.mx-0 {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.mx-0\.5 {
|
||||
margin-left: 0.125rem;
|
||||
margin-right: 0.125rem;
|
||||
}
|
||||
|
||||
.mx-1 {
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
.m-auto {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.mx-2 {
|
||||
@ -1480,12 +1453,8 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w-px {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.min-w-0 {
|
||||
min-width: 0px;
|
||||
.w-72 {
|
||||
width: 18rem;
|
||||
}
|
||||
|
||||
.max-w-2xl {
|
||||
@ -2099,6 +2068,21 @@ body {
|
||||
background-color: rgb(204 204 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-red-500 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(255 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-blue-200 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-secondary-300 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(102 194 208 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-opacity-100 {
|
||||
--tw-bg-opacity: 1;
|
||||
}
|
||||
@ -2308,14 +2292,9 @@ body {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.py-\[5px\] {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.py-px {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
.py-5 {
|
||||
padding-top: 1.25rem;
|
||||
padding-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.pb-4 {
|
||||
@ -2797,6 +2776,10 @@ body {
|
||||
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
||||
}
|
||||
|
||||
.ring-black\/5 {
|
||||
--tw-ring-color: rgb(0 0 0 / 0.05);
|
||||
}
|
||||
|
||||
.ring-opacity-5 {
|
||||
--tw-ring-opacity: 0.05;
|
||||
}
|
||||
@ -3099,6 +3082,10 @@ body {
|
||||
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
|
||||
}
|
||||
|
||||
.focus-visible\:ring-white\/75:focus-visible {
|
||||
--tw-ring-color: rgb(255 255 255 / 0.75);
|
||||
}
|
||||
|
||||
.focus-visible\:ring-opacity-75:focus-visible {
|
||||
--tw-ring-opacity: 0.75;
|
||||
}
|
||||
|
Reference in New Issue
Block a user