-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (54 loc) · 842 Bytes
/
style.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
#window {
margin-left: 25%;
background-color: black;
margin-top: 70px;
padding: 14px;
border-radius: 17px;
box-shadow: 0 0 20px;
}
.swapbox_select {
color: white;
width: 50%;
float: left;
}
#word {
color:white;
}
.swapbox {
overflow: auto;
margin: 20px 0;
padding: 20px;
background-color: #2f2f2f;
border-radius: 20px;
border: 1pxsolid #565656;
}
.token_select{
padding: 5px 0;
}
.token_select:hover{
background-color: #255a3d;
cursor:pointer;
}
.token_list_image {
width: 40px;
}
img{
width:40px;
}
.modal-body {
height: 600px;
overflow: scroll;
}
.token_row{
padding: 5px 10px;
}
.token_row:hover{
background-color: #e4e4e4;
cursor: pointer;
}
#estimated_gas_text{
color: white;
}
#estimated_gas{
color: white;
}