11 lines
172 B
SCSS
11 lines
172 B
SCSS
.Login.DialogContent {
|
|
gap: $unit;
|
|
// min-width: $unit * 52;
|
|
|
|
.Fields {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $unit;
|
|
padding: 0 $unit-4x;
|
|
}
|
|
}
|