bg-card will be added to the class and password/username validation

bg-card should not be an id, ids should be unique in their use.
This commit is contained in:
Ludy87
2024-05-19 12:44:54 +02:00
parent 7c0fd02126
commit f2eb5dd7d3
64 changed files with 140 additions and 67 deletions

View File

@@ -65,7 +65,7 @@ label {
margin-left: auto;
}
#bg-card {
.bg-card {
background-color: var(--md-sys-color-surface-5);
border-radius: 3rem;
padding: 25px 0 0;

View File

@@ -58,7 +58,7 @@ td {
border-bottom: none;
}
#bg-card {
.bg-card {
background-color: var(--md-sys-color-surface-5);
border-radius: 3rem;
padding: 2.5rem;