diff --git a/build/scss/_header.scss b/build/scss/_header.scss index 04ce868bb..f251cef6f 100644 --- a/build/scss/_header.scss +++ b/build/scss/_header.scss @@ -8,10 +8,10 @@ z-index: $zindex-navbar; > .navbar { - margin-left: $sidebar-width; - height: 55px; + //margin-left: $sidebar-width; + //height: 55px; } - +/* > .logo { width: $sidebar-width; padding: 0 15px; @@ -20,18 +20,20 @@ font-size: 18px; height: 55px; line-height: 55px; - } + }*/ } .content-header { padding: 15px; h1 { - font-size: 2rem; + font-size: 1.8rem; margin: 0; } .breadcrumb { margin-bottom: 0; padding: 0; + background: transparent; + font-size: 1rem; } } \ No newline at end of file diff --git a/dist/tmp/AdminLTE.css b/dist/tmp/AdminLTE.css index d3028fc93..c4fd7e953 100644 --- a/dist/tmp/AdminLTE.css +++ b/dist/tmp/AdminLTE.css @@ -4613,27 +4613,28 @@ a:focus { */ .main-header { position: relative; - z-index: 1000; } - .main-header > .navbar { - margin-left: 230px; - height: 55px; } - .main-header > .logo { - width: 230px; + z-index: 1000; + /* + > .logo { + width: $sidebar-width; padding: 0 15px; text-align: center; float: left; font-size: 18px; height: 55px; - line-height: 55px; } + line-height: 55px; + }*/ } .content-header { padding: 15px; } .content-header h1 { - font-size: 2rem; + font-size: 1.8rem; margin: 0; } .content-header .breadcrumb { margin-bottom: 0; - padding: 0; } + padding: 0; + background: transparent; + font-size: 1rem; } /* * Component: Sidebar diff --git a/dist/tmp/AdminLTE.min.css b/dist/tmp/AdminLTE.min.css index d3028fc93..c4fd7e953 100644 --- a/dist/tmp/AdminLTE.min.css +++ b/dist/tmp/AdminLTE.min.css @@ -4613,27 +4613,28 @@ a:focus { */ .main-header { position: relative; - z-index: 1000; } - .main-header > .navbar { - margin-left: 230px; - height: 55px; } - .main-header > .logo { - width: 230px; + z-index: 1000; + /* + > .logo { + width: $sidebar-width; padding: 0 15px; text-align: center; float: left; font-size: 18px; height: 55px; - line-height: 55px; } + line-height: 55px; + }*/ } .content-header { padding: 15px; } .content-header h1 { - font-size: 2rem; + font-size: 1.8rem; margin: 0; } .content-header .breadcrumb { margin-bottom: 0; - padding: 0; } + padding: 0; + background: transparent; + font-size: 1rem; } /* * Component: Sidebar diff --git a/starter.html b/starter.html index 6577e0f2c..d24c3d5c1 100644 --- a/starter.html +++ b/starter.html @@ -44,28 +44,27 @@ desired effect -->