23 lines
No EOL
445 B
SCSS
23 lines
No EOL
445 B
SCSS
.share-modal {
|
|
padding: #{20 / $base-font-size}rem;
|
|
padding-top: 0;
|
|
width: #{500 / $base-font-size}rem;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.share-modal__project-name {
|
|
padding-bottom: #{30 / $base-font-size}rem;
|
|
font-size: #{16 / $base-font-size}rem;
|
|
}
|
|
|
|
.share-modal__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.share-modal__section {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: #{10 / $base-font-size}rem 0;
|
|
} |