+ initial import

This commit is contained in:
Taegus
2018-12-16 13:33:09 +01:00
commit 554f96387b
47 changed files with 14962 additions and 0 deletions

24
assets/styles/forms.css Normal file
View File

@@ -0,0 +1,24 @@
.select-wrapper .caret {
fill: #aaa;
}
.select-dropdown
{
color: #aaa;
}
.dropdown-content li>a, .dropdown-content li>span {
color: rgb(36, 13, 21);
}
#sendFeeRange {
margin-top: 40px;
}
.card-panel {
background-color: #333
}
.sendWrapper input {
color: #aaa;
}