Working theming, Layout->MainLayout, profiles list bugfix
This commit is contained in:
parent
019fa83353
commit
2e272de59c
20 changed files with 681 additions and 169 deletions
11
public/less.min.js
vendored
Normal file
11
public/less.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/less.min.js.map
Normal file
1
public/less.min.js.map
Normal file
File diff suppressed because one or more lines are too long
1
public/theme.less
Symbolic link
1
public/theme.less
Symbolic link
|
@ -0,0 +1 @@
|
|||
../src/styles/theme.less
|
5
public/theme_dyn.less
Normal file
5
public/theme_dyn.less
Normal file
|
@ -0,0 +1,5 @@
|
|||
@import url(/theme.less);
|
||||
@accent: #6570d6;
|
||||
@bdrs: 2rem;
|
||||
@purebg: false;
|
||||
body { .theme-mixin(@accent, @bdrs, @purebg) !important; }
|
Loading…
Add table
Reference in a new issue