moving Modals file to >modal

This commit is contained in:
Antoine M 2024-05-14 14:24:34 +02:00
parent e2ab416440
commit 1b99f3c9fe

View File

@ -35,7 +35,7 @@ dialog {
.game-modal {
&__close-button {
@apply absolute top-3 right-3 bg-construction p-3 border-none cursor-pointer;
@apply absolute top-3 right-3 bg-construction p-3 border-none;
img {
@apply w-6 h-6;
}
@ -84,8 +84,8 @@ dialog {
@apply leading-6;
}
&__content {
// @apply pt-12;
}
@apply pt-12;
&:has(.modal-content-container__modal-cover) {
@apply mt-12 pt-28;