1
0
Fork 0
blog/src/pages/thanks.module.scss

80 lines
1.1 KiB
SCSS

@import 'variables';
@import 'mixins';
.buttonBack {
svg {
stroke: $brand-grey-light;
display: inline-block;
margin-bottom: -0.15rem;
}
}
.thanks {
@include breakoutviewport;
min-height: 100vh;
h4 {
text-align: center;
margin: 0;
margin-bottom: $spacer / 2;
color: $brand-grey;
text-transform: capitalize;
:global(.dark) & {
color: $brand-grey-light;
}
}
header {
width: 100%;
text-align: center;
margin-bottom: $spacer;
// stylelint-disable-next-line no-descending-specificity
h4 {
font-size: $font-size-large;
margin-top: 0;
margin-bottom: $spacer / 6;
}
p {
color: $brand-grey-light;
:global(.dark) & {
color: $brand-grey;
}
}
}
}
.title {
margin-top: 0;
margin-bottom: $spacer * 2;
font-size: $font-size-h2;
}
.coins {
width: 100%;
@media (min-width: $screen-sm) {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
}
.coin {
margin-top: $spacer;
@media (min-width: $screen-sm) {
width: 48%;
margin-top: 0;
}
}
.loading {
width: 100%;
text-align: center;
}