Add styles for the success box
This commit is contained in:
parent
2959876f2b
commit
c9c8b01791
2 changed files with 20 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,11 @@
|
|||
--error: #ff0000;
|
||||
--error-background: #ff00005d;
|
||||
|
||||
--success: var(--accent2);
|
||||
--success-background: #00aa0083;
|
||||
--success-text: var(--on-card-colour);
|
||||
--success-accent: var(--accent2);
|
||||
|
||||
--background: #23272A;
|
||||
--background-text: var(--spotify-white);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue