File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
padding : 0 16px 16px ;
3
3
4
4
.logo {
5
- width : 100 % ;
6
- display : flex ;
5
+ width : 50 % ;
6
+ margin : 0 auto ;
7
7
flex : 1 ;
8
8
height : 35vh ;
9
9
justify-content : center ;
10
10
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 ;
13
15
}
14
16
15
17
button {
Original file line number Diff line number Diff line change 2
2
padding : 0 16px 16px ;
3
3
4
4
.logo {
5
- width : 100% ;
5
+ width : 50% ;
6
+ margin : 0 auto ;
6
7
display : flex ;
7
8
flex : 1 ;
8
9
height : 35vh ;
9
10
justify-content : center ;
10
11
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 ;
13
16
}
14
17
15
18
button {
You can’t perform that action at this time.
0 commit comments