59 lines
821 B
SCSS
59 lines
821 B
SCSS
$fa-font-path: "../fonts";
|
|
@import "node_modules/font-awesome/scss/font-awesome";
|
|
|
|
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
|
@import "node_modules/pygments-css/github";
|
|
|
|
@import "alpha.min";
|
|
|
|
.box .box {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.dropotron {
|
|
width: initial;
|
|
}
|
|
|
|
ul.actions {
|
|
text-align: center;
|
|
}
|
|
|
|
#banner {
|
|
background-attachment: fixed;
|
|
background-image: url("../img/header.jpg");
|
|
}
|
|
|
|
pre code {
|
|
margin: 0;
|
|
border: 0;
|
|
border-radius: 0;
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
|
|
code {
|
|
padding: 0.25em;
|
|
}
|
|
|
|
.image {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: cover;
|
|
|
|
&.featured {
|
|
margin-bottom: 2em !important;
|
|
height: 13em;
|
|
|
|
&.main {
|
|
height: 40vh;
|
|
}
|
|
}
|
|
}
|
|
|
|
a.no-underline {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
a .icon {
|
|
cursor: inherit !important;
|
|
}
|