|
|
|
@ -88,9 +88,12 @@ |
|
|
|
|
display: flex; |
|
|
|
|
z-index: 12; |
|
|
|
|
flex-direction: column; |
|
|
|
|
max-width: calc(768rem / 16); |
|
|
|
|
height: 75vh; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
overflow: auto; |
|
|
|
|
background-color: var(--secondary-background); |
|
|
|
|
padding: calc(20rem / 16) calc(40rem / 16); |
|
|
|
|
left: 0; |
|
|
|
|
top: 50%; |
|
|
|
|
animation: popup 0.7s forwards; |
|
|
|
|
} |
|
|
|
@ -98,7 +101,6 @@ |
|
|
|
|
.closeBtn { |
|
|
|
|
align-self: flex-end; |
|
|
|
|
/* reset default button styling */ |
|
|
|
|
width: min-content; |
|
|
|
|
background: transparent; |
|
|
|
|
border: 0px solid transparent; |
|
|
|
|
padding: 0; |
|
|
|
@ -158,4 +160,8 @@ |
|
|
|
|
.description { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popupContainer { |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|