Alternatives Design
This commit is contained in:
parent
8c448ae029
commit
8d10d86898
File diff suppressed because one or more lines are too long
|
|
@ -23,7 +23,7 @@
|
||||||
<!-- Custom styles for this template-->
|
<!-- Custom styles for this template-->
|
||||||
<link href="{% static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
<link href="{% static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
||||||
|
|
||||||
<link href="{% static 'users/css/custom.css' %}" rel="stylesheet">
|
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
|
||||||
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
|
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<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 -->
|
<!-- Sidebar - Brand -->
|
||||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue