0
0
Fork 0

Add styles for the success box

This commit is contained in:
Oliver-Akins 2020-08-18 18:59:43 -06:00
parent 2959876f2b
commit c9c8b01791
2 changed files with 20 additions and 0 deletions

View file

@ -229,10 +229,25 @@ input#playlist-name {
right: 15px;
}
.success {
background-color: var(--success-background);
border-radius: var(--corner-rounding);
border-color: var(--success);
color: var(--success-text);
border-style: solid;
margin-bottom: 5px;
border-width: 2px;
}
.success a {
color: var(--success-accent);
}
button {
margin: 10px;
}
@media only screen and (min-width: 768px) {
.modal {
width: 50%;