css
This commit is contained in:
parent
5b59fb38a4
commit
6f1f7bf0f3
@ -7,14 +7,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
@apply text-sm pb-2 font-bold tracking-wider;
|
@apply text-sm pb-2 tracking-wider;
|
||||||
}
|
}
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
@apply border border-solid border-coolgray-500 rounded p-2 px-4 bg-transparent text-white disabled:text-neutral-600 read-only:text-neutral-600 read-only:select-none outline-none focus:bg-coolgray-200/50 transition-all hover:bg-coolgray-200/50;
|
@apply border border-solid border-coolgray-500 bg-coolgray-200 rounded p-2 px-4 text-white disabled:text-neutral-600 read-only:text-neutral-600 read-only:select-none outline-none focus:bg-coolgray-200/50 transition-all hover:bg-coolgray-200/50;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
@apply border border-solid border-coolgray-400 rounded p-2 px-4 bg-transparent text-white disabled:text-neutral-600 read-only:select-none outline-none;
|
@apply border border-solid border-coolgray-400 rounded p-2 px-4 bg-coolgray-200 text-white disabled:text-neutral-600 read-only:select-none outline-none;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@apply border border-solid border-coolgray-200 px-3 p-1 cursor-pointer;
|
@apply border border-solid border-coolgray-200 px-3 p-1 cursor-pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user