-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdropdown.css
77 lines (68 loc) · 1.28 KB
/
dropdown.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
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
width: 400px;
margin: 0;
padding: 10px 25px;
font-family: "Open Sans", sans-serif !important;
padding-bottom: 25px;
margin-bottom: 15px;
background: #fafafa;
}
h1 {
font-size: 1.2rem;
font-weight: regular;
margin-bottom: 20px;
}
.codez {
font-weight: 600;
font-family: monospace;
font-size: 1rem;
}
.input-form {
display: block;
margin-top: 20px;
}
#code {
font-size: 1.3rem;
font-weight: bold;
font-family: "Open Sans", sans-serif;
}
.input-field {
padding: 5px 10px;
width: 250px;
font-family: "Open Sans", sans-serif;
font-size: 0.8rem;
border-radius: 2px;
border-width: 0.5px;
border-color: #353b48;
}
.submit-field {
font-family: "Open Sans", sans-serif;
font-size: 0.8rem;
width: 100px;
padding: 6px 10px;
background: #fbc531;
border: none;
border-radius: 2px;
color: #ffffff;
/*height: 42.5px;*/
}
.request-button {
font-family: "Open Sans", sans-serif;
font-size: 0.8rem;
padding: 10px 15px;
background: #fbc531;
border: none;
border-radius: 2px;
color: #ffffff;
}
#clear-data {
position: absolute;
top: 10px;
right: 10px;
padding: 5px 10px;
background: #fbc531;
border: none;
border-radius: 2px;
color: #ffffff;
}