Move AccountModal styles to more generic place

This commit is contained in:
Justin Edmund 2023-03-17 20:04:52 -07:00
parent c71b926316
commit 1e59d767ba
2 changed files with 11 additions and 11 deletions

View file

@ -5,17 +5,6 @@
width: $unit * 64;
overflow-y: hidden;
.Fields {
display: flex;
flex-direction: column;
gap: $unit-2x;
padding: 0 $unit-4x;
@include breakpoint(phone) {
gap: $unit-4x;
}
}
.DialogDescription {
font-size: $font-regular;
line-height: 1.24;

View file

@ -185,6 +185,17 @@
width: 100%;
}
.Fields {
display: flex;
flex-direction: column;
gap: $unit-2x;
padding: 0 $unit-4x;
@include breakpoint(phone) {
gap: $unit-4x;
}
}
&.Conflict {
$weapon-diameter: 14rem;