Add timeline package

See https://wikiki.github.io/bulma-extensions/timeline
This commit is contained in:
Niko Strijbol 2019-08-13 23:12:17 +02:00
parent 5268db6ebd
commit 71598d952e
No known key found for this signature in database
GPG key ID: 1A8AEBABD9012251
4 changed files with 17 additions and 11 deletions

View file

@ -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;

View file

@ -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() {

View file

@ -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"
}
}

View file

@ -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"