-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
48 lines (37 loc) · 961 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
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;
}
@import '~nativescript-theme-core/css/core.dark.css';
Label {
margin-left: 35%;
margin-right: 30%;
color: #f10b16;
margin-top: 5;
margin-bottom: 5;
font-size: 13;
}
.home-panel{
vertical-align: center;
font-size: 20;
margin: 15;
background: #f3f2f2;
}
.episode4-panel{
font-size: 20;
margin: 15;
background: #1a1919;
}
[testAttr_t] { margin-bottom: 0; margin-left: 0; }
[testAttr] {color: white; margin-bottom: 0; margin-left: 0; text-align: center; }
.description-label{
margin-bottom: 15;
}