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

23 lines
445 B
SCSS
Raw Normal View History

.share-modal {
padding: #{20 / $base-font-size}rem;
2017-10-30 19:38:41 +01:00
padding-top: 0;
width: #{500 / $base-font-size}rem;
2018-10-03 22:48:44 +02:00
max-width: 100%;
}
2017-10-30 19:38:41 +01:00
.share-modal__project-name {
2017-10-30 22:24:43 +01:00
padding-bottom: #{30 / $base-font-size}rem;
2017-10-30 19:38:41 +01:00
font-size: #{16 / $base-font-size}rem;
}
.share-modal__header {
display: flex;
justify-content: space-between;
}
.share-modal__section {
width: 100%;
display: flex;
2017-10-30 19:38:41 +01:00
flex-wrap: wrap;
padding: #{10 / $base-font-size}rem 0;
}