File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff 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+ // );
You can’t perform that action at this time.
0 commit comments