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

34 lines
715 B
SCSS
Raw Normal View History

2023-05-30 22:08:42 +00:00
@import "../../../styles/mixins.scss";
@import "../../../styles/vars.scss";
2023-05-30 22:08:42 +00:00
#donate-how {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 4em;
@include fluid-padding-lr;
padding-top: 7em;
padding-bottom: 7em;
@include fluid-font-size(1.3125rem);
&::before {
background-image: url("../../../src/assets/donate-gfx-right.png");
background-position: 85% 100%;
background-repeat: no-repeat;
background-size: contain;
}
> div {
max-width: 29em;
}
@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;
}
}
}