Static files adaptation
This commit is contained in:
parent
cd425e9fa2
commit
b2915ad641
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -23,13 +23,13 @@
|
|||
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
-->
|
||||
<link href="{% static "backend/css/main.css" %}" rel="stylesheet">
|
||||
<link href="{% static "backend/fontawesome/css/all.css" %}" rel="stylesheet">
|
||||
<link href="https://fa.kumi.systems/css/all.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-container app-theme-white body-tabs-shadow fixed-sidebar fixed-header">
|
||||
<div class="app-header header-shadow">
|
||||
<div class="app-header__logo">
|
||||
<div class="logo-src"></div>
|
||||
<div class="logo-src" style="background:url({% static "backend/images/logo-inverse.png" %});background-size:100%;"></div>
|
||||
<div class="header__pane ml-auto">
|
||||
<div>
|
||||
<button type="button" class="hamburger close-sidebar-btn hamburger--elastic" data-class="closed-sidebar">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="card-header-tab card-header-tab-animation card-header">
|
||||
<div class="card-header-title">
|
||||
<i class="header-icon lnr-apartment icon-gradient bg-love-kiss"> </i>
|
||||
Sales Report
|
||||
Active Settings
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
|
Loading…
Reference in a new issue