-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (41 loc) · 672 Bytes
/
style.css
File metadata and controls
49 lines (41 loc) · 672 Bytes
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
#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;
}