Adds IE popup for IE less than IE9 versions

This commit is contained in:
Alberto Garcia Cabeza
2015-09-16 15:37:47 +02:00
parent 8300040f9b
commit d5274a69c4
4 changed files with 46 additions and 0 deletions

View File

@@ -262,6 +262,17 @@ h6 {
border-top: rem-calc(6) solid $brand;
}
.ie-alert-box {
position: absolute;
top: 0;
width: 100%;
a.close {
font-size: 36px;
top: 20%;
}
}
// 04. Header
// - - - - - - - - - - - - - - - - - - - - - - - - -