-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
52 lines (51 loc) · 872 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
#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;
}
footer{
margin-top: 10%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
html, body {
background-color: #201928 !important;
}