Commit 70780924 by Johannes Edmeier

Update to bulma 0.7.0

parent 23aa468d
......@@ -15,7 +15,7 @@
"@fortawesome/fontawesome-free-solid": "^5.0.10",
"@fortawesome/vue-fontawesome": "0.0.22",
"axios": "^0.18.0",
"bulma": "^0.6.2",
"bulma": "^0.7.0",
"bulma-badge": "^1.0.1",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
......@@ -27,22 +27,22 @@
"event-source-polyfill": "0.0.12",
"linkifyjs": "^2.1.6",
"lodash": "^4.17.5",
"moment": "^2.22.0",
"moment": "^2.22.1",
"moment-shortformat": "^2.1.0",
"popper.js": "^1.14.3",
"pretty-bytes": "^4.0.2",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "^5.5.9",
"rxjs": "^5.5.10",
"vue": "^2.5.16",
"vue-clickaway": "^2.2.2",
"vue-router": "^3.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.13",
"autoprefixer": "^8.2.0",
"@vue/test-utils": "^1.0.0-beta.14",
"autoprefixer": "^8.3.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.2",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.2",
......@@ -65,14 +65,14 @@
"html-webpack-plugin": "^2.30.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"lodash-webpack-plugin": "^0.11.4",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.8.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.3",
"postcss-loader": "^2.1.4",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"vue-jest": "^2.4.1",
"vue-jest": "^2.5.0",
"vue-loader": "^14.2.2",
"vue-svg-loader": "^0.5.0",
"vue-template-compiler": "^2.5.16",
......
......@@ -35,6 +35,7 @@ $modal-card-head-background-color: $white;
$modal-content-width: calc(100vh - 40px);
$navbar-background-color: $black-ter;
$navbar-box-shadow-size: 0;
$navbar-item-color: $grey;
$navbar-item-hover-color: $white;
$navbar-item-hover-background-color: $navbar-background-color;
......@@ -45,4 +46,4 @@ $navbar-item-active-background-color: $navbar-background-color;
// for calculations / originally rem
$navbar-height-px: 52px;
$tabs-height-px: 41px;
$tabs-height-px: 46px;
......@@ -15,7 +15,7 @@
-->
<template>
<section class="hero instance-header" id="instance-menu">
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="columns">
......
......@@ -117,5 +117,9 @@
visibility: visible;
}
}
& .level {
align-items: flex-end;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment