p5.js-web-editor/client/styles/components/_about.scss

22 lines
323 B
SCSS
Raw Normal View History

2016-08-22 18:35:59 +02: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 {
@include themify() {
@extend %icon;
}
2016-08-22 18:35:59 +02:00
}
.about__copy {
padding: #{20 / $base-font-size}rem;
}