Commit 8322599d authored by Marco Schmiedel's avatar Marco Schmiedel

Fix

parent 18be8f17
......@@ -2,5 +2,5 @@
height: 100%;
width: 100%;
display:block;
max-width:300px;
max-width:400px;
}
......@@ -53,6 +53,27 @@
@limitless::endnavigationsubmenu
@limitless::navigationdevider
@endsection
{{-- Header --}}
@section('limitless::header')
@limitless::headerdropdown(['image' => 'https://cdn.backoffice.online/limitless/Template/global_assets/images/image.png', 'title' => 'John Doe'])
@limitless::headerdropdownitem(['url' => '#', 'icon' => 'icon-user-plus', 'target' => '_self', 'title' => 'Profile'])
@limitless::headerdropdownitem(['url' => '#', 'icon' => 'icon-coins', 'target' => '_self', 'title' => 'Balance'])
@limitless::headerdropdowndivider
@limitless::headerdropdownitem(['url' => '#', 'icon' => 'icon-cog5', 'target' => '_self', 'title' => 'Account'])
@limitless::headerdropdownitem(['url' => '#', 'icon' => 'icon-switch2', 'target' => '_self', 'title' => 'Logout'])
@limitless::endheaderdropdown
@endsection
......@@ -65,7 +86,9 @@
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
<center>
<img class="exampleImage" src="@limitless::publish( base_path().'/resources/views/example/example.jpg' )" />
</center>
@limitless::endcard
@limitless::card('Seccond Card')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment