16 lines
260 B
SCSS
16 lines
260 B
SCSS
.Login.DialogContent {
|
|
gap: $unit;
|
|
min-width: $unit * 52;
|
|
|
|
.DialogHeader {
|
|
padding: $unit-4x $unit-3x;
|
|
}
|
|
|
|
form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: calc($unit / 2);
|
|
margin-bottom: $unit-3x;
|
|
padding: 0 $unit-3x;
|
|
}
|
|
}
|