1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-23 17:48:51 +02:00
website/_src/_assets/scss/page-foundation.scss

33 lines
462 B
SCSS
Raw Normal View History

2017-08-29 12:00:08 +02:00
@import 'variables';
.feature {
padding-left: 5rem;
position: relative;
}
.feature__image {
width: 4rem;
height: 4rem;
position: absolute;
left: 0;
top: 0;
border-radius: 1rem;
}
.feature__title {
font-size: $font-size-h5;
margin-bottom: $spacer / 2;
}
.caretakers-current {
margin-top: $spacer * 2;
.section__title {
font-size: $font-size-h2;
}
.logo-caretaker {
opacity: 1;
}
}