_ie.scss
1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// ==========================================================================
// 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 {
}