system-praktyk-front/src/styles/page.scss
2020-11-07 23:33:23 +01:00

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;
}
}