diff --git a/front/assets/img/projo.jpg b/front/assets/img/projo.jpg new file mode 100644 index 0000000..c741661 Binary files /dev/null and b/front/assets/img/projo.jpg differ diff --git a/front/components/layout/NavBar.vue b/front/components/layout/NavBar.vue index 8a5f0de..255f773 100644 --- a/front/components/layout/NavBar.vue +++ b/front/components/layout/NavBar.vue @@ -1,71 +1,150 @@ + diff --git a/front/css/app.sass b/front/css/app.sass index 8a7fb60..57a3593 100644 --- a/front/css/app.sass +++ b/front/css/app.sass @@ -3,17 +3,21 @@ @import "./tools" // Import only what you need from Bulma +@import "bulma-list/sass/bulma-list" @import "bulma/sass/base/_all" -@import "bulma/sass/helpers/color" -@import "bulma/sass/helpers/typography" -@import "bulma/sass/helpers/spacing" +@import "bulma/sass/components/card" +@import "bulma/sass/components/navbar" @import "bulma/sass/elements/button" @import "bulma/sass/elements/container" -@import "bulma/sass/elements/title" @import "bulma/sass/elements/image" @import "bulma/sass/elements/tag" +@import "bulma/sass/elements/title" @import "bulma/sass/form/_all" -@import "bulma/sass/components/navbar" -@import "bulma/sass/layout/section" @import "bulma/sass/grid/columns" -@import "bulma-list/sass/bulma-list" +@import "bulma/sass/helpers/color" +@import "bulma/sass/helpers/flexbox" +@import "bulma/sass/helpers/spacing" +@import "bulma/sass/helpers/typography" +@import "bulma/sass/helpers/visibility" +@import "bulma/sass/layout/section" +