Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / src / app.ios.scss @ 72203b19

Historique | Voir | Annoter | Télécharger (652 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
  TextField {
31
    font-size: 24pt;
32
  }
33

    
34
  .TextField {
35
    font-size: 24pt;
36
  }
37

    
38
  .textfield {
39
    font-size: 24pt;
40
  }
41
}
42
.ios600 {
43
  .page__content {
44
    font-size: 12pt;
45
  }
46
}
47
.ios480 {
48
  .page__content {
49
    font-size: 12pt;
50
  }
51
}
52
/* iPhone 5s */
53
.ios320 {
54
  .page__content {
55
    font-size: 12pt;
56
  }
57
}
Redmine Appliance - Powered by TurnKey Linux