Newer
Older
@import '../../styles/config/typography.scss';
@import '../../styles/config/breakpoints';
background: radial-gradient(
74.83% 76.97% at 50% 13.64%,
#343641 0%,
#1b1c22 100%
);
box-shadow:
0px 5px 5px rgb(0 0 0 / 0%),
0px 3px 14px rgb(0 0 0 / 0%),
}
.content {
padding: 1rem;
}
.buttons {
display: flex;
flex-direction: column;
button {
width: 100%;
}
}