#23 Updated the colour of the send button
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m6s
This commit is contained in:
@ -23,8 +23,9 @@
|
||||
box-shadow: .25em .25em .5em var(--hover);
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
.card:hover, .card:focus-within {
|
||||
box-shadow: .5em .5em .5em var(--hover);
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
.card .card-header :global(div) {
|
||||
|
Reference in New Issue
Block a user