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

43 lines
814 B
SCSS
Raw Normal View History

2016-08-30 22:01:23 +02:00
@import "includes/variables";
2016-07-12 23:14:12 +02:00
2018-10-20 23:52:17 +02:00
@import "node_modules/bulma/bulma";
@import "node_modules/bulma-divider/dist/css/bulma-divider";
@import "node_modules/bulma-timeline/dist/css/bulma-timeline";
2016-07-28 17:56:33 +02:00
2018-10-24 20:05:07 +02:00
// TODO: Remove this once FF64.0b2+ fixes this fustercluck
2018-10-24 21:19:46 +02:00
@-moz-document url-prefix() {
.tile {
min-height: auto;
}
2018-10-24 20:05:07 +02:00
}
2016-09-03 23:36:37 +02:00
// Sticky footer
2018-03-03 16:27:51 +01:00
body {
hyphens: auto;
2016-11-01 21:45:01 +01:00
2018-03-03 16:27:51 +01:00
&.site {
overflow-x: hidden;
display: flex;
min-height: 100vh;
flex-direction: column;
}
2016-09-03 16:51:25 +02:00
.wrapper {
flex: 1;
}
}
2017-04-21 15:45:53 +02:00
@import "includes/animations";
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-10-03 21:56:08 +02:00
@import "includes/projects";
@import "includes/navbar";
@import "includes/search";
2018-02-18 17:06:43 +01:00
@import "includes/about";