root / src / app.ios.scss @ 25220fd6
Historique | Voir | Annoter | Télécharger (731 octets)
1 |
// Import common styles |
---|---|
2 |
@import "app-common"; |
3 |
|
4 |
.ios1280 { |
5 |
.page__content { |
6 |
font-size: 28pt; |
7 |
background-color: #ff0; |
8 |
} |
9 |
} |
10 |
/* iPad Pro 12.9 (2nd gen) */ |
11 |
.ios1024 { |
12 |
font-size: 24pt; |
13 |
|
14 |
.label { |
15 |
font-size: 24pt; |
16 |
} |
17 |
|
18 |
.button { |
19 |
font-size: 24pt; |
20 |
} |
21 |
|
22 |
Button { |
23 |
font-size: 24pt; |
24 |
} |
25 |
|
26 |
.textview { |
27 |
font-size: 24pt; |
28 |
} |
29 |
|
30 |
TextView { |
31 |
font-size: 24pt; |
32 |
} |
33 |
|
34 |
.TextView { |
35 |
font-size: 24pt; |
36 |
} |
37 |
|
38 |
TextField { |
39 |
font-size: 24pt; |
40 |
} |
41 |
|
42 |
.TextField { |
43 |
font-size: 24pt; |
44 |
} |
45 |
|
46 |
.textfield { |
47 |
font-size: 24pt; |
48 |
} |
49 |
} |
50 |
.ios600 { |
51 |
.page__content { |
52 |
font-size: 12pt; |
53 |
} |
54 |
} |
55 |
.ios480 { |
56 |
.page__content { |
57 |
font-size: 12pt; |
58 |
} |
59 |
} |
60 |
/* iPhone 5s */ |
61 |
.ios320 { |
62 |
.page__content { |
63 |
font-size: 12pt; |
64 |
} |
65 |
} |