forked from noxious/client
Updated global btn + input styling
This commit is contained in:
parent
7504e3719e
commit
934ae50d8e
@ -61,7 +61,7 @@ input {
|
||||
}
|
||||
|
||||
.input-field {
|
||||
@apply px-4 py-3 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 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-3;
|
||||
@apply bg-cyan text-gray-50 text-base rounded py-2.5;
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
@ -96,7 +96,7 @@ button {
|
||||
}
|
||||
|
||||
&.btn-red {
|
||||
@apply bg-red text-gray-50;
|
||||
@apply bg-red text-gray-50 text-base rounded py-2.5;
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user