mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix doc (#577): fix for documentation
This commit is contained in:
parent
d34e6e92c0
commit
2217406950
1 changed files with 3 additions and 3 deletions
|
|
@ -65,13 +65,13 @@ Before running build command, switch to *blur* color profile.
|
||||||
To do so replace theme in `src/app/theme/sass/conf/conf.scss`:
|
To do so replace theme in `src/app/theme/sass/conf/conf.scss`:
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
@import 'colorScheme/ng2';
|
@import 'colorSchemes/ng2';
|
||||||
```
|
```
|
||||||
|
|
||||||
to
|
to
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
@import 'colorScheme/blur';
|
@import 'colorSchemes/blur';
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionaly, if you would like to use some different background, replace the following images:
|
Additionaly, if you would like to use some different background, replace the following images:
|
||||||
|
|
@ -82,4 +82,4 @@ Additionaly, if you would like to use some different background, replace the fol
|
||||||
We suggest using 10px Gaussian blur to blur an original image.
|
We suggest using 10px Gaussian blur to blur an original image.
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
That's it! You have successfully blurred your theme! Run `npm start` and check it out.
|
That's it! You have successfully blurred your theme! Run `npm start` and check it out.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue