comfirmation modal for deposit and refactoring
This commit is contained in:
parent
63db07b6ae
commit
caf2794489
8 changed files with 74 additions and 32 deletions
|
@ -31,10 +31,14 @@ a {
|
|||
@apply bg-deep-blue-contrast rounded-lg overflow-hidden shadow-lg hover:shadow-xl transition-shadow duration-300;
|
||||
}
|
||||
|
||||
.button-base {
|
||||
.button-primary {
|
||||
@apply bg-emerald hover:bg-emerald-dark text-text-primary transition-all duration-300 active:scale-95 rounded;
|
||||
}
|
||||
|
||||
.button-secondary {
|
||||
@apply bg-deep-blue-light hover:bg-deep-blue-contrast w-full py-2 rounded my-2;
|
||||
}
|
||||
|
||||
.game-card-content {
|
||||
@apply p-4;
|
||||
}
|
||||
|
@ -138,3 +142,15 @@ a {
|
|||
.footer-disclaimer {
|
||||
@apply text-xs;
|
||||
}
|
||||
|
||||
.modal-bg {
|
||||
@apply fixed inset-0 bg-black/70 z-50 focus:outline-none focus:ring-2 focus:ring-emerald-light;
|
||||
}
|
||||
|
||||
.modal-card {
|
||||
@apply bg-deep-blue-contrast overflow-hidden hover:shadow-xl transition-shadow duration-300 p-4 fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 p-6 rounded-lg shadow-lg z-50 min-w-[300px];
|
||||
}
|
||||
|
||||
.modal-heading {
|
||||
@apply text-xl font-bold text-text-primary;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue