update bulma
This commit is contained in:
parent
62a4714b40
commit
84e65eb914
3 changed files with 6 additions and 5 deletions
|
@ -14,7 +14,6 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
// link borders are unnecessary
|
// link borders are unnecessary
|
||||||
.content {
|
.content {
|
||||||
a {
|
a {
|
||||||
|
@ -194,10 +193,12 @@ footer.footer {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|
||||||
transition: all .1s;
|
transition: all .1s;
|
||||||
|
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
figcaption {
|
figcaption {
|
||||||
opacity: 0;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -2,10 +2,10 @@
|
||||||
"name": "zeus.ugent.be",
|
"name": "zeus.ugent.be",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma": {
|
"bulma": {
|
||||||
"version": "https://registry.npmjs.org/bulma/-/bulma-0.4.2.tgz",
|
"version": "git+ssh://git@github.com/jgthms/bulma.git#23e86100d9c71fa404985a5a288f7b988686e670"
|
||||||
"integrity": "sha1-O+jIMs9mWL/EIey0H23FqKDHwOU="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
|
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma": "0.4.2"
|
"bulma": "git+ssh://github.com:jgthms/bulma.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue