mirror of https://github.com/ColorlibHQ/AdminLTE
Add new map and implementation reference
parent
0dad027265
commit
8a7a7ae527
|
@ -8,17 +8,16 @@
|
|||
|
||||
//COLORS
|
||||
//--------------------------------------------------------
|
||||
|
||||
@light-blue: #3c8dbc;
|
||||
//Primary
|
||||
@red: #dd4b39;
|
||||
@light-blue: #3c8dbc;
|
||||
//Danger
|
||||
@green: #00a65a;
|
||||
@red: #dd4b39;
|
||||
//Success
|
||||
@aqua: #00c0ef;
|
||||
@green: #00a65a;
|
||||
//Info
|
||||
@yellow: #f39c12;
|
||||
@aqua: #00c0ef;
|
||||
//Warning
|
||||
@yellow: #f39c12;
|
||||
@blue: #0073b7;
|
||||
@navy: #001F3F;
|
||||
@teal: #39CCCC;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
for easy integration with back-end frameworks. The following are some of them:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/mmdsharifi/AdminLTE-RTL">Persian RTL</a> by <a href="https://github.com/mmdsharifi">Mohammad Sharifi</a></li>
|
||||
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
|
||||
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
|
||||
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
|
||||
|
|
|
@ -2081,6 +2081,7 @@ AdminLTE/
|
|||
for easy integration with back-end frameworks. The following are some of them:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/mmdsharifi/AdminLTE-RTL">Persian RTL</a> by <a href="https://github.com/mmdsharifi">Mohammad Sharifi</a></li>
|
||||
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
|
||||
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
|
||||
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
|
||||
|
|
|
@ -1123,7 +1123,7 @@
|
|||
$this.sparkline('html', $this.data());
|
||||
});
|
||||
|
||||
/* SPARKLINE DOCUMENTAION EXAMPLES http://omnipotent.net/jquery.sparkline/#s-about */
|
||||
/* SPARKLINE DOCUMENTATION EXAMPLES http://omnipotent.net/jquery.sparkline/#s-about */
|
||||
drawDocSparklines();
|
||||
drawMouseSpeedDemo();
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue