mirror of https://github.com/ColorlibHQ/AdminLTE
parent
c618c2814f
commit
89d24bd778
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.4
|
* AdminLTE v2.4.5
|
||||||
* Author: Almsaeed Studio
|
* Author: Almsaeed Studio
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
* Website: Almsaeed Studio <https://adminlte.io>
|
||||||
* License: Open source - MIT
|
* License: Open source - MIT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v2.4.4
|
* AdminLTE v2.4.5
|
||||||
* Author: Almsaeed Studio
|
* Author: Almsaeed Studio
|
||||||
* Website: Almsaeed Studio <https://adminlte.io>
|
* Website: Almsaeed Studio <https://adminlte.io>
|
||||||
* License: Open source - MIT
|
* License: Open source - MIT
|
||||||
|
@ -46,7 +46,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.layout-boxed {
|
.layout-boxed {
|
||||||
background: url('../img/boxed-bg.jpg') repeat fixed;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Content Wrapper - contains the main content
|
* Content Wrapper - contains the main content
|
||||||
|
@ -692,7 +692,7 @@ a:focus {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
z-index: 1010;
|
z-index: 1010;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 767px) {
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -46,7 +46,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.layout-boxed {
|
.layout-boxed {
|
||||||
background: url('../img/boxed-bg.jpg') repeat fixed;
|
background-color: #f9fafc;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Content Wrapper - contains the main content
|
* Content Wrapper - contains the main content
|
||||||
|
@ -692,7 +692,7 @@ a:focus {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
z-index: 1010;
|
z-index: 1010;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 767px) {
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
* @Author Almsaeed Studio
|
* @Author Almsaeed Studio
|
||||||
* @Support <https://www.almsaeedstudio.com>
|
* @Support <https://www.almsaeedstudio.com>
|
||||||
* @Email <abdullah@almsaeedstudio.com>
|
* @Email <abdullah@almsaeedstudio.com>
|
||||||
* @version 2.4.4
|
* @version 2.4.5
|
||||||
* @repository git://github.com/almasaeed2010/AdminLTE.git
|
* @repository git://github.com/almasaeed2010/AdminLTE.git
|
||||||
* @license MIT <http://opensource.org/licenses/MIT>
|
* @license MIT <http://opensource.org/licenses/MIT>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @Author Almsaeed Studio
|
* @Author Almsaeed Studio
|
||||||
* @Support <https://www.almsaeedstudio.com>
|
* @Support <https://www.almsaeedstudio.com>
|
||||||
* @Email <abdullah@almsaeedstudio.com>
|
* @Email <abdullah@almsaeedstudio.com>
|
||||||
* @version 2.4.4
|
* @version 2.4.5
|
||||||
* @repository git://github.com/almasaeed2010/AdminLTE.git
|
* @repository git://github.com/almasaeed2010/AdminLTE.git
|
||||||
* @license MIT <http://opensource.org/licenses/MIT>
|
* @license MIT <http://opensource.org/licenses/MIT>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "admin-lte",
|
"name": "admin-lte",
|
||||||
"version": "2.4.4",
|
"version": "2.4.5",
|
||||||
"main": "dist/js/adminlte.min.js",
|
"main": "dist/js/adminlte.min.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue