Skip to content

Commit b35c192

Browse files
committed
minor improvements in styling
1 parent 41a2331 commit b35c192

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

src/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export const GC_USER_ID = 'graphcool-user-id'
2-
// export const GC_USER_NAME = 'graphcool-user-name'
32
export const GC_AUTH_TOKEN = 'graphcool-auth-token'
43

54
export const LINKS_PER_PAGE = 5

src/styles/index.css

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
body {
22
margin: 0;
33
padding: 0;
4-
font-family: sans-serif;
4+
font-family: Verdana, Geneva, sans-serif;
55
}
66

7-
Link {
8-
color: black;
7+
input {
8+
max-width: 500px;
99
}
1010

1111
.gray {
1212
color: #828282;
1313
}
1414

15-
.f11 {
16-
font-size: 11px;
17-
}
18-
1915
.orange {
2016
background-color: #ff6600;
2117
}
@@ -24,6 +20,10 @@ Link {
2420
background-color: rgb(246,246,239);
2521
}
2622

23+
.f11 {
24+
font-size: 11px;
25+
}
26+
2727
.w85 {
2828
width: 85%;
2929
}
@@ -41,8 +41,3 @@ Link {
4141
cursor: pointer;
4242
max-width: 250px;
4343
}
44-
45-
input {
46-
max-width: 500px;
47-
}
48-

0 commit comments

Comments
 (0)