PublicBase hat nun auch das temporäre neue Design
This commit is contained in:
parent
8d10d86898
commit
d1bebf51d4
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
<!-- Custom styles for this template-->
|
||||
<link href="{%static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
|
||||
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
|
||||
|
||||
</head>
|
||||
|
|
@ -32,8 +33,8 @@
|
|||
<div id="wrapper">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!--<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">-->
|
||||
<ul class="navbar-nav bg-gray-900 sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
||||
<i class="fas fa-laptop"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue