0
0
Fork 0

Make modals abide by the CSS variables

This commit is contained in:
Oliver-Akins 2020-10-26 22:34:13 -06:00
parent b45a851d9d
commit 2121b92c81
4 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,7 @@ export default {
background-color: var(--modal-background);
border-radius: var(--corner-rounding);
padding: 0 15px 15px 15px;
color: var(--modal-text);
text-align: center;
max-height: 85%;
z-index: 11;