zeus.ugent.be/content/assets/stylesheets/main.scss

43 lines
942 B
SCSS
Raw Permalink Normal View History

/* KEEP THIS VVVV */
/* HACK The following line of code does nothing. It only serves as a way for nanoc to recognize dependencies with all the sub scss files */
// <% @items.find_all('/assets/stylesheets/includes/*').each {|e| e.raw_content } %>
/* KEEP THIS ^^^^ */
2016-08-30 20:01:23 +00:00
@import "includes/variables";
2016-07-12 21:14:12 +00:00
2018-10-20 21:52:17 +00:00
@import "node_modules/bulma/bulma";
@import "node_modules/bulma-timeline/src/sass/index.sass";
2016-07-28 15:56:33 +00:00
2018-10-24 18:05:07 +00:00
2016-09-03 21:36:37 +00:00
// Sticky footer
2018-03-03 15:27:51 +00:00
body {
hyphens: auto;
2016-11-01 20:45:01 +00:00
2018-03-03 15:27:51 +00:00
&.site {
overflow-x: hidden;
display: flex;
min-height: 100vh;
flex-direction: column;
}
2016-09-03 14:51:25 +00:00
.wrapper {
flex: 1;
}
}
2017-04-21 13:45:53 +00:00
@import "includes/animations";
2016-08-02 17:54:18 +00:00
@import "includes/cammie";
2016-08-26 21:21:58 +00:00
@import "includes/events";
2016-08-27 00:16:35 +00:00
@import "includes/tiles";
@import "includes/blogpost";
2016-08-02 17:54:18 +00:00
@import "includes/general";
2016-09-01 22:05:38 +00:00
@import "includes/eventpage";
2016-10-03 19:56:08 +00:00
@import "includes/projects";
@import "includes/navbar";
@import "includes/search";
2018-02-18 16:06:43 +00:00
@import "includes/about";
2019-11-27 13:30:30 +00:00
@import "includes/privacy";
@import "includes/toc";