34 lines
459 B
SCSS
34 lines
459 B
SCSS
@import "variables";
|
|
|
|
.page__header {
|
|
background-color: #e9f0f5;
|
|
padding: 20px 0;
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.page__title {
|
|
color: $brand;
|
|
font-size: 3rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.proposal__primary {
|
|
font-size: 1.675rem;
|
|
}
|
|
|
|
.proposal__header:not(:first-child) {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.loading-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
& > *:not(:last-child) {
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|