Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 11, 2022
1 parent e075596 commit 69e4619
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/dialogs/prompt/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,27 @@ input {
padding: 0.15rem;
outline: 0;
}
div.group {
margin: 0.5rem 0;
}
div.inline input,
div.inline label {
display: inline-block;
width: auto;
vertical-align: middle;
}
input[type=radio],
input[type=checkbox] {
margin-right: 0.25rem;
}
#buttons {
text-align: right;
}
#logo {
width: 4rem;
margin: 0 auto .5rem;
display: block;
}
button {
margin-left: 0.5rem;
padding: 0.25rem 0.5rem;
Expand Down

0 comments on commit 69e4619

Please sign in to comment.