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-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
4
package-lock.json
generated
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue