update bulma

This commit is contained in:
Lorin Werthen 2017-08-01 19:18:25 +02:00
parent 62a4714b40
commit 84e65eb914
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 6 additions and 5 deletions

View file

@ -14,7 +14,6 @@
background-position: center;
background-size: cover;
}
// link borders are unnecessary
.content {
a {
@ -194,10 +193,12 @@ footer.footer {
padding: 10px 20px;
transition: all .1s;
opacity: 0;
}
&:hover {
figcaption {
opacity: 0;
opacity: 1;
}
}
}

4
package-lock.json generated
View file

@ -2,10 +2,10 @@
"name": "zeus.ugent.be",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bulma": {
"version": "https://registry.npmjs.org/bulma/-/bulma-0.4.2.tgz",
"integrity": "sha1-O+jIMs9mWL/EIey0H23FqKDHwOU="
"version": "git+ssh://git@github.com/jgthms/bulma.git#23e86100d9c71fa404985a5a288f7b988686e670"
}
}
}

View file

@ -7,6 +7,6 @@
"license": "MIT",
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
"dependencies": {
"bulma": "0.4.2"
"bulma": "git+ssh://github.com:jgthms/bulma.git"
}
}