adding behaviour sign on top of cover
This commit is contained in:
parent
6670fea41c
commit
1926028b66
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
&__title {
|
||||
@apply text-5xl py-8;
|
||||
@apply text-2xl lg:text-5xl py-8;
|
||||
}
|
||||
|
||||
&__cover {
|
||||
|
|
@ -31,6 +31,21 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.modal-content-container__cover {
|
||||
&--safe:before,
|
||||
&--unsafe:before {
|
||||
@apply w-24 h-24 top-0 left-1/2 top-1/2 absolute bg-contain bg-center bg-no-repeat;
|
||||
content: "";
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 3;
|
||||
}
|
||||
&--unsafe:before {
|
||||
background-image: url("../../../img/icons/anwser_icon_unsafe.svg");
|
||||
}
|
||||
&--safe:before {
|
||||
background-image: url("../../../img/icons/anwser_icon_safe.svg");
|
||||
}
|
||||
}
|
||||
.continue-game {
|
||||
@apply mt-8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user