-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
59 lines (51 loc) · 1.05 KB
/
main.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
textarea {
resize: none;
}
.form-label {
font-size: 12px;
color: #5e9bfc;
margin: 0;
display: block;
opacity: 1;
-webkit-transition: .333s ease top, .333s ease opacity;
transition: .333s ease top, .333s ease opacity;
}
.form-control {
border-radius: 0;
border-color: #ccc;
border-width: 0 0 2px 0;
border-style: none none solid none;
box-shadow: none;
}
.form-control:focus {
box-shadow: none;
border-color: #5e9bfc;
}
.js-hide-label {
opacity: 0;
}
.js-unhighlight-label {
color: #999
}
.btn-start-order {
background: 0 0 #ffffff;
border: 1px solid #2f323a;
border-radius: 3px;
color: #2f323a;
font-family: "Raleway", sans-serif;
font-size: 16px;
line-height: inherit;
margin: 30px 0;
padding: 10px 50px;
text-transform: uppercase;
transition: all 0.25s ease 0s;
}
.btn-start-order:hover, .btn-start-order:active, .btn-start-order:focus {
border-color: #5e9bfc;
color: #5e9bfc;
}
#qrcode {
width: 160px;
height: 160px;
margin-top: 15px;
}