mirror of
https://github.com/ipdb/website.git
synced 2024-11-12 00:04:48 +01:00
59 lines
936 B
SCSS
59 lines
936 B
SCSS
@import 'variables';
|
|
|
|
.section--intro {
|
|
.section__header,
|
|
.grid {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.section--caretakers {
|
|
.feature {
|
|
padding-left: 5rem;
|
|
position: relative;
|
|
}
|
|
|
|
.feature__image {
|
|
width: 4rem;
|
|
height: 4rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border-radius: $border-radius;
|
|
}
|
|
|
|
.feature__title {
|
|
font-size: $font-size-h5;
|
|
margin-bottom: $spacer / 2;
|
|
}
|
|
}
|
|
|
|
.caretakers-current {
|
|
margin-top: $spacer * 2;
|
|
|
|
.section__title {
|
|
font-size: $font-size-h2;
|
|
}
|
|
}
|
|
|
|
.section--board {
|
|
.board {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.section--vision {
|
|
.feature__image {
|
|
margin: 0;
|
|
background: $brand-05;
|
|
padding: $spacer;
|
|
padding-bottom: 0;
|
|
border-radius: $border-radius;
|
|
min-height: 9rem;
|
|
|
|
svg {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|