.share-modal { padding: #{20 / $base-font-size}rem; padding-top: 0; width: #{500 / $base-font-size}rem; } .share-modal__project-name { padding-bottom: #{20 / $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; } .share-modal__label { width: 100%; font-size: #{12 / $base-font-size}rem; padding-bottom: #{3 / $base-font-size}rem; @include themify() { color: getThemifyVariable('inactive-text-color'); } } .share-modal__input { width: 100%; font-size: #{16 / $base-font-size}rem; }