diff --git a/content/assets/stylesheets/includes/variables.scss b/content/assets/stylesheets/includes/variables.scss index 130f3a8..09aa18d 100644 --- a/content/assets/stylesheets/includes/variables.scss +++ b/content/assets/stylesheets/includes/variables.scss @@ -33,3 +33,5 @@ $tertiary: $box-colour; // Let's trust the font the user chose $family-sans-serif: sans-serif; + +$timeline-content-padding: 0.55em 0 0 2em; \ No newline at end of file diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index fa882a5..d9f94e9 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -1,7 +1,8 @@ @import "includes/variables"; @import "node_modules/bulma/bulma"; -@import "node_modules/bulma-divider/divider"; +@import "node_modules/bulma-divider/dist/css/bulma-divider"; +@import "node_modules/bulma-timeline/dist/css/bulma-timeline"; // TODO: Remove this once FF64.0b2+ fixes this fustercluck @-moz-document url-prefix() { diff --git a/package.json b/package.json index 9f26827..2be96b6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "license": "MIT", "repository": "https://github.com/ZeusWPI/zeus.ugent.be", "dependencies": { - "bulma": "0.7.2", - "bulma-divider": "~0.0.1" + "bulma": "0.7.5", + "bulma-divider": "~0.2.0", + "bulma-timeline": "^3.0.4" } } diff --git a/yarn.lock b/yarn.lock index e81eaad..18ed156 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,12 +2,14 @@ # yarn lockfile v1 -bulma-divider@~0.0.1: - version "0.0.2" - resolved "https://registry.yarnpkg.com/bulma-divider/-/bulma-divider-0.0.2.tgz#435e34f27217ebb938cf0ee9ff1b68f66d539dc6" - integrity sha1-Q1408nIX67k4zw7p/xto9m1TncY= +bulma-divider@~0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/bulma-divider/-/bulma-divider-0.2.0.tgz#a9b4d9fe8b270c7cb7573023c575062bc62616f3" -bulma@0.7.2: - version "0.7.2" - resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.2.tgz#8e944377b74c7926558830d38d8e19eaf49f5fb6" - integrity sha512-6JHEu8U/1xsyOst/El5ImLcZIiE2JFXgvrz8GGWbnDLwTNRPJzdAM0aoUM1Ns0avALcVb6KZz9NhzmU53dGDcQ== +bulma-timeline@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/bulma-timeline/-/bulma-timeline-3.0.4.tgz#494f458098a06dcf8dcc7fe8f2f158b63d1d1ef2" + +bulma@0.7.5: + version "0.7.5" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"