Content for blog.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 lines
1.1 KiB

---
# Comment added for Front Matter
---
@import 'vars';
@import 'mixins';
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
position: relative;
-ms-behavior: url('css/ie/PIE.htc');
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
position: relative;
-ms-behavior: url('css/ie/PIE.htc');
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
height: $size-element-height;
line-height: $size-element-height;
}
input[type="checkbox"],
input[type="radio"] {
& + label {
&:before {
display: none;
}
}
}
.image {
position: relative;
-ms-behavior: url('css/ie/PIE.htc');
&:before, &:after {
display: none !important;
}
img {
position: relative;
-ms-behavior: url('css/ie/PIE.htc');
}
}
#header {
-ms-behavior: url('css/ie/backgroundsize.min.htc');
h1 {
color: $color-accent2-fg-bold;
}
}
#footer {
.icons {
a {
color: $color-accent2-fg-bold;
}
}
}