2016-07-28 17:56:33 +02:00
|
|
|
|
2016-08-30 22:01:23 +02:00
|
|
|
@import "includes/variables";
|
2016-07-12 23:14:12 +02:00
|
|
|
|
2016-09-03 21:37:00 +02:00
|
|
|
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';
|
|
|
|
$family-sans-serif: 'Lato', sans-serif;
|
2016-08-02 20:00:52 +02:00
|
|
|
|
2016-07-27 20:27:28 +02:00
|
|
|
@import "../../../node_modules/bulma/bulma";
|
2016-07-28 17:56:33 +02:00
|
|
|
|
2016-08-02 19:54:18 +02:00
|
|
|
.nav-right {
|
|
|
|
flex: none;
|
2016-07-28 17:56:33 +02:00
|
|
|
}
|
2016-08-01 21:37:26 +02:00
|
|
|
|
2016-09-03 23:36:37 +02:00
|
|
|
// Sticky footer
|
2016-09-03 16:51:25 +02:00
|
|
|
body.site {
|
|
|
|
display: flex;
|
|
|
|
min-height: 100vh;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-08-02 19:54:18 +02:00
|
|
|
@import "includes/cammie";
|
2016-08-26 23:21:58 +02:00
|
|
|
@import "includes/events";
|
2016-08-27 02:16:35 +02:00
|
|
|
@import "includes/tiles";
|
|
|
|
@import "includes/blogpost";
|
2016-08-02 19:54:18 +02:00
|
|
|
@import "includes/general";
|
2016-09-02 00:05:38 +02:00
|
|
|
@import "includes/eventpage";
|
2016-08-23 22:04:48 +02:00
|
|
|
@import "includes/404";
|
2016-09-27 18:11:32 +02:00
|
|
|
@import "includes/projects";
|