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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user