File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
packages/template-tab-navigation-ts/app Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
.fa {
5
5
font-family : " FontAwesome" ;
6
6
}
7
+
8
+ .t-36 {
9
+ font-size : 36 ;
10
+ }
11
+
7
12
// Common page class
8
13
.page-content {
9
14
.page-placeholder {
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ https://docs.nativescript.org/angular/ui/ng-ui-widgets/tabs.
25
25
will "adopt"; any other layout elements you try to specify will be ignored
26
26
-->
27
27
<Label text =" Home" />
28
- <Image src =" font:// " class =" fa" />
28
+ <Image src =" font:// " class =" fa t-36 " />
29
29
</TabStripItem >
30
30
<TabStripItem >
31
31
<Label text =" Browse" />
32
- <Image src =" font:// " class =" fa" />
32
+ <Image src =" font:// " class =" fa t-36 " />
33
33
</TabStripItem >
34
34
<TabStripItem >
35
35
<Label text =" Search" />
36
- <Image src =" font:// " class =" fa" />
36
+ <Image src =" font:// " class =" fa t-36 " />
37
37
</TabStripItem >
38
38
</TabStrip >
39
39
You can’t perform that action at this time.
0 commit comments