Skip to content

Commit

Permalink
UI: fix broken css for "load more offers" button
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Aug 2, 2024
1 parent e82171e commit fed4f66
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ export default {
margin-bottom: 10px;
}
#footer a {
text-decoration: none;
font-size: 14px;
color: #000000;
}
#footer {
width: 350px;
margin: auto;
Expand Down
13 changes: 13 additions & 0 deletions ui/src/views/OffersList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,17 @@ export default {
#offers-div {
padding: 10px;
}
.click-button {
background-color: #011627;
color: #ffffff;
width: 40%;
height: 40px;
display: block;
clear: left;
border-radius: 2px;
padding: 10px;
margin: 0 auto;
font-size: 14px;
}
</style>

0 comments on commit fed4f66

Please sign in to comment.