2016-08-22 16:35:59 +00:00
|
|
|
.about {
|
|
|
|
@extend %modal;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about__exit-button {
|
2016-09-13 20:42:06 +00:00
|
|
|
@include themify() {
|
|
|
|
@extend %icon;
|
|
|
|
}
|
2016-08-22 16:35:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.about__copy {
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
|
|
|
}
|