1
Fork 0
theorangeone.net-legacy/static/src/scss/style.scss
2017-05-07 16:33:20 +01:00

24 lines
350 B
SCSS

$fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome";
@import "node_modules/bootstrap/scss/bootstrap-grid";
// Import Alpha theme (ish)
@import "alpha";
.box .box {
border-radius: 0;
}
.dropotron {
width: initial;
}
ul.actions {
text-align: center;
}
#banner {
background-image: url("../img/header.jpg");
}