This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/scss/_utilities/_ie.scss
2017-01-12 23:10:07 +00:00

49 lines
1.3 KiB
SCSS

// ==========================================================================
// Internet Explorer
// ==========================================================================
// ==========================================================================
// IE9
// ==========================================================================
// .lt-ie10 {
// .masthead {
// @include ie-gradient($green, lighten($green, 12%));
// }
// .footer {
// @include ie-gradient(lighten($green, 12%), $green);
// }
// @media screen and (max-width: 768px) {
// $menu_width: 260px;
//
// .drawer-checkbox:checked ~ .header .drawer-nav {
// left: 0;
// }
// .drawer-checkbox:checked ~ .wrapper{
// margin-left: $menu_width;
// margin-right:-($menu_width);
// }
// }
// }
// ==========================================================================
// IE8
// ==========================================================================
.lt-ie9 {
}
// ==========================================================================
// IE7
// ==========================================================================
.lt-ie8 {
}
// ==========================================================================
// IE6
// ==========================================================================
.lt-ie7 {
}