root / src / _app-common.scss @ 72203b19
Historique | Voir | Annoter | Télécharger (1,07 ko)
1 |
@import "~@nativescript/theme/core"; |
---|---|
2 |
@import "~@nativescript/theme/blue"; |
3 |
|
4 |
// Place any CSS rules you want to apply on both iOS and Android here. |
5 |
// This is where the vast majority of your CSS code goes. |
6 |
|
7 |
// Font icon class |
8 |
.fab { |
9 |
font-family: "Font Awesome 5 Brands", "fa-brands-400"; |
10 |
font-weight: 400; |
11 |
} |
12 |
|
13 |
.fas { |
14 |
font-family: "Font Awesome 5 Free", "fa-solid-900"; |
15 |
font-weight: 900; |
16 |
} |
17 |
|
18 |
.far { |
19 |
font-family: "Font Awesome 5 Free", "fa-regular-400"; |
20 |
font-weight: 400; |
21 |
} |
22 |
|
23 |
// Common page class |
24 |
.page__content { |
25 |
&-icon, |
26 |
&-placeholder { |
27 |
color: const(grey); |
28 |
font-size: 40; |
29 |
vertical-align: center; |
30 |
horizontal-align: center; |
31 |
} |
32 |
|
33 |
&-icon { |
34 |
font-size: 72; |
35 |
vertical-align: top; |
36 |
margin-top: 20%; |
37 |
} |
38 |
} |
39 |
|
40 |
// Drawer navigation custom styles |
41 |
.nt-drawer__header-image { |
42 |
color: const(grey); |
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 |
} |