mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
bootstrap upgrade
This commit is contained in:
@@ -6,8 +6,8 @@ bs.init({
|
|||||||
server: {
|
server: {
|
||||||
routes: {
|
routes: {
|
||||||
'/': 'tmp',
|
'/': 'tmp',
|
||||||
'/dist/fonts': 'fonts',
|
|
||||||
'/dist': 'dist',
|
'/dist': 'dist',
|
||||||
|
'/dist/fonts': 'fonts',
|
||||||
'/libs': 'static/libs',
|
'/libs': 'static/libs',
|
||||||
'/img': 'static/img',
|
'/img': 'static/img',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,9 +6,11 @@ const path = require('path'),
|
|||||||
sass = require("node-sass");
|
sass = require("node-sass");
|
||||||
|
|
||||||
glob("scss/tabler*.scss", {}, function (er, files) {
|
glob("scss/tabler*.scss", {}, function (er, files) {
|
||||||
|
console.log('files', files);
|
||||||
|
|
||||||
files.forEach(function(file){
|
files.forEach(function(file){
|
||||||
var basename = path.basename(file, '.scss');
|
var basename = path.basename(file, '.scss');
|
||||||
|
|
||||||
sass.render(
|
sass.render(
|
||||||
{
|
{
|
||||||
file: file,
|
file: file,
|
||||||
@@ -30,6 +32,8 @@ glob("scss/tabler*.scss", {}, function (er, files) {
|
|||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apexcharts": "3.8.0",
|
"apexcharts": "3.8.0",
|
||||||
"autosize": "4.0.2",
|
"autosize": "4.0.2",
|
||||||
"bootstrap": "twbs/bootstrap#08bddb8",
|
"bootstrap": "twbs/bootstrap#fb475e9",
|
||||||
"imask": "5.1.5",
|
"imask": "5.1.5",
|
||||||
"selectize": "0.12.6"
|
"selectize": "0.12.6"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Color Input
|
|||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
content: "";
|
content: "";
|
||||||
background: $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
|
background: $form-switch-checked-bg-image no-repeat center center/50% 50%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: .3s opacity;
|
transition: .3s opacity;
|
||||||
|
|
||||||
@@ -241,7 +241,7 @@ Image check
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
content: "";
|
content: "";
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: $primary $custom-checkbox-indicator-icon-checked no-repeat center center/50% 50%;
|
background: $primary $form-switch-checked-bg-image no-repeat center center/50% 50%;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: .3s opacity;
|
transition: .3s opacity;
|
||||||
|
|||||||
Reference in New Issue
Block a user