forked from mozbrick/brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prelimCSS.css
30 lines (22 loc) · 996 Bytes
/
prelimCSS.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
/*Backgrounds */
background-image: -o-linear-gradient(-90deg, #A0A0A0 14%, #858585 100%);
background-image: -moz-linear-gradient(-90deg, #A0A0A0 14%, #858585 100%);
background-image: -webkit-linear-gradient(-90deg, #A0A0A0 14%, #858585 100%);
background-image: -ms-linear-gradient(-90deg, #A0A0A0 14%, #858585 100%);
background-image: linear-gradient(-180deg, #A0A0A0 14%, #858585 100%);
/* Selected Item Background */
background-image: -o-linear-gradient(-90deg, #A0A0A0 14%, #E1E1E1 100%);
background-image: -moz-linear-gradient(-90deg, #A0A0A0 14%, #E1E1E1 100%);
background-image: -webkit-linear-gradient(-90deg, #A0A0A0 14%, #E1E1E1 100%);
background-image: -ms-linear-gradient(-90deg, #A0A0A0 14%, #E1E1E1 100%);
background-image: linear-gradient(-180deg, #A0A0A0 14%, #E1E1E1 100%);
/* Text */
font-family: OpenSans-Semibold;
font-size: 14px;
color: #D4D4D4;
line-height: 19px;
/* Selected text */
font-family: OpenSans-Semibold;
font-size: 14px;
color: #F2F2F2;
line-height: 19px;