1
Fork 0
theorangeone.net-legacy/static/src/scss/style.scss

45 lines
687 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";
.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;
}
.image {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
&.featured {
margin-bottom: 2em !important;
height: 13em;
&.main {
height: 40vh;
}
}
}