6 lines
114 B
SCSS
6 lines
114 B
SCSS
.Login.Dialog form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: calc($unit / 2);
|
|
margin-bottom: $unit;
|
|
}
|