-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path_app-platform.android.css
More file actions
127 lines (107 loc) · 1.92 KB
/
_app-platform.android.css
File metadata and controls
127 lines (107 loc) · 1.92 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Button {
background-color: transparent;
border-color: transparent;
border-width: 1;
text-transform: capitalize;
android-elevation: 0;
android-dynamic-elevation-offset: 0;
padding: 0;
margin: 0;
}
.component-label{
margin-left: 12;
min-width: 100;
}
.component-select-fix{
padding-top: 6;
text-align: right;
vertical-align: middle;
padding-right: 8;
}
.header{
font-size: 20px;
font-weight: bold;
}
.code-text-view-fix{
font-size: 15px;
}
.go-back{
font-family: "ns-playground-font";
font-size: 30;
color: #3350ff;
}
.header-label{
padding-top: 8%;
padding-left: 40%;
font-size: 20px;
color: black;
}
.components-header-label{
padding-top: 8%;
text-align: center;
font-size: 20px;
color: black;
}
.components-link{
color: #3350ff;
font-size: 20px;
padding-top: 8%;
margin-left: -25px;
}
.navigation-bar{
background-color: #f4f4f5;
height: 5%;
max-height: 3;
}
.navigation-bar-components{
background-color: #f4f4f5;
height: 8%;
}
.segmented-bar{
background-color: #f4f4f5;
padding-bottom: 10%
}
.custom-segmented-bar-root-fix{
padding-top: 15%;
}
.custom-segmented-bar-border-fix{
border-radius: 15px;
border-width: 5px;
}
.selected-segment{
color: #f4f4f5;
padding-top: 5%;
background-color: #3350ff;
text-align: center;
}
.unselected-segment{
color: #3350ff;
padding-top: 5%;
background-color: #f4f4f5;
text-align: center;
}
.action-item-details{
color: #007aff;
font-size: 20px;
padding-right: 15;
}
.listview-separator{
margin-left: 66;
background-color: #949494;
height: 1px;
}
.icon-around{
background-color: #3350ff;
height: 42;
width: 42;
border-radius: 3;
vertical-align: middle;
text-align: center;
}
.list-view-row{
padding: 6 0 6 12;
}
.list-group{
background-color: white;
padding-top: 6;
}