Skip to content

Commit

Permalink
clean css from html, prod assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Feb 20, 2019
1 parent 892fbce commit 94b76d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/resources/dist/mage.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/mage.js": "/mage.js?id=4811c7d103b4e2703610",
"/mage.css": "/mage.css?id=d1a01f72d81461dea711"
"/mage.css": "/mage.css?id=2273f5f1a9f48480d025"
}
6 changes: 6 additions & 0 deletions src/resources/sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Nav- Main
}
}

.img-avatar {
max-height: 28px;
margin-right: .7rem;
margin-top: -3px;
}


/**
Nav - sidebar
Expand Down
8 changes: 1 addition & 7 deletions src/resources/views/components/navbar/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#" style="padding: 0rem">
<span class="nav-link">
<img src="{{ url('/vendor/mage/img/wizard.svg')}}" alt="Mage Logo" class="img-circle elevation-3" style="
max-height: 28px;
margin-right: .7rem;
margin-top: -3px;">
<img src="{{ url('/vendor/mage/img/wizard.svg')}}" alt="Mage Logo" class="img-circle elevation-3 img-avatar">
<span class="d-none d-sm-inline-block">{{auth()->user()->name}}</span>
</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
{{--<span class="dropdown-header"></span>--}}
{{--<a href="#" class="dropdown-item">@lang('mage.auth.user.password')</a>--}}
<div class="dropdown-divider"></div>
<a href="{{route('mage.auth.logout')}}" class="dropdown-item dropdown-footer">@lang('mage.auth.user.logout')</a>
</div>
Expand Down

0 comments on commit 94b76d7

Please sign in to comment.