You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
707 B
SCSS
40 lines
707 B
SCSS
.centerDiv {
|
|
margin: auto;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
.heading-div {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.heading-text {
|
|
font-size: 16px;
|
|
color: #bbbbbb;
|
|
font-family: 'WorkSans-Bold';
|
|
margin-top: 7%;
|
|
}
|
|
.ripple-div {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: -20%;
|
|
p {
|
|
font-size: 16px;
|
|
color: #bbbbbb;
|
|
font-family: 'WorkSans-Bold';
|
|
margin-top: -20%;
|
|
padding-right: 10px;
|
|
}
|
|
ion-button {
|
|
--background: #282f42;
|
|
color: var(--light);
|
|
border-radius: 33px;
|
|
width: 270px;
|
|
}
|
|
}
|
|
|
|
.checked-img {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 25%;
|
|
} |