-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid-boost.css
executable file
·90 lines (90 loc) · 1.92 KB
/
android-boost.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
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
body {
.modal {
@include box-shadow(none);
@include background-clip(border-box);
@include border-radius(0px);
border: 1px solid black;
}
.alert {
@include border-radius(0px);
text-shadow: none;
}
.nav-pills {
background: #EEE;
padding: 3px;
text-transform: uppercase;
font-size: smaller;
li.active {
border-bottom: 5px solid #339BB9;
a, a:hover {
color: black;
background: transparent;
}
}
li > a {
@include border-radius(0px);
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
background: #EEE;
margin-right: 0px;
margin-left: 0px;
padding-top: 4px;
padding-bottom: 4px;
color: black;
}
}
#mobile-footer {
height: 35px;
.navbar-inner {
@include border-radius(0px);
@include background-image(none);
background-color: #2C2C2C;
}
.nav {
text-transform: uppercase;
font-size: smaller;
padding-top: 0px;
li.active {
@include border-radius(0px);
@include background-image(none);
border-bottom: 5px solid #339BB9;
background: transparent;
a, a:hover {
color: white;
background: transparent;
@include border-radius(0px);
}
}
li > a {
padding: 3px 10px 3px 10px;
border-left: 1px solid #555;
border-right: 1px solid #555;
color: #CCC;
}
}
}
.btn {
border-radius: 0px;
@include box-shadow(none);
@include background-image(none);
text-shadow: none;
background-color: #eee;
}
.actionsbar .btn {
background-color: #339BB9;
}
.btn-primary {
background-color: #339BB9;
}
.page-header {
padding-bottom: 2px;
h3 {
font-size: 16px;
text-transform: uppercase;
color: #999;
}
}
.stream-item .stream-habit {
@include border-radius(0px);
}
}