mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40: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`:
|
||||
|
||||
```scss
|
||||
@import 'colorScheme/ng2';
|
||||
@import 'colorSchemes/ng2';
|
||||
```
|
||||
|
||||
to
|
||||
|
||||
```scss
|
||||
@import 'colorScheme/blur';
|
||||
@import 'colorSchemes/blur';
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
<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