Probably still want to spend some time making this look nice/wordsmithing the copy later.
22 lines
372 B
SCSS
22 lines
372 B
SCSS
.About.Dialog {
|
|
width: $unit * 60;
|
|
|
|
section {
|
|
margin-bottom: $unit * 4;
|
|
|
|
h2 {
|
|
margin-bottom: $unit * 3;
|
|
}
|
|
}
|
|
|
|
.DialogDescription p {
|
|
font-size: $font-regular;
|
|
line-height: 1.24;
|
|
margin: 0;
|
|
margin-bottom: $unit * 2;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|