mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-27 17:19:39 +02:00
Add pointer to form submit buttons. (#740)
Signed-off-by: Ali Karbassi <ali@karbassi.com>
This commit is contained in:
parent
61fae96832
commit
b448446fbe
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field__submit {
|
.form-field__submit {
|
||||||
@apply w-full p-3 text-center text-white bg-black rounded-lg hover:bg-gray-700;
|
@apply w-full p-3 text-center text-white bg-black rounded-lg cursor-pointer hover:bg-gray-700;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:checked + label + .toggle-switch-dot {
|
input:checked + label + .toggle-switch-dot {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue