21 lines
289 B
SCSS
21 lines
289 B
SCSS
.About.Dialog {
|
|
width: $unit * 60;
|
|
|
|
section {
|
|
margin-bottom: $unit;
|
|
|
|
h2 {
|
|
margin-bottom: $unit * 3;
|
|
}
|
|
}
|
|
|
|
.DialogDescription {
|
|
font-size: $font-regular;
|
|
line-height: 1.24;
|
|
margin-bottom: $unit;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|