Skip to content

Instantly share code, notes, and snippets.

@tabacitu
Created September 20, 2018 07:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tabacitu/4f7eae0519e37aef46cbb959b8ab01a9 to your computer and use it in GitHub Desktop.
Backpack overlay that makes AdminLTE match the Stack Multi-Purpose HTML Template
/* ------------------------------------------ */
/* ------- Backpack Stack Overlay ------------ */
/* ------------------------------------------ */
/* This file brings some subjective improvements to the AdminLTE style, to match the style provided by the Stack HTML Template. */
.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
margin-right: 5px;
}
body[class^='skin-'] .sidebar-menu>li>a {
border-left: 2px solid transparent;
}
.skin-purple .sidebar-menu>li.header {
padding-top: 5px;
padding-bottom: 5px;
}
.content-header {
padding: 35px 15px 0px 15px;
}
.content-header>h1 {
font-size: 32px;
font-weight: 200;
}
.content-header>.breadcrumb {
top: 5px;
}
.user-panel {
padding: 20px 10px 20px 10px;
}
.btn {
font-weight: 300;
font-size: 13px;
}
.btn-group-xs>.btn, .btn-xs {
font-size: 11px;
font-weight: 300;
}
body {
font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
font-size: 13px;
font-weight: 400;
}
.logo-lg b {
font-weight: 400;
}
.main-footer {
border: none;
background: #ebebeb;
}
.content-wrapper, .right-side {
background: #ebebeb;
}
.box {
border: none;
margin-bottom: none;
}
.pagination>li>a, .pagination>li>span {
border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.sidebar-menu .treeview-menu>li>a {
font-size: 13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment