- reset to bulma 0.9*

- cahnged src/assets/scss/main-styles.scss
This commit is contained in:
Kaimbacher 2024-05-06 13:37:42 +02:00
parent e997c0e1a1
commit 8e3245c270
4 changed files with 24 additions and 28 deletions

13
package-lock.json generated
View File

@ -40,7 +40,7 @@
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.18",
"babel-preset-typescript-vue3": "^2.0.17",
"bulma": "^1.0.0",
"bulma": "^0.9.4",
"eslint": "^8.25.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.9.0",
@ -4367,13 +4367,10 @@
"dev": true
},
"node_modules/bulma": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.0.tgz",
"integrity": "sha512-7n49v/gdHXaHcU9fVobqGXO2OguiCoMh6CLbeX7jq00XrZ5vOSE4LNS0S/0Q6rlBbckY6kk6W7LwqxS0nu4bug==",
"dev": true,
"dependencies": {
"sass": "^1.71.1"
}
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==",
"dev": true
},
"node_modules/bytes": {
"version": "3.0.0",

View File

@ -42,7 +42,7 @@
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.18",
"babel-preset-typescript-vue3": "^2.0.17",
"bulma": "^1.0.0",
"bulma": "^0.9.4",
"eslint": "^8.25.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.9.0",

View File

@ -5,7 +5,7 @@
// @import '~leaflet/dist/leaflet.css';
// 1. Import the initial variables
@import "~bulma/sass/utilities/index.scss";
@import "~bulma/sass/utilities/_all.sass";
// 2. Set your own initial (brand) variables
@ -36,28 +36,27 @@ $table-striped-row-even-hover-background-color: #ecf2fa;
// 4. Import the rest of bulma, only what you need from Bulma
// @import "../../node_modules/bulma/sass/utilities/_all.sass";
@import "~bulma/sass/grid/_index.scss";
@import "~bulma/sass/base/_index.scss";
@import "~bulma/sass/elements/box.scss";
@import "~bulma/sass/elements/button.scss";
// @import "~bulma/sass/elements/container.sass";
@import "~bulma/sass/layout/container.scss";
@import "~bulma/sass/elements/content.scss";
@import "~bulma/sass/elements/title.scss";
@import "~bulma/sass/elements/icon.scss";
@import "~bulma/sass/elements/table.scss";
@import "~bulma/sass/form/_index.scss";
@import "~bulma/sass/helpers/_index.scss";
@import "~bulma/sass/components/navbar.scss";
@import "~bulma/sass/grid/_all.sass";
@import "~bulma/sass/base/_all.sass";
@import "~bulma/sass/elements/box.sass";
@import "~bulma/sass/elements/button.sass";
@import "~bulma/sass/elements/container.sass";
@import "~bulma/sass/elements/content.sass";
@import "~bulma/sass/elements/title.sass";
@import "~bulma/sass/elements/icon.sass";
@import "~bulma/sass/elements/table.sass";
@import "~bulma/sass/form/_all.sass";
@import "~bulma/sass/helpers/_all.sass";
@import "~bulma/sass/components/navbar.sass";
// @import "~bulma/sass/components/tabs.sass";
// @import "~bulma/sass/components/media.sass";
@import "~bulma/sass/components/modal.scss";
@import "~bulma/sass/components/card.scss";
@import "~bulma/sass/components/modal.sass";
@import "~bulma/sass/components/card.sass";
@import "~bulma/sass/components/panel.scss";
@import "~bulma/sass/components/panel.sass";
@import "~bulma/sass/layout/_index.scss";
@import "~bulma/sass/layout/_all.sass";
.button {
text-decoration: none;

View File

@ -12,7 +12,7 @@ export default MapComponent;
</script>
<style lang="scss" scoped>
@import "~bulma/sass/utilities/initial-variables.scss";
@import "~bulma/sass/utilities/initial-variables.sass";
.mapDesktop {
overflow: hidden;
position: absolute;