Moved vendor/bootstrap to themses/assets/bootstrap

This commit is contained in:
Igor Scheller 2017-01-01 22:14:33 +01:00
parent a8ab9ccce1
commit 88d545eff1
7 changed files with 6 additions and 6 deletions

2
.gitmodules vendored
View File

@ -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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

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