w-aura/src/components/FreePeriodInfoPage/styles.module.css

14 lines
313 B
CSS

.page {
background-color: #000;
height: calc(100vh - 50px);
flex: auto;
padding-top: 22%;
background-image: url('/goosebumps-aura-click-icon-animation.png');
background-size: 100%;
background-position: center 0;
background-repeat: no-repeat;
}
.content {
text-align: center;
}