Projet

Général

Profil

Révision 2420809e src/app.ios.scss

Voir les différences:

src/app.ios.scss
1 1
// Import common styles
2 2
@import "app-common";
3 3

  
4
.page__content {
5
  font-size: 12pt;
6
}		 
7

  
8
.ios1024 {
9
  font-size: 28pt;
4
.ios1280 {
5
  .page__content {
6
    font-size: 28pt;
7
    background-color: #ff0;
8
  }	 
10 9
}
11
.ios414 {
12
  font-size: 16pt;
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
  }
13 41
}
14
.ios {
15
  font-size: 12pt;
42
.ios600 {
43
  .page__content {
44
    font-size: 12pt;
45
    background-color: #00f;
46
  }	 
16 47
}
17

  
18
.landscape.ios1024 {
19
  font-size: 20pt;
48
.ios480 {
49
  .page__content {
50
    font-size: 12pt;
51
    background-color: #0f0;
52
  }	 
20 53
}
21
.ios1024 {
22
  font-size: 22pt;
54
.ios320 {
55
  .page__content {
56
    font-size: 12pt;
57
    background-color: #f00;
58
  }	 
23 59
}
24

  

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux