|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- ion-slides {
- height: 100vh;
- }
-
- ion-slide {
- height: 100%;
- overflow-y: auto;
- display: block;
- background-color: var(--background-blue);
- position: relative;
-
- .back-button {
- position: absolute;
- left: 10px;
- top: 25px;
- font-size: 13px;
- color: black;
- margin: 0;
- --box-shadow: none;
- }
-
- .logo {
- display: block;
- margin: 30px auto;
- width: 50px;
- img {
- width: 100%;
- height: 100%;
- }
- }
-
- header {
- font-size: 18px;
- margin: 0 auto;
- text-align: center;
- }
-
- .next-button {
- --background: var(--brand-blue);
- text-transform: none;
- width: 85%;
- margin: 0 auto 20px;
- font-size: 12px;
- height: 42px;
- letter-spacing: 0;
- font-weight: 400;
- }
-
- .signin-description {
- font-size: 11px;
- color: var(--brand-grey);
- line-height: 1.5;
- width: 70%;
- text-align: center;
- margin: 0 auto 20px;
-
- a {
- color: var(--brand-blue);
- font-family: 'M PLUS Rounded 1c';
- font-weight: bold;
- }
- }
- }
-
- .page1 {
- .description {
- font-size: 11px;
- color: var(--brand-grey);
- line-height: 1.5;
- width: 70%;
- margin: 10px auto 30px;
- text-align: center;
- }
-
- .onboard-image {
- display: block;
- width: 100%;
-
- img {
- width: 100%;
- object-fit: contain;
- height: 100%;
- }
- }
- }
-
- .page2 {
- .onboard-image {
- display: block;
- width: 75%;
- margin: 20px auto 0;
-
- img {
- width: 100%;
- object-fit: contain;
- height: 100%;
- }
- }
-
- ion-list {
- background: transparent;
- margin: 0 auto;
-
- ion-item {
- --background: transparent;
- font-size: 12px;
- color: var(--brand-black);
- --padding-start: 15%;
- --padding-end: 15%;
- border-bottom: 1px solid #efefef;
-
- &:last-child {
- border-bottom: 0;
- }
-
- ion-icon {
- color: var(--brand-grey);
- font-size: 10px;
- margin-right: 15px;
- }
- }
- }
- }
-
- .page3 {
- .input-holder {
- display: flex;
- width: 85%;
- margin: 30px auto calc(100vh - 300px);
- background-color: #efefef;
- justify-content: space-between;
- align-items: center;
- box-shadow: 0px 0px 5px var(--brand-grey);
- border-radius: 5px;
- overflow: hidden;
-
- img {
- width: 20px;
- margin: 0 15px;
- }
-
- input {
- flex-grow: 1;
- height: 50px;
- font-size: 14px;
- border: 0;
- padding: 0 20px;
- outline: none;
- letter-spacing: 1px;
- }
- }
- }
-
- .page4 {
- .input-holder {
- display: flex;
- width: 85%;
- margin: 30px auto;
- justify-content: space-between;
- align-items: center;
-
- input {
- box-shadow: 0px 0px 5px var(--brand-grey);
- height: 50px;
- font-size: 14px;
- border-radius: 5px;
- overflow: hidden;
- border: 0;
- text-align: center;
- outline: none;
- width: 20%;
- }
- }
-
- .signin-description {
- margin-bottom: calc(100vh - 345px);
- }
- }
-
- .page5 {
- .input-holder {
- display: flex;
- width: 85%;
- margin: 30px auto;
- background-color: white;
- justify-content: space-between;
- align-items: center;
- box-shadow: 0px 0px 5px var(--brand-grey);
- border-radius: 5px;
- overflow: hidden;
-
- ion-icon {
- font-size: 20px;
- margin: 0 15px;
- color: var(--brand-blue);
- }
-
- input {
- flex-grow: 1;
- height: 50px;
- font-size: 14px;
- border: 0;
- padding: 0 20px;
- outline: none;
- letter-spacing: 1px;
- }
- }
-
- ion-list {
- background: transparent;
- margin: 0 auto calc(100vh - 500px);
-
- ion-item {
- --background: transparent;
- font-size: 12px;
- color: var(--brand-black);
- --padding-start: 15%;
- --padding-end: 15%;
- border-bottom: 1px solid #efefef;
-
- &:last-child {
- border-bottom: 0;
- }
-
- .check-ball {
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background-color: var(--brand-grey);
- margin-right: 15px;
- }
-
- &.active {
- .check-ball {
- background-color: var(--brand-blue);
- }
- }
- }
- }
- }
-
- .page6 {
- .description {
- font-size: 11px;
- color: var(--brand-grey);
- line-height: 1.5;
- width: 70%;
- margin: 10px auto calc(100vh - 400px);
- text-align: center;
- }
-
- .icon-holder {
- text-align: center;
- font-size: 5rem;
- color: var(--brand-blue);
- margin: 70px auto 0;
- }
- }
-
- .page7 {
- background-image: url('../../assets/custom/background-5.svg');
- background-size: cover;
- background-repeat: no-repeat;
-
- .logo {
- background-color: white;
- width: 75px;
- height: 75px;
- border-radius: 50%;
- overflow: hidden;
- padding: 10px;
- margin: 100px auto 30px;
-
- img {
- object-fit: contain;
- }
- }
-
- header {
- color: white;
- }
-
- .description {
- font-size: 11px;
- color: white;
- line-height: 1.5;
- width: 70%;
- margin: 10px auto calc(100vh - 350px);
- text-align: center;
- }
-
- .next-button {
- --color: var(--brand-blue);
- --background: white;
- }
- }
|