This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/scss/_utilities/_ie.scss
2018-03-21 18:19:20 +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 {
}