_ie.scss 1.29 KB
// ==========================================================================
// 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 {
}