-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
86 lines (74 loc) · 1.24 KB
/
index.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
#root {
padding: 30px;
font-family: "Open Sans", sans-serif;
}
nav > a {
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
margin-right: 30.5px;
text-decoration-line: none;
}
nav > a.active {
text-decoration-line: underline;
}
nav {
padding-bottom: 20px;
border-bottom: 1px solid #979797;
margin-bottom: 20px;
}
h2 {
font-weight: bold;
font-size: 18px;
color: #000000;
margin: 0;
margin-bottom: 18px;
}
section {
}
hr {
border: none;
border-top: 1px solid #979797;
margin: 20px 0;
}
input[type="submit"] {
background: #03a8d8;
border-radius: 4px;
color: #ffffff;
font-weight: bold;
font-size: 14px;
border: none;
outline: none;
padding: 10px 0;
width: 100%;
font-family: "Open Sans", sans-serif;
margin-top: 10px;
margin-bottom: 0px;
}
input[type="submit"] {
cursor: pointer;
}
input,
select {
font-family: "Open Sans", sans-serif;
background: #ffffff;
border: 1px solid #979797;
border-radius: 4px;
padding: 7px 9.5px 9px 9.5px;
outline: none;
width: 100%;
margin-bottom: 10px;
box-sizing: border-box;
}
.tile {
margin: 0;
font-size: 14px;
margin-bottom: 4px;
}
.tile.tile-title {
font-weight: bold;
}
.tile-container {
margin-bottom: 20px;
}