0
0
Fork 0

Merge branch 'main' of github.com:Oliver-Akins/top-lists into main

This commit is contained in:
Oliver-Akins 2020-10-30 20:23:28 -06:00
commit 9fbbb2f010
14 changed files with 2398 additions and 1399 deletions

View file

@ -212,10 +212,11 @@ export default {
}
#error {
background-color: var(--error-background);
border-radius: var(--corner-rounding);
border-color: var(--error);
border-color: var(--error-accent);
color: var(--error-text);
border-style: solid;
color: var(--error);
text-align: center;
border-width: 2px;
padding: 10px;

View file

@ -75,7 +75,7 @@ export default {
.card {
border-radius: var(--corner-rounding);
background-color: var(--card-colour);
color: var(--spotify-green);
color: var(--card-text);
text-align: center;
padding: 15px;
width: 90%;

View file

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

View file

@ -155,6 +155,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;
overflow-y: auto;
max-height: 85%;

View file

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

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;