1
0
forked from noxious/client

Added global empty btn styling, adjusted and WIP modal styling

This commit is contained in:
2024-10-16 20:47:29 +02:00
parent f24a498246
commit be3cbf77bf
26 changed files with 89 additions and 75 deletions

View File

@ -104,6 +104,15 @@ button {
}
}
&.btn-empty {
@apply text-gray-50 border-2 border-solid border-gray-500 text-base rounded py-2.5;
&.active,
&:hover {
@apply bg-gray-700 border-gray-700;
}
}
&:hover {
@apply cursor-pointer;
}