mirror of https://github.com/ColorlibHQ/AdminLTE
Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE
commit
445382617c
|
@ -296,7 +296,7 @@ Top navbar example can be found in this [demo page](https://adminlte.io/themes/d
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="index3.html" class="navbar-brand">
|
<a href="index3.html" class="navbar-brand">
|
||||||
<img src="{{ '/assets/img/AdminLTELogo.png' | prepend: site.baseurl }}" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
|
<img src="{{ '/assets/img/AdminLTELogo.png' | prepend: site.baseurl }}" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
|
||||||
style="opacity: .8">
|
style="opacity: .8; max-height: 33px;">
|
||||||
<span class="brand-text font-weight-light">AdminLTE 3</span>
|
<span class="brand-text font-weight-light">AdminLTE 3</span>
|
||||||
</a>
|
</a>
|
||||||
<!-- Left navbar links -->
|
<!-- Left navbar links -->
|
||||||
|
|
|
@ -49,6 +49,13 @@ You can also use the following classes for responsive changes with placing
|
||||||
{: .quote-info}
|
{: .quote-info}
|
||||||
|
|
||||||
|
|
||||||
|
#### Dark Mode
|
||||||
|
|
||||||
|
AdminLTE 3.1 provides a dark mode option. You can add in body tag:
|
||||||
|
|
||||||
|
- `.dark-mode`
|
||||||
|
|
||||||
|
|
||||||
#### Color Variations
|
#### Color Variations
|
||||||
|
|
||||||
AdminLTE 3.1 provides a set of color variations to apply to your sidebar (light & dark) & navbar. You can combine any available color with these class prefixes:
|
AdminLTE 3.1 provides a set of color variations to apply to your sidebar (light & dark) & navbar. You can combine any available color with these class prefixes:
|
||||||
|
@ -66,6 +73,10 @@ AdminLTE 3.1 provides a set of color variations to apply to your sidebar (light
|
||||||
> You can combine `.navbar-*` with `.navbar-light` or `.navbar-dark`.
|
> You can combine `.navbar-*` with `.navbar-light` or `.navbar-dark`.
|
||||||
{: .quote-info}
|
{: .quote-info}
|
||||||
|
|
||||||
|
> ###### Recommended for Dark Mode
|
||||||
|
> You must use only `.navbar-dark` without only combination.
|
||||||
|
{: .quote-info}
|
||||||
|
|
||||||
The following colors are available:
|
The following colors are available:
|
||||||
|
|
||||||
##### Theme Colors
|
##### Theme Colors
|
||||||
|
|
Loading…
Reference in New Issue