Fix styles for Auth modals
This commit is contained in:
parent
6777804f57
commit
a06047232f
2 changed files with 40 additions and 20 deletions
|
|
@ -1,6 +1,16 @@
|
|||
.Login.DialogContent form {
|
||||
.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;
|
||||
margin-bottom: $unit-3x;
|
||||
padding: 0 $unit-3x;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
.Signup.DialogContent form {
|
||||
.Signup.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;
|
||||
margin-bottom: $unit-2x;
|
||||
padding: 0 $unit-3x;
|
||||
|
||||
.terms {
|
||||
color: $grey-50;
|
||||
|
|
@ -20,3 +29,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue