You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
372 B

@import '../../scss/variables.scss';
.dank-modal {
position: absolute;
width: 70%;
height: 70%;
background-color: transparentize(#222, 0.07);
border-radius: 1rem;
padding: 1rem;
margin: auto;
border: 1px solid $color-grey;
h1,
h2,
h3,
h4,
h5 {
color: $color-light;
}
.cancel-button {
cursor: pointer;
text-align: center;
}
}