-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorder.css
66 lines (53 loc) · 835 Bytes
/
order.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
.content {
margin-left: 30%;
margin-right: 30%;
margin-top: 15%;
}
.notification-panel {
margin: 15px;
margin-top: 2rem;
font-size: 1.25rem;
}
.alert {
background-color: #f8d7da;
color: #721c24;
}
.info {
background-color: #d1ecf1;
color: #0c5460;
}
.successfull {
background-color: #c3e6cb;
}
.notification-header {
padding: 1px 0 0 12px;
}
.notification-content {
padding: 0 0 5px 12px;
}
.step {
margin: 15px;
}
.step-header {
height: 54px;
padding: 12px 20px 12px 20px;
width: inherit;
background-color: #f1f1f1;
text-align: center;
font-size: 1.25rem;
}
.step-content {
padding: 1.25rem;
border: 1px solid rgba(0,0,0,.125);
border-top: 0px;
background-clip: border-box;
}
.input-token-addr {
width: 70%;
}
.btn-approve {
width: 100%;
}
.btn-order {
width: 100%;
}