Files
kredits-web/app/styles/components/_add-contributor.scss
T

19 lines
271 B
SCSS

section#add-contributor, section#add-proposal {
form {
p {
margin-bottom: 1rem;
&.actions {
padding-top: 1rem;
text-align: center;
a {
color: $primaryColor;
margin-left: 1rem;
}
}
}
}
}