root / src / _app-common.scss @ f3d5fa3b
Historique | Voir | Annoter | Télécharger (874 octets)
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: 20; |
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 |
} |