mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fixed bower paths
This commit is contained in:
parent
eb9e6be9e4
commit
6d19c7fce7
@ -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 */
|
||||
|
@ -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.
|
||||
|
@ -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";
|
||||
|
@ -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');
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user