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.
22 lines
373 B
22 lines
373 B
@import url(theme/dark.css);
|
|
|
|
#popup-background{
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
color: white;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
#content{
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
background-color: var(--third-color);
|
|
display:flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#close-button{
|
|
border-radius: 100px;
|
|
align-self: end;
|
|
} |