mirror of
https://git.henryfjordan.com/henry/web
synced 2019-01-16 02:39:46 +00:00
92 lines
1.3 KiB
SCSS
92 lines
1.3 KiB
SCSS
@import 'libs/vars';
|
|
@import 'libs/functions';
|
|
@import 'libs/mixins';
|
|
/*
|
|
Miniport by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* Basic */
|
|
|
|
form {
|
|
input[type=text],
|
|
input[type=password],
|
|
select,
|
|
textarea {
|
|
position: relative;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
}
|
|
}
|
|
|
|
input[type="button"],
|
|
input[type="submit"],
|
|
input[type="reset"],
|
|
button,
|
|
.button {
|
|
position: relative;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
}
|
|
|
|
/* Section/Article */
|
|
|
|
section > .last-child,
|
|
article > .last-child,
|
|
section.last-child,
|
|
article.last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* Box */
|
|
|
|
.box {
|
|
border: solid 1px #ddd;
|
|
}
|
|
|
|
/* List */
|
|
|
|
ul {
|
|
&.social {
|
|
li {
|
|
a {
|
|
position: relative;
|
|
top: 0 !important;
|
|
overflow: hidden;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
|
|
&:before {
|
|
background: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Wrappers */
|
|
|
|
.wrapper {
|
|
border-top: solid 1px #ddd;
|
|
}
|
|
|
|
/* Nav */
|
|
|
|
#nav {
|
|
a {
|
|
position: relative;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
}
|
|
}
|
|
|
|
/* Articles */
|
|
|
|
#top {
|
|
.image {
|
|
position: relative;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
|
|
img {
|
|
position: relative;
|
|
-ms-behavior: url('assets/js/ie/PIE.htc');
|
|
}
|
|
}
|
|
} |