mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
moved skins/icon to assets/common/images/icons
This commit is contained in:
@@ -835,7 +835,7 @@ form[name=registerForm] .multiselect-group {
|
||||
}
|
||||
|
||||
.geocompleter-input.input-loading {
|
||||
background: url('/skins/icons/loader-black.gif') $black center right no-repeat;
|
||||
background: url('/assets/common/images/icons/loader-black.gif') $black center right no-repeat;
|
||||
}
|
||||
|
||||
/** IE Fixes */
|
||||
|
@@ -1,5 +1,5 @@
|
||||
$fontAwesomePath: "../../common/font"; // dist path
|
||||
$iconsPath: '../../../skins/icons/';
|
||||
$iconsPath: '../../../assets/common/images/icons/';
|
||||
@import '../../../../www/bower_components/normalize-css/normalize'; // not extension for inline import
|
||||
@import '../../vendors/bootstrap/bootstrap';
|
||||
// @TODO enable importation of: @import "../../../../plugins/login.less";
|
||||
|
Reference in New Issue
Block a user