/home/techb158/ileadtechnology.com/public/admin/build/less
NameSizeModeActions
skins/-0755rm
.csslintrc5450644editdlrm
404_500_errors.less7020644editdlrm
AdminLTE-without-plugins.less12830644editdlrm
AdminLTE.less14870644editdlrm
alerts.less6410644editdlrm
bootstrap-social.less32790644editdlrm
boxes.less81100644editdlrm
buttons.less31320644editdlrm
callout.less8460644editdlrm
carousel.less2680644editdlrm
control-sidebar.less56740644editdlrm
core.less27690644editdlrm
datepicker.less3450644editdlrm
direct-chat.less30550644editdlrm
dropdown.less68700644editdlrm
forms.less18910644editdlrm
fullcalendar.less17670644editdlrm
header.less48050644editdlrm
index.php530644editdlrm
info-box.less11350644editdlrm
invoice.less2010644editdlrm
labels.less3260644editdlrm
lockscreen.less11470644editdlrm
login_and_register.less7070644editdlrm
mailbox.less12210644editdlrm
miscellaneous.less87290644editdlrm
mixins.less72180644editdlrm
modal.less12980644editdlrm
navs.less38900644editdlrm
plugins.less1410644editdlrm
print.less9670644editdlrm
products.less7760644editdlrm
profile.less4520644editdlrm
progress-bars.less16770644editdlrm
select2.less29100644editdlrm
sidebar-mini.less37290644editdlrm
sidebar.less24590644editdlrm
small-box.less14460644editdlrm
social-widgets.less14000644editdlrm
table.less8960644editdlrm
timeline.less19510644editdlrm
treeview.less5140644editdlrm
users-list.less6020644editdlrm
variables.less31520644editdlrm
Edit: /home/techb158/ileadtechnology.com/public/admin/build/less/core.less (2769B)
/* * Core: General Layout Style * ------------------------- */ html, body { height: 100%; .layout-boxed & { height: 100%; } } body { font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; overflow-x: hidden; overflow-y: auto; } /* Layout */ .wrapper { .clearfix(); height: 100%; position: relative; overflow-x: hidden; overflow-y: auto; .layout-boxed & { max-width: 1250px; margin: 0 auto; min-height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); position: relative; } } .layout-boxed { background-color: @sidebar-light-bg; } /* * Content Wrapper - contains the main content */ .content-wrapper, .main-footer { // Using disposable variable to join statements with a comma @transition-rule: @transition-speed @transition-fn, margin @transition-speed @transition-fn; .transition-transform(@transition-rule); margin-left: @sidebar-width; z-index: 820; // Top nav layout .layout-top-nav & { margin-left: 0; } @media (max-width: @screen-xs-max) { margin-left: 0; } // When opening the sidebar on large screens .sidebar-collapse & { @media (min-width: @screen-sm) { margin-left: 0; } } // When opening the sidebar on small screens .sidebar-open & { @media (max-width: @screen-xs-max) { .translate(@sidebar-width, 0); } } } .content-wrapper { min-height: 100%; background-color: @content-bg; z-index: 800; } .main-footer { background: #fff; padding: 15px; color: #444; border-top: 1px solid @gray-lte; } /* Fixed layout */ .fixed { .main-header, .main-sidebar, .left-side { position: fixed; } .main-header { top: 0; right: 0; left: 0; } .content-wrapper, .right-side { padding-top: 50px; @media (max-width: @screen-header-collapse) { padding-top: 100px; } } &.layout-boxed { .wrapper { max-width: 100%; } } .wrapper { overflow: hidden; } } .hold-transition { .content-wrapper, .right-side, .main-footer, .main-sidebar, .left-side, .main-header .navbar, .main-header .logo, .menu-open .fa-angle-left { /* Fix for IE */ .transition(none); } } /* Content */ .content { min-height: 250px; padding: 15px; .container-fixed(@grid-gutter-width); } /* H1 - H6 font */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Source Sans Pro', sans-serif; } /* General Links */ a { color: @link-color; } a:hover, a:active, a:focus { outline: none; text-decoration: none; color: @link-hover-color; } /* Page Header */ .page-header { margin: 10px 0 20px 0; font-size: 22px; > small { color: #666; display: block; margin-top: 5px; } }