Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / src / app.ios.scss @ 09487590

Historique | Voir | Annoter | Télécharger (660 octets)

1 f3d5fa3b Eric Seigne
// Import common styles
2
@import "app-common";
3
4 2420809e Eric Seigne
.ios1280 {
5
  .page__content {
6
    font-size: 28pt;
7
    background-color: #ff0;
8
  }	 
9 e1f97cbf Eric Seigne
}
10 2420809e Eric Seigne
/* 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
  TextField {
31
    font-size: 24pt;
32
  }
33
34
  .TextField {
35
    font-size: 24pt;
36
  }
37
38
  .textfield {
39
    font-size: 24pt;
40
  }
41 e1f97cbf Eric Seigne
}
42 2420809e Eric Seigne
.ios600 {
43
  .page__content {
44
    font-size: 12pt;
45
  }	 
46 e1f97cbf Eric Seigne
}
47 2420809e Eric Seigne
.ios480 {
48
  .page__content {
49
    font-size: 12pt;
50
  }	 
51 e1f97cbf Eric Seigne
}
52 09487590 Eric Seigne
/* iPhone 5s */
53 2420809e Eric Seigne
.ios320 {
54
  .page__content {
55
    font-size: 12pt;
56
  }	 
57 b4baaf9b Eric Seigne
}
Redmine Appliance - Powered by TurnKey Linux