24 lines
350 B
SCSS
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");
|
|
}
|