Paul Couture
c4398c641e
Prepping for launch. Reviewed-on: #1 Co-authored-by: Paul Couture <paul@paulcouture.com> Co-committed-by: Paul Couture <paul@paulcouture.com>
36 lines
764 B
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);
|
|
}
|
|
}
|