Skip to content

Commit e351db3

Browse files
committed
Fix
1 parent 20c0b39 commit e351db3

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<nav class="navbar" role="navigation" aria-label="main navigation">
44
<div class="navbar-brand" style="margin-right: 30px">
55
<nuxt-link class="navbar-item" :to="{ name: 'index' }">
6-
<img src="~/assets/interline-logo-small.png" height="20" />
6+
Test App
77
</nuxt-link>
88
</div>
99

@@ -26,7 +26,7 @@
2626
</div>
2727

2828
<div class="navbar-end">
29-
<div class="navbar-item">Hi</div>
29+
<div class="navbar-item">Search</div>
3030
</div>
3131
</div>
3232
</nav>

main.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ $primary: #ff0000;
33
// Styles both Bulma and Oruga components but no way to set colors
44
@use '@oruga-ui/theme-bulma/dist/bulma.css';
55

6-
// Does not seem to work at all:
7-
// @use '@oruga-ui/theme-bulma/dist/scss/bulma' with (
8-
// $primary: $primary,
9-
// );
106

117
// Works with Bulma but Oruga components are not styled:
128
// @use 'bulma/sass' with (
139
// $primary: $primary,
1410
// );
11+
12+
13+
// Does not seem to work at all:
14+
// @use '@oruga-ui/theme-bulma/dist/scss/bulma' with (
15+
// $primary: $primary,
16+
// );

0 commit comments

Comments
 (0)