+ initial import
This commit is contained in:
24
assets/styles/forms.css
Normal file
24
assets/styles/forms.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user