Moved vendor/bootstrap to themses/assets/bootstrap

main
Igor Scheller 8 years ago
parent a8ab9ccce1
commit 88d545eff1

2
.gitmodules vendored

@ -2,5 +2,5 @@
path = vendor/parsedown path = vendor/parsedown
url = https://github.com/erusev/parsedown.git url = https://github.com/erusev/parsedown.git
[submodule "vendor/bootstrap"] [submodule "vendor/bootstrap"]
path = vendor/bootstrap path = themes/assets/bootstrap
url = https://github.com/twbs/bootstrap.git url = https://github.com/twbs/bootstrap.git

@ -1,4 +1,4 @@
@import "../vendor/bootstrap/less/bootstrap"; @import "assets/bootstrap/less/bootstrap";
@icon-font-path: "../fonts/"; @icon-font-path: "../fonts/";

@ -1,4 +1,4 @@
@import "../vendor/bootstrap/less/variables"; @import "assets/bootstrap/less/variables";
/* /*
The MIT License (MIT) The MIT License (MIT)

@ -1,4 +1,4 @@
@import "../vendor/bootstrap/less/variables"; @import "assets/bootstrap/less/variables";
@brand-primary: #758499; @brand-primary: #758499;
@brand-success: #7b9c41; @brand-success: #7b9c41;

@ -1,4 +1,4 @@
@import "../vendor/bootstrap/less/variables"; @import "assets/bootstrap/less/variables";
@brand-primary: #f19224; @brand-primary: #f19224;
@brand-success: #39AB50; @brand-success: #39AB50;

@ -1,4 +1,4 @@
@import "../vendor/bootstrap/less/variables"; @import "assets/bootstrap/less/variables";
/* /*
The MIT License (MIT) The MIT License (MIT)

Loading…
Cancel
Save