Skip to content

Commit

Permalink
Merge pull request #7 from EleoXDA/EleoXDA-css
Browse files Browse the repository at this point in the history
Beautify the drop-down menu as well
  • Loading branch information
EleoXDA committed May 19, 2023
2 parents c99e16e + 70aeed2 commit eac8957
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ form {
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

form input {
form input, .select-currency {
margin: 10px 0;
padding: 8px;
width: 100%;
Expand All @@ -29,6 +29,11 @@ form input {
box-sizing: border-box;
}

.label-text {
display: inline-block;
margin-bottom: 5px;
}

form button {
padding: 10px 20px;
background-color: #008CBA; /* Blue */
Expand Down

0 comments on commit eac8957

Please sign in to comment.