Skip to content

Commit 681572f

Browse files
committed
change capture logo at sign in/up pages
1 parent 83721da commit 681572f

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

src/app/features/login/login.page.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
padding: 0 16px 16px;
33

44
.logo {
5-
width: 100%;
6-
display: flex;
5+
width: 50%;
6+
margin: 0 auto;
77
flex: 1;
88
height: 35vh;
99
justify-content: center;
1010
align-items: center;
11-
background-color: var(--ion-color-primary);
12-
mask: url('/assets/images/capture.svg') no-repeat center;
11+
background-color: white;
12+
/* stylelint-disable-next-line declaration-colon-newline-after */
13+
mask: url('/assets/images/icons/capture-rebrand-wordmark.svg') no-repeat
14+
center;
1315
}
1416

1517
button {

src/app/features/signup/signup.page.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
padding: 0 16px 16px;
33

44
.logo {
5-
width: 100%;
5+
width: 50%;
6+
margin: 0 auto;
67
display: flex;
78
flex: 1;
89
height: 35vh;
910
justify-content: center;
1011
align-items: center;
11-
background-color: var(--ion-color-primary);
12-
mask: url('/assets/images/capture.svg') no-repeat center;
12+
background-color: white;
13+
/* stylelint-disable-next-line declaration-colon-newline-after */
14+
mask: url('/assets/images/icons/capture-rebrand-wordmark.svg') no-repeat
15+
center;
1316
}
1417

1518
button {
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)