feat: implement new Citrus admin design system and integrate master layout components
This commit is contained in:
@@ -63,6 +63,7 @@ if (getisset("ajax")) {
|
||||
</script>
|
||||
|
||||
@include("admin.inc.plugins")
|
||||
@include("admin.inc.citrus-design")
|
||||
|
||||
@yield('scripts')
|
||||
|
||||
@@ -177,14 +178,14 @@ if (getisset("ajax")) {
|
||||
<div class="clearfix"></div>
|
||||
@include('admin.inc.feedback-modal')
|
||||
<footer id="page-footer" class="t-center" style=" background: gray;
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-size: 12px;">
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
font-size: 12px;">
|
||||
<div class="footer-status"></div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user