AdminLTE/build/scss/_header.scss

39 lines
567 B
SCSS
Raw Normal View History

2015-10-31 22:00:16 +01:00
/*
* Component: Main Header
* ----------------------
*/
.main-header {
2015-11-05 16:47:49 +01:00
position: relative;
z-index: $zindex-navbar;
2015-10-31 22:00:16 +01:00
2015-11-05 16:47:49 +01:00
> .navbar {
2015-11-05 17:41:13 +01:00
//margin-left: $sidebar-width;
//height: 55px;
2015-11-05 16:47:49 +01:00
}
2015-11-05 17:41:13 +01:00
/*
2015-11-05 16:47:49 +01:00
> .logo {
width: $sidebar-width;
padding: 0 15px;
text-align: center;
float: left;
font-size: 18px;
height: 55px;
line-height: 55px;
2015-11-05 17:41:13 +01:00
}*/
2015-11-05 16:47:49 +01:00
}
.content-header {
padding: 15px;
h1 {
2015-11-05 17:41:13 +01:00
font-size: 1.8rem;
2015-11-05 16:47:49 +01:00
margin: 0;
}
.breadcrumb {
margin-bottom: 0;
padding: 0;
2015-11-05 17:41:13 +01:00
background: transparent;
font-size: 1rem;
2015-11-05 16:47:49 +01:00
}
}