resp
This commit is contained in:
parent
bacf61f976
commit
8b05b76c64
@ -1,4 +1,4 @@
|
||||
<button class="btn btn-primary btn-block" id="validate_selling" ng-click="sendForm(event)"
|
||||
<button class="btn btn-primary btn-block validate_selling" ng-click="sendForm(event)"
|
||||
ng-disabled="!paidAmount">
|
||||
<i class="fa fa-check"></i>
|
||||
|
||||
|
@ -3,10 +3,11 @@
|
||||
display: inline-block;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
}
|
||||
.product-button {
|
||||
min-width: 90%;
|
||||
width: 80%;
|
||||
text-overflow-ellipsis: "...";
|
||||
}
|
||||
.listing-products {
|
||||
.btn, button {
|
||||
@ -35,3 +36,19 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.validate_selling {
|
||||
margin: 0.25rem;
|
||||
}
|
||||
|
||||
@media all and(max-width: 1200px) {
|
||||
#caisse-now {
|
||||
|
||||
.product-box {
|
||||
width: 50%;
|
||||
}
|
||||
.product-button {
|
||||
min-width: calc(100% - 56px)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -178,5 +178,6 @@ angular
|
||||
}]);
|
||||
console.log('jQuery', jQuery);
|
||||
jQuery(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
jQuery('[data-toggle="tooltip"]').tooltip();
|
||||
console.log('jQuery(\'[data-toggle="tooltip"]\')', jQuery('[data-toggle="tooltip"]'));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user