freeze bootstrap in version v2.3.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
FGU 2023-01-04 11:23:47 +01:00
parent 38c27a23f5
commit dc07e5f394
48 changed files with 6197 additions and 4 deletions

View file

@ -1,7 +1,7 @@
//= require jquery
//= require jquery_ujs
//= require select2-full
//= require twitter/bootstrap
//= require bootstrap.min
//= require jquery.tokeninput
//= require bootstrap-datepicker/core
//= require bootstrap-datepicker/locales/bootstrap-datepicker.de

View file

@ -1,5 +1,5 @@
@import "legacy_bootstrap_variables";
@import "twitter/bootstrap/bootstrap";
@import "bootstrap/bootstrap";
@import "delta_input";
body {
@ -7,8 +7,8 @@ body {
}
// Set the correct sprite paths
@iconSpritePath: image-url('twitter/bootstrap/glyphicons-halflings.png');
@iconWhiteSpritePath: image-url('twitter/bootstrap/glyphicons-halflings-white.png');
@iconSpritePath: '/bootstrap/images/glyphicons-halflings.png';
@iconWhiteSpritePath: '/bootstrap/images/glyphicons-halflings-white.png';
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
// @fontAwesomeEotPath: asset-url('fontawesome-webfont.eot');