diff options
Diffstat (limited to 'src/site/components')
| -rw-r--r-- | src/site/components/grid/Grid.vue | 4 | ||||
| -rw-r--r-- | src/site/components/navbar/Navbar.vue | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue index da9b26c..4c4bdf4 100644 --- a/src/site/components/grid/Grid.vue +++ b/src/site/components/grid/Grid.vue @@ -167,7 +167,7 @@ </div> </template> <template slot="footer"> - <div class="has-text-right"> + <div class="has-text-right has-text-default"> {{ files.length }} files </div> </template> @@ -197,6 +197,7 @@ </b-modal> </div> </template> + <script> import Waterfall from './waterfall/Waterfall.vue'; import WaterfallItem from './waterfall/WaterfallItem.vue'; @@ -328,6 +329,7 @@ export default { } }; </script> + <style lang="scss" scoped> @import '~/assets/styles/_colors.scss'; .item-move { diff --git a/src/site/components/navbar/Navbar.vue b/src/site/components/navbar/Navbar.vue index 528ed93..47f90cb 100644 --- a/src/site/components/navbar/Navbar.vue +++ b/src/site/components/navbar/Navbar.vue @@ -1,5 +1,5 @@ <template> - <b-navbar :class="{ isWhite }" + <b-navbar :class="{ isWhite }" transparent> <template slot="end"> <b-navbar-item tag="div"> @@ -12,7 +12,7 @@ </b-navbar-item> <b-navbar-item tag="div"> <router-link - to="/" + to="/faq" class="navbar-item no-active" exact> Docs |