podcastartgenerator/site/resources/scss/components/_wallet-setup.scss

36 lines
764 B
SCSS

.wallet-setup {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-image: url(../img/headerbg-dark.jpg);
}
.card-block-style-one {
background: $bg-color-1;
padding: 40px;
border-radius: 10px;
@include xs-device {
padding: 25px;
}
.title {
text-transform: capitalize;
font-weight: 600;
@include xs-device {
font-size: 20px;
}
}
p {
font-size: 17px;
margin-bottom: 0;
line-height: 30px;
@include xs-device {
font-size: 16px;
}
}
}
.theme-light {
.wallet-setup {
background-image: url(../img/headerbg.jpg);
}
}