-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
81 lines (64 loc) · 960 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
html,body{
width: 600px;
}
a{
color: #f3e5f5;
}
.heading{
text-align: center;
cursor: pointer;
}
.author{
color: #673ab7 ;
font-weight: bold;
}
.info{
display: none;
}
.loading{
font-size: 3em;
text-align: center;
}
ul.select-dropdown{
min-height: 200px;
}
ul.select-dropdown > li{
color: #512da8;
min-height: 25px;
}
ul.select-dropdown > li > span{
color: #512da8;
font-size: 15px;
padding: 5px 10px;
}
input{
color: #512da8;
}
input.amount{
border-color: #512da8;
}
input.amount[type=number]:focus {
border-bottom: 1px solid #512da8;
box-shadow: 0 1px 0 0 #512da8;
}
.button-row{
text-align: center;
}
.button-row > div > .btn{
width: 100%;
}
.currency-row{
margin-bottom: 0px;
}
.row.settings-button > div{
text-align: center;
}
#button-settings {
width: 50%;
}
#settings {
display: none;
}
.setting-button-cont {
margin-top: 12px;
}