Skip to content

Commit

Permalink
fix: dropdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
MartaInes committed Dec 19, 2023
1 parent c83bb7b commit a6e3530
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion decide/booth/static/booth/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,14 @@ textarea {

.input-group i {
font-size: 1.5em;
}
}

.select {
padding: 6px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 0.25em;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
color: var(--input-text);
font-family: var(--fuente2);
}

0 comments on commit a6e3530

Please sign in to comment.