mirror of
https://github.com/Damillora/phoebe.git
synced 2025-04-15 19:33:12 +00:00
Compare commits
2 Commits
6b57e28489
...
6b96b44803
Author | SHA1 | Date | |
---|---|---|---|
6b96b44803 | |||
b846402609 |
web/app
8
web/app/package-lock.json
generated
8
web/app/package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"axios": "^1.4.0",
|
||||
"bulma": "^0.9.4",
|
||||
"bulma": "^1.0.3",
|
||||
"query-string": "^8.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -1683,9 +1683,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/bulma": {
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
|
||||
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==",
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.3.tgz",
|
||||
"integrity": "sha512-9eVXBrXwlU337XUXBjIIq7i88A+tRbJYAjXQjT/21lwam+5tpvKF0R7dCesre9N+HV9c6pzCNEPKrtgvBBes2g==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/callsites": {
|
||||
|
@ -29,7 +29,7 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"axios": "^1.4.0",
|
||||
"bulma": "^0.9.4",
|
||||
"bulma": "^1.0.3",
|
||||
"query-string": "^8.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,12 +1,5 @@
|
||||
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */
|
||||
@import "../node_modules/bulma/sass/utilities/_all";
|
||||
@import "../node_modules/bulma/sass/base/_all";
|
||||
@import "../node_modules/bulma/sass/elements/_all";
|
||||
@import "../node_modules/bulma/sass/form/_all";
|
||||
@import "../node_modules/bulma/sass/components/_all";
|
||||
@import "../node_modules/bulma/sass/grid/_all";
|
||||
@import "../node_modules/bulma/sass/helpers/_all";
|
||||
@import "../node_modules/bulma/sass/layout/_all";
|
||||
@use "../node_modules/bulma/sass";
|
||||
|
||||
.tile.is-multiline {
|
||||
flex-wrap: wrap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user