FIX_CSS File Fields Height and Width.
This commit is contained in:
parent
47fe825522
commit
6169a16326
@ -62,7 +62,7 @@
|
|||||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.3/dist/umd/popper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.3/dist/umd/popper.min.js"></script>
|
||||||
|
|
||||||
<!-- <link rel="manifest" href="../manifest.json"> -->
|
<link rel="manifest" href="../manifest.json">
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
@ -71,15 +71,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// if ('serviceWorker' in navigator) {
|
if ('serviceWorker' in navigator) {
|
||||||
// window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
// navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
|
navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
|
||||||
// // console.log('Service Worker registration successful with scope:', registration.scope);
|
// console.log('Service Worker registration successful with scope:', registration.scope);
|
||||||
// }, function(err) {
|
}, function(err) {
|
||||||
// // console.log('Service Worker registration failed:', err);
|
// console.log('Service Worker registration failed:', err);
|
||||||
// });
|
});
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
|
||||||
@ -1254,16 +1254,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Cancel Bootstrap's .form-control for file inputs */
|
/* Cancel Bootstrap's .form-control for file inputs */
|
||||||
input[type="file"].form-control {
|
/* input[type="file"].form-control { */
|
||||||
height: auto !important;
|
/* height: auto !important;*/
|
||||||
/* remove forced height */
|
/* remove forced height */
|
||||||
padding: initial !important;
|
/* padding: initial !important;*/
|
||||||
/* reset padding */
|
/* reset padding */
|
||||||
font-size: inherit !important;
|
/* font-size: inherit !important;*/
|
||||||
/* reset font size */
|
/* reset font size */
|
||||||
line-height: normal !important;
|
/* line-height: normal !important;*/
|
||||||
/* reset line height */
|
/* reset line height */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
|
|
||||||
/* Apply to Select2 (single select) */
|
/* Apply to Select2 (single select) */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user