Fixed bower paths

This commit is contained in:
Lucas Bartholemy 2017-11-05 21:38:25 +01:00
parent eb9e6be9e4
commit 6d19c7fce7
4 changed files with 7 additions and 7 deletions

View File

@ -4,8 +4,8 @@
// modules to adopt the colors from currently
// activated theme)
// --------------------------------------------------
@import (reference) "../../protected/vendor/bower/fontawesome/less/font-awesome.less";
@import (reference) "../../protected/vendor/bower/bootstrap/less/mixins.less";
@import (reference) "../../protected/vendor/bower-asset/fontawesome/less/font-awesome.less";
@import (reference) "../../protected/vendor/bower-asset/bootstrap/less/mixins.less";
/* Default */

View File

@ -1,8 +1,8 @@
//
// Theme color variables
// --------------------------------------------------
@import (reference) "../../protected/vendor/bower/bootstrap/less/mixins.less";
@import (reference) "../../protected/vendor/bower/fontawesome/less/variables.less";
@import (reference) "../../protected/vendor/bower-asset/bootstrap/less/mixins.less";
@import (reference) "../../protected/vendor/bower-asset/fontawesome/less/variables.less";
//
// Colors for buttons status etc.

View File

@ -1,3 +1,3 @@
@import "../../../../protected/vendor/bower/bootstrap/less/variables";
@import "../../../../protected/vendor/bower/bootstrap/less/mixins";
@import "../../../../protected/vendor/bower-asset/bootstrap/less/variables";
@import "../../../../protected/vendor/bower-asset/bootstrap/less/mixins";
@import "select2-humhub.less";

View File

@ -1,7 +1,7 @@
/**
* Define or overwrite your theme variables here.
*
* Check for @humhub/less/variables.less file for all available variables.
* Check for @humhub/static/less/variables.less file for all available variables.
*
* You can also access your variables within your view files by calling Yii::$app->view->theme->variable('myVariable');
*