lumeweb.com/src/components/Donate/How/How.scss

30 lines
582 B
SCSS
Raw Normal View History

@import "/src/styles/vars.scss";
2023-05-30 22:08:42 +00:00
2023-06-01 22:15:49 +00:00
#how {
2023-05-30 22:08:42 +00:00
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 8em;
2023-06-12 17:47:49 +00:00
padding: 14em 7.5% 16em;
2023-05-30 22:08:42 +00:00
&::before {
background-image: url("/src/assets/donate-gfx-right.png");
2023-05-30 22:08:42 +00:00
background-position: 85% 100%;
background-repeat: no-repeat;
background-size: contain;
}
.feature-group {
max-width: 64em;
2023-05-30 22:08:42 +00:00
}
@media screen and (max-width: 80rem) {
2023-05-30 22:08:42 +00:00
p {
background: rgba($color-blue-charcoal, 0.65);
2023-05-30 22:08:42 +00:00
border-radius: 0.5em;
padding: 0.3em 0.5em;
margin: -0.3em -0.5em;
}
}
}