mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Fix button bg-opacity
This commit is contained in:
parent
41be895ae9
commit
1073f6bb16
@ -38,7 +38,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
@apply font-condensed text-xl px-12 py-2 border rounded-md transform ease-linear duration-100 hover:bg-opacity-60;
|
@apply font-condensed text-xl px-12 py-2 border rounded-md transform ease-linear duration-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-button-disabled {
|
.submit-button-disabled {
|
||||||
@ -46,5 +46,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.submit-button-enabled {
|
.submit-button-enabled {
|
||||||
@apply opacity-100 hover:opacity-60;
|
@apply opacity-100 hover:opacity-60 hover:bg-opacity-60;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user