Updated close modal button

This commit is contained in:
Damien Broqua 2024-01-13 19:05:20 +01:00
parent 0a2d5029b5
commit f73d4a3093
2 changed files with 19 additions and 7 deletions

View file

@ -45,16 +45,21 @@
.modal {
button.close {
height: 36px;
max-height: 36px;
max-width: 36px;
min-height: 36px;
min-width: 36px;
width: 36px;
height: 42px;
max-height: 42px;
max-width: 42px;
min-height: 42px;
min-width: 42px;
width: 42px;
position: absolute;
background-color: rgba(10,10,10,.6);
background-color: var(--close-background);
right: 12px;
top: 12px;
&::before,
&::after {
background-color: $white;
}
}
.carousel {