-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
119 lines (67 loc) · 1.85 KB
/
Copy pathstylesheet.css
File metadata and controls
119 lines (67 loc) · 1.85 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
/*
* ShineUI
*
* stylesheet.css
*
* Version 2
*/
/* ==========================================================
* Drawer
* ========================================================== */
.android-drawer {
background-color: #2e3436;
border-radius: 28px 28px 0 0;
border: 1px solid rgba(255,255,255,0.05);
box-shadow: 0 -12px 36px rgba(0,0,0,0.45);
}
/* ==========================================================
* App Grid
* ========================================================== */
.android-app-tile {
padding: 12px;
border-radius: 18px;
transition-duration: 120ms;
}
.android-app-tile:hover {
background-color: rgba(255,255,255,0.06);
}
.android-app-tile:active {
background-color: rgba(255,255,255,0.12);
}
/* ==========================================================
* Icons
* ========================================================== */
.android-app-icon {
margin-bottom: 8px;
}
/* ==========================================================
* Labels
* ========================================================== */
.android-app-label {
color: white;
font-size: 11pt;
text-align: center;
margin-top: 8px;
max-width: 96px;
}
/* ==========================================================
* Scroll View
* ========================================================== */
.android-app-grid {
padding: 12px;
}
/* ==========================================================
* Future Search Bar
* ========================================================== */
.android-search-entry {
margin-bottom: 18px;
border-radius: 16px;
padding: 12px;
}
/* ==========================================================
* Future Favorites Row
* ========================================================== */
.android-favorites {
spacing: 18px;
margin-bottom: 20px;
}