2017-04-21 22:20:47 +01:00
|
|
|
$fa-font-path: "../fonts";
|
|
|
|
@import "node_modules/font-awesome/scss/font-awesome";
|
|
|
|
|
2017-04-22 16:38:44 +01:00
|
|
|
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
2017-05-08 09:14:08 +01:00
|
|
|
@import "node_modules/pygments-css/github";
|
2017-04-21 22:20:47 +01:00
|
|
|
|
2017-04-22 16:38:44 +01:00
|
|
|
// Import Alpha theme (ish)
|
2017-05-01 22:17:46 +01:00
|
|
|
@import "alpha";
|
2017-04-25 21:29:37 +01:00
|
|
|
|
|
|
|
|
2017-05-08 08:45:12 +01:00
|
|
|
.box {
|
2017-05-09 09:13:41 +01:00
|
|
|
&:not(.image) {
|
|
|
|
padding: 2em;
|
|
|
|
}
|
2017-05-08 08:45:12 +01:00
|
|
|
|
|
|
|
.box {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2017-04-25 21:29:37 +01:00
|
|
|
}
|
2017-05-06 19:45:57 +01:00
|
|
|
|
|
|
|
.dropotron {
|
|
|
|
width: initial;
|
|
|
|
}
|
2017-05-06 21:41:31 +01:00
|
|
|
|
|
|
|
ul.actions {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-05-07 16:33:20 +01:00
|
|
|
|
|
|
|
#banner {
|
|
|
|
background-image: url("../img/header.jpg");
|
|
|
|
}
|
2017-05-08 09:17:01 +01:00
|
|
|
|
|
|
|
pre code {
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|