1
0
forked from noxious/client

More styling tweaks, updated confirmation modal

This commit is contained in:
2024-10-16 22:23:00 +02:00
parent be3cbf77bf
commit 2fad54fd26
4 changed files with 23 additions and 26 deletions

View File

@ -61,7 +61,7 @@ input {
}
.input-field {
@apply px-4 py-2.5 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300;
@apply px-4 py-2.5 text-base leading-5 focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300;
&.inactive {
@apply bg-gray-600/50 hover:cursor-not-allowed;
&::placeholder {
@ -87,7 +87,7 @@ button {
@apply text-center;
&.btn-cyan {
@apply bg-cyan text-gray-50 text-base rounded py-2.5;
@apply bg-cyan text-gray-50 text-base leading-5 rounded py-2.5;
&.active,
&:hover {
@ -96,7 +96,7 @@ button {
}
&.btn-red {
@apply bg-red text-gray-50 text-base rounded py-2.5;
@apply bg-red text-gray-50 text-base leading-5 rounded py-2.5;
&.active,
&:hover {
@ -105,7 +105,7 @@ button {
}
&.btn-empty {
@apply text-gray-50 border-2 border-solid border-gray-500 text-base rounded py-2.5;
@apply text-gray-50 border-2 border-solid border-gray-500 text-base leading-5 rounded py-2.5;
&.active,
&:hover {