@import '../dependencies/mixins/profile-form'; .user-profile { @include profile-form; max-width: 780px; .submit-button { width: 100%; } .delete-account { @extend %small; display: block; margin-top: 1rem; } }