9 lines
151 B
CSS
9 lines
151 B
CSS
|
.island__login_form__form {
|
||
|
padding: var(--_gap);
|
||
|
background-color: var(--_translucent);
|
||
|
|
||
|
display: grid;
|
||
|
gap: var(--_gap);
|
||
|
align-items: center;
|
||
|
}
|