Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad committed Feb 7, 2019
1 parent 3dde9d8 commit 328e57e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/partials/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{-- /top linebar --}}

{{-- navbar --}}
<larecipe-nav type="white"
<larecipe-nav type="white"
effect="light" expand fixed
title="{{ config('app.name')}}"
style="height: 4rem; top: 3px;">
Expand Down
11 changes: 9 additions & 2 deletions resources/views/partials/style.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@
::selection {
background: {{ config('larecipe.ui.colors.selection') }};
}
[v-cloak] {
display: none;
[v-cloak] > * {
display: none;
}
[v-cloak]::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background-color: #F2F6FA;
}
</style>

0 comments on commit 328e57e

Please sign in to comment.