-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
31 lines (28 loc) · 897 Bytes
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
In NativeScript, the app.css file is where you place CSS rules that
you would like to apply to your entire application. Check out
http://docs.nativescript.org/ui/styling for a full list of the CSS
selectors and properties you can use to style UI components.
/*
For example, the following CSS rule changes the font size of all UI
components that have the btn class name.
*/
.btn {
font-size: 18;
}
/*
In many cases you may want to use the NativeScript core theme instead
of writing your own CSS rules. For a full list of class names in the theme
refer to http://docs.nativescript.org/ui/theme.
*/
@import 'nativescript-theme-core/css/core.light.css';
.fa {
font-family: FontAwesome, fontawesome-webfont;
}
/* TODO: ImageAddRemove specific, should not be global */
.thumb {
background-size: 100% 110%;
background-repeat: no-repeat;
color: #ffffff;
font-size: 20em;
}