Disabled screen, update colors & styling

This commit is contained in:
Jip Fr
2024-01-10 21:25:57 +01:00
parent 2905f0048f
commit 136020f741
8 changed files with 52 additions and 16 deletions

View File

@@ -0,0 +1,22 @@
.disabled {
color: white;
text-align: center;
max-width: 230px;
font-size: 16px;
}
.disabled svg {
display: block;
width: 1.5rem;
height: 1.5rem;
margin: 0 auto;
color: #B44868;
}
.disabled p {
color: #4A4864;
}
.disabled strong {
color: white;
}