Révision 72203b19
src/_app-common.scss | ||
---|---|---|
25 | 25 |
&-icon, |
26 | 26 |
&-placeholder { |
27 | 27 |
color: const(grey); |
28 |
font-size: 40; |
|
28 | 29 |
vertical-align: center; |
29 | 30 |
horizontal-align: center; |
30 | 31 |
} |
... | ... | |
40 | 41 |
.nt-drawer__header-image { |
41 | 42 |
color: const(grey); |
42 | 43 |
} |
44 |
|
|
45 |
|
|
46 |
.picker { |
|
47 |
color: black; |
|
48 |
line-break: auto; |
|
49 |
word-break: break-all; |
|
50 |
overflow-wrap: anywhere; |
|
51 |
vertical-align: middle; |
|
52 |
padding: 20px 0 40px; |
|
53 |
width: 90%; |
|
54 |
overflow: hidden; |
|
55 |
position: relative; |
|
56 |
} |
src/app.ios.scss | ||
---|---|---|
5 | 5 |
.page__content { |
6 | 6 |
font-size: 28pt; |
7 | 7 |
background-color: #ff0; |
8 |
}
|
|
8 |
} |
|
9 | 9 |
} |
10 | 10 |
/* iPad Pro 12.9 (2nd gen) */ |
11 | 11 |
.ios1024 { |
... | ... | |
42 | 42 |
.ios600 { |
43 | 43 |
.page__content { |
44 | 44 |
font-size: 12pt; |
45 |
}
|
|
45 |
} |
|
46 | 46 |
} |
47 | 47 |
.ios480 { |
48 | 48 |
.page__content { |
49 | 49 |
font-size: 12pt; |
50 |
}
|
|
50 |
} |
|
51 | 51 |
} |
52 | 52 |
/* iPhone 5s */ |
53 | 53 |
.ios320 { |
54 | 54 |
.page__content { |
55 | 55 |
font-size: 12pt; |
56 |
}
|
|
56 |
} |
|
57 | 57 |
} |
src/app/upgrade/upgrade.component.ts | ||
---|---|---|
25 | 25 |
onUpgradeTap(): void { |
26 | 26 |
var utilityModule = require("utils/utils"); |
27 | 27 |
if (isIOS) { |
28 |
utilityModule.openUrl("itms-apps://itunes.apple.com/fr/app/id1504002559");
|
|
28 |
utilityModule.openUrl("itms-apps://itunes.apple.com/fr/app/id1505189000");
|
|
29 | 29 |
} |
30 | 30 |
else { |
31 | 31 |
utilityModule.openUrl("market://details?id=clialbum.caprel.fr"); |
Formats disponibles : Unified diff