Update Bootstrap Datepicker version to 1.10.0

This commit is contained in:
helioguardabaxo 2023-09-09 10:49:06 -03:00
parent f56ac1d45e
commit 8d9df72114
286 changed files with 22730 additions and 80 deletions

View file

@ -0,0 +1,10 @@
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css');
@import url('../../../dist/css/bootstrap-datepicker3.css');
body {
/* Padding around all elements to allow space for screenshots */
padding: 10px;
/* Transparent background for PNG screenshots */
background: none;
}