forked from potsda.mn/mobilizon
Merge branch 'fix_bulma_message_display' into 'master'
Import missing components from Bulma to fix message display See merge request framasoft/mobilizon!136
This commit is contained in:
commit
f3ff8c5b1e
|
@ -64,31 +64,34 @@ export default class App extends Vue {
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
// Import Bulma and Buefy styles
|
/* Bulma imports */
|
||||||
@import "~bulma/sass/utilities/_all";
|
|
||||||
@import "~bulma/sass/base/_all.sass";
|
@import "~bulma/sass/base/_all.sass";
|
||||||
|
@import "~bulma/sass/components/card.sass";
|
||||||
|
@import "~bulma/sass/components/media.sass";
|
||||||
|
@import "~bulma/sass/components/message.sass";
|
||||||
|
@import "~bulma/sass/components/modal.sass";
|
||||||
|
@import "~bulma/sass/components/navbar.sass";
|
||||||
|
@import "~bulma/sass/components/pagination.sass";
|
||||||
|
@import "~bulma/sass/elements/box.sass";
|
||||||
@import "~bulma/sass/elements/button.sass";
|
@import "~bulma/sass/elements/button.sass";
|
||||||
@import "~bulma/sass/elements/container.sass";
|
@import "~bulma/sass/elements/container.sass";
|
||||||
@import "~bulma/sass/components/card.sass";
|
|
||||||
@import "~bulma/sass/components/pagination.sass";
|
|
||||||
@import "~bulma/sass/elements/form.sass";
|
@import "~bulma/sass/elements/form.sass";
|
||||||
@import "~bulma/sass/layout/hero.sass";
|
@import "~bulma/sass/elements/icon.sass";
|
||||||
@import "~bulma/sass/elements/title.sass";
|
|
||||||
@import "~bulma/sass/elements/image.sass";
|
@import "~bulma/sass/elements/image.sass";
|
||||||
@import "~bulma/sass/elements/box.sass";
|
@import "~bulma/sass/elements/other.sass";
|
||||||
@import "~bulma/sass/elements/tag.sass";
|
@import "~bulma/sass/elements/tag.sass";
|
||||||
@import "~bulma/sass/components/navbar.sass";
|
@import "~bulma/sass/elements/title.sass";
|
||||||
@import "~bulma/sass/components/modal.sass";
|
|
||||||
@import "~bulma/sass/components/media.sass";
|
|
||||||
@import "~bulma/sass/grid/_all.sass";
|
@import "~bulma/sass/grid/_all.sass";
|
||||||
@import "~bulma/sass/layout/section.sass";
|
@import "~bulma/sass/layout/_all.sass";
|
||||||
@import "~bulma/sass/layout/footer.sass";
|
@import "~bulma/sass/utilities/_all";
|
||||||
@import "~buefy/src/scss/utils/_all";
|
|
||||||
|
/* Buefy imports */
|
||||||
@import "~buefy/src/scss/components/datepicker";
|
@import "~buefy/src/scss/components/datepicker";
|
||||||
@import "~buefy/src/scss/components/modal";
|
|
||||||
@import "~buefy/src/scss/components/form";
|
|
||||||
@import "~buefy/src/scss/components/dropdown";
|
@import "~buefy/src/scss/components/dropdown";
|
||||||
|
@import "~buefy/src/scss/components/form";
|
||||||
|
@import "~buefy/src/scss/components/modal";
|
||||||
@import "~buefy/src/scss/components/tag";
|
@import "~buefy/src/scss/components/tag";
|
||||||
|
@import "~buefy/src/scss/utils/_all";
|
||||||
|
|
||||||
.router-enter-active,
|
.router-enter-active,
|
||||||
.router-leave-active {
|
.router-leave-active {
|
||||||
|
|
Loading…
Reference in a new issue