File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
export const GC_USER_ID = 'graphcool-user-id'
2
- // export const GC_USER_NAME = 'graphcool-user-name'
3
2
export const GC_AUTH_TOKEN = 'graphcool-auth-token'
4
3
5
4
export const LINKS_PER_PAGE = 5
Original file line number Diff line number Diff line change 1
1
body {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
- font-family : sans-serif;
4
+ font-family : Verdana , Geneva , sans-serif;
5
5
}
6
6
7
- Link {
8
- color : black ;
7
+ input {
8
+ max-width : 500 px ;
9
9
}
10
10
11
11
.gray {
12
12
color : # 828282 ;
13
13
}
14
14
15
- .f11 {
16
- font-size : 11px ;
17
- }
18
-
19
15
.orange {
20
16
background-color : # ff6600 ;
21
17
}
@@ -24,6 +20,10 @@ Link {
24
20
background-color : rgb (246 , 246 , 239 );
25
21
}
26
22
23
+ .f11 {
24
+ font-size : 11px ;
25
+ }
26
+
27
27
.w85 {
28
28
width : 85% ;
29
29
}
41
41
cursor : pointer;
42
42
max-width : 250px ;
43
43
}
44
-
45
- input {
46
- max-width : 500px ;
47
- }
48
-
You can’t perform that action at this time.
0 commit comments