Move AccountModal styles to more generic place
This commit is contained in:
parent
c71b926316
commit
1e59d767ba
2 changed files with 11 additions and 11 deletions
|
|
@ -5,17 +5,6 @@
|
||||||
width: $unit * 64;
|
width: $unit * 64;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
||||||
.Fields {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: $unit-2x;
|
|
||||||
padding: 0 $unit-4x;
|
|
||||||
|
|
||||||
@include breakpoint(phone) {
|
|
||||||
gap: $unit-4x;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.DialogDescription {
|
.DialogDescription {
|
||||||
font-size: $font-regular;
|
font-size: $font-regular;
|
||||||
line-height: 1.24;
|
line-height: 1.24;
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,17 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Fields {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: $unit-2x;
|
||||||
|
padding: 0 $unit-4x;
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
gap: $unit-4x;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.Conflict {
|
&.Conflict {
|
||||||
$weapon-diameter: 14rem;
|
$weapon-diameter: 14rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue