Skip to content

Commit

Permalink
Merge pull request #34038 from dimagi/akj/ush-4045-btn-margins
Browse files Browse the repository at this point in the history
[USH-4045] Margins for multi-select buttons
  • Loading branch information
Akash Jain authored Jan 30, 2024
2 parents 1fcba78 + b726590 commit 70c3cf3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions corehq/apps/hqwebapp/static/cloudcare/css/webforms.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,26 @@ input:invalid {
margin-bottom: 0;
}

.widget button h1 {
margin-top: 7px;
margin-bottom: 5px;
}

.widget button h2 {
margin-top: 6.5px;
margin-bottom: 4.5px;
}

.widget button h3 {
margin-top: 6px;
margin-bottom: 4px;
}

.widget button h4 {
margin-top: 5.5px;
margin-bottom: 3.5px;
}

.coordinate {
font-weight: bold;
width: 8em;
Expand Down

0 comments on commit 70c3cf3

Please sign in to comment.