Skip to content

Commit

Permalink
Add formatting to make send message to and Special Handling more visi…
Browse files Browse the repository at this point in the history
…ble.
  • Loading branch information
wrandall22 committed Aug 12, 2022
1 parent 3522f20 commit 27a6d7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/scss/_gift-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,28 +229,37 @@ label.btn.btn-default-form.active {
border: 0px;
box-shadow: none;
margin-bottom: 15px;

.panel-heading {
border-width: 0 0 1px 0;
background: none;
padding-left: 0;
padding-right: 0;
}

.panel-body {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 15px;

.list-unstyled {
padding: 0;

li:before {
content: "";
display: none;
text-indent: 0;
}

li {
text-indent: 0;
}
}

#sendMessageButton, #sendHandlingButton {
text-decoration: underline;
}
}
input.number {
border: none;
Expand Down

0 comments on commit 27a6d7c

Please sign in to comment.