feat: introduce admin master layout and Citrus design configuration component
This commit is contained in:
@@ -77,6 +77,13 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-mini-hidden-b .img-link img {
|
||||||
|
width: 100% !important;
|
||||||
|
max-height: initial !important;
|
||||||
|
filter: brightness(0) invert(1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.nav-main li a i {
|
.nav-main li a i {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
@@ -84,7 +91,7 @@
|
|||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
width: 20px !important;
|
width: 20px !important;
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
margin-right: 10px !important;
|
margin-right: 0px !important;
|
||||||
/* Tightened gap */
|
/* Tightened gap */
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
|
|||||||
@@ -111,15 +111,20 @@ if (getisset("ajax")) {
|
|||||||
|
|
||||||
<!-- Visible only in normal mode -->
|
<!-- Visible only in normal mode -->
|
||||||
<div class="sidebar-mini-hidden-b text-center">
|
<div class="sidebar-mini-hidden-b text-center">
|
||||||
|
<div class="py-10">
|
||||||
<a class="img-link" href="{{url("admin")}}">
|
<a class="img-link" href="{{url("admin")}}">
|
||||||
<img class="img-fluid" src="{{ url("assets/citrus-logos/citrus-yatay.svg") }}" alt="">
|
<img class="img-fluid" src="{{ url("assets/citrus-logos/citrus-yatay.svg") }}" alt="" style="max-height: 40px;">
|
||||||
</a>
|
</a>
|
||||||
<a class="text-center text-dual-primary-dark font-size-xs font-w600"
|
</div>
|
||||||
|
<div class="pb-10">
|
||||||
|
<a class="text-dual-primary-dark font-size-xs font-w600"
|
||||||
href="#">{{ Auth::user()->name }} {{ Auth::user()->surname }}</a>
|
href="#">{{ Auth::user()->name }} {{ Auth::user()->surname }}</a>
|
||||||
|
|
||||||
<div class="text-center badge badge-success">{{ Auth::user()->level }}</div>
|
<div class="mt-5">
|
||||||
<div class="text-center badge badge-info">{{ Auth::user()->subcontructer }}</div>
|
<span class="badge badge-success">{{ Auth::user()->level }}</span>
|
||||||
|
<span class="badge badge-info">{{ Auth::user()->subcontructer }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END Visible only in normal mode -->
|
<!-- END Visible only in normal mode -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user