Skip to content

Commit

Permalink
💄 UI(bo): increase send button size (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboll authored Jul 26, 2024
1 parent cc68cc7 commit a9ac3be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions dossierfacile-bo/src/main/resources/static/css/fix.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ body {
line-height: 1;
}

.bo-send-btn {
border-radius: 50px;
padding: 6px 12px !important;
font-size: 17px !important;
line-height: 1;
}

@media screen and ( max-width: 991px ) {
.bo-btn.btn-responsive {
white-space: pre-line;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ <h4>Lecture automatiques :</h4>

<div style="margin-right: 0; margin-left: -20px;">
<input type="hidden" name="timeSpent" id="timeSpent" value="0" />
<div class="pull-right" style="margin-right: 20px; margin-bottom: 2%;">
<button class="btn btn-primary bo-btn hidden-xs" id="validDecline"
<div class="pull-right" style="margin-right: 60px; margin-bottom: 60px; margin-top: 10px;">
<button class="btn btn-primary bo-send-btn hidden-xs" id="validDecline"
type="submit">
Envoyer
</button>
Expand Down

0 comments on commit a9ac3be

Please sign in to comment.