Skip to content

Commit

Permalink
Merge pull request #230 from wanderlust-group-project-1/rent_fix
Browse files Browse the repository at this point in the history
Change Font
  • Loading branch information
nsavinda authored Apr 25, 2024
2 parents b8608f2 + 10f9219 commit e3e8f35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/views/customer/rent.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ function setNewDate(start, end) {
success: function(data) {
// console.log(data);
disableButton(id);
$('#equipment-details-modal').css('display', 'none');
alertmsg("Item added to cart",'success');

getCartCount();
},
error: function(err) {
Expand Down
2 changes: 2 additions & 0 deletions public/assets/scss/wl/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;

}


Expand Down
2 changes: 1 addition & 1 deletion public/assets/scss/wl/dashboard/_complaints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
display: flex;
// justify-content: center;
font-weight: 400;
font-family: sans-serif, 'Poppins';
// font-family: sans-serif, 'Poppins';
font-size: $header4 ;
color: $gray-text;
font-style: italic;
Expand Down
6 changes: 3 additions & 3 deletions public/assets/scss/wl/dashboard/_rental.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ $box-shadow-color: rgba(0,0,0,0.2);
}

.order-payment-status {
font-family: sans-serif, "poppins";
// font-family: sans-serif, "poppins";
color: $gray-text;
font-size: $header4;
color: $gray-text-darker;
Expand All @@ -765,7 +765,7 @@ $box-shadow-color: rgba(0,0,0,0.2);

.cart-notification .badge {
font-size:small;
font-family: sans-serif, "Poppins";
// font-family: sans-serif, "Poppins";
position: absolute;
top: -0.5px;
right: -0.5px;
Expand Down Expand Up @@ -834,7 +834,7 @@ $box-shadow-color: rgba(0,0,0,0.2);

.cart-notification .badge {
font-size:small;
font-family: sans-serif, "Poppins";
// font-family: sans-serif, "Poppins";
position: absolute;
top: -0.5px;
right: -0.5px;
Expand Down

0 comments on commit e3e8f35

Please sign in to comment.