-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (55 loc) · 965 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
#window{
margin-top: 50px;
background-color: #000;
color: #fff;
padding: 15px;
border-radius: 20px;
box-shadow: 0 0 5px black;
}
.swapbox_select {
width: 50%;
float: left;
}
.swapbox{
overflow: auto;
margin: 20px 0;
padding: 20px;
background-color: #2f2f2f;
border-radius: 20px;
border: 1px solid #565656;
}
.token_select{
padding:5px 0;
}
.token_select:hover{
background-color: #464646;
cursor: pointer;
}
.token_list_img, .token_image{
width: 40px;
}
.modal-body{
height: 600px;
overflow: scroll;
}
.token_row{
padding: 5px 10px;
}
.token_row:hover{
background-color: #e4e4e4;
cursor: pointer;
}
.modal-content{
background-color:#2f2f2f
}
.modal-header{
color: white;
background-color: #2f2f2f;
border-color: black;
}
.token_list{
color:white
}
.modal-content{
background-color:#2f2f2f
}