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

68 lines
1.0 KiB
CSS

.buttonBack {
margin-bottom: var(--spacer);
display: block;
}
@media (min-width: 60rem) {
.buttonBack {
margin-top: -2rem;
}
}
.buttonBack svg {
stroke: var(--text-color-light);
display: inline-block;
margin-bottom: -0.15rem;
}
.thanks {
min-height: 100vh;
}
.thanks header {
width: 100%;
text-align: center;
margin-bottom: var(--spacer);
}
.title {
text-align: center;
margin-top: 0;
margin-bottom: calc(var(--spacer) * 2);
font-size: var(--font-size-h2);
}
.subTitle {
text-align: center;
font-size: var(--font-size-base);
color: var(--text-color-light);
}
.coins {
composes: container from '../components/Layout.module.css';
max-width: 20rem;
width: 100%;
border-top: 1px solid var(--border-color);
}
.coin {
margin-top: var(--spacer);
}
.titleCoin {
margin-bottom: 0;
font-size: var(--font-size-base);
}
.code {
position: relative;
padding: 0;
padding-right: 2rem;
width: 100%;
}
.code code {
padding: calc(var(--spacer) / 2);
font-size: 0.65rem;
}