mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-06 17:48:50 +01:00
Updates
This commit is contained in:
parent
00a47bf22f
commit
c318193502
9 changed files with 97 additions and 90 deletions
|
|
@ -51,14 +51,14 @@
|
|||
<div class="inner-content">
|
||||
<h1>Changing Color Scheme</h1>
|
||||
<div class="subHeader"></div><p>We tried to make the process of color scheme customization as easy as<span class="widont"> </span>possible. </p>
|
||||
<p>By default ng2-admin has three built-in color profiles: ng2 (default blue sheme), mint and blur.
|
||||
<p>By default ng2-admin has three built-in color profiles: ng2 (default blue scheme), mint and blur.
|
||||
This article will help you to create your own color profile.
|
||||
Let’s say you want to make ng2-admin dark<span class="widont"> </span>theme.</p>
|
||||
<p>First we advise you to take some existing colorscheme file as a starting point.
|
||||
For light themes we suggest taking <code>src/app/theme/sass/conf/colorScheme/_mint.scss</code> and for
|
||||
dark <code>src/app/theme/sass/conf/colorScheme/_blue.scss</code>.
|
||||
As we want a dark theme, we’re taking <code>blue</code>.</p>
|
||||
<p>1) Copy <code>src/app/theme/sass/conf/colorScheme/_mint.scss</code> to <code>src/app/theme/sass/conf/colorScheme/_dark.scss</code>:
|
||||
<p>1) Copy <code>src/app/theme/sass/conf/colorScheme/_blue.scss</code> to <code>src/app/theme/sass/conf/colorScheme/_dark.scss</code>:
|
||||
<br><br></p>
|
||||
<p>2) Include your colorscheme file in <code>src/app/theme/sass/conf/conf.scss</code>.</p>
|
||||
<p>To do this,<span class="widont"> </span>replace</p>
|
||||
|
|
@ -148,8 +148,8 @@ We also defined a couple of custom colors for dashboard<span class="widont">&nbs
|
|||
</div>
|
||||
</section>
|
||||
<footer class="wrap">
|
||||
<div class="left">Powered by Angular 2, Bootstrap 4, Webpack and many more...</div>
|
||||
<div class="right">© 2015–2016 Akveo LLC<br />Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</div>
|
||||
<div class="left">Powered by Angular, Bootstrap 4, Angular CLI and many more...</div>
|
||||
<div class="right">© 2017 Akveo LLC<br />Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</div>
|
||||
</footer>
|
||||
</div><a href="https://github.com/akveo/ng2-admin" title="Star & Fork on GitHub" class="github-fork-ribbon"></a>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue