Browse Source

Modif bug fontawesome

master
Christophe SCAYA 3 years ago
parent
commit
9449eb66d1
  1. 2
      EscapeGame/static/css/sb-admin-2.min.css
  2. 7
      EscapeGame/templates/admin_template.html

2
EscapeGame/static/css/sb-admin-2.min.css vendored

File diff suppressed because one or more lines are too long

7
EscapeGame/templates/admin_template.html

@ -11,11 +11,11 @@
<title>Escape game</title> <title>Escape game</title>
<!-- Custom fonts for this template-->
<link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css"> <link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css"> <link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css">
<!-- Custom fonts for this template-->
<link href="{% static 'css/custom_fonts.css' %}" rel="stylesheet"> <link href="{% static 'css/custom_fonts.css' %}" rel="stylesheet">
<!-- Custom styles for this template--> <!-- Custom styles for this template-->
<link href="{% static 'css/sb-admin-2.min.css' %}" rel="stylesheet"> <link href="{% static 'css/sb-admin-2.min.css' %}" rel="stylesheet">
@ -51,7 +51,7 @@
<!-- Nav Item - Pages Collapse Menu --> <!-- Nav Item - Pages Collapse Menu -->
<li class="nav-item"> <li class="nav-item">
<a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseTwo" <a class="nav-link collapsed" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="true" aria-controls="collapseTwo"> aria-expanded="true" aria-controls="collapseTwo">
<i class="fas fa-fw fa-cog"></i> <i class="fas fa-fw fa-cog"></i>
<span>Actions</span> <span>Actions</span>
@ -95,6 +95,5 @@ aria-expanded="true" aria-controls="collapseTwo">
<script src="{% static 'vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script> <script src="{% static 'vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
<script src="{% static 'vendor/jquery-easing/jquery.easing.min.js' %}"></script> <script src="{% static 'vendor/jquery-easing/jquery.easing.min.js' %}"></script>
<script src="{% static 'js/sb-admin-2.min.js' %}"></script> <script src="{% static 'js/sb-admin-2.min.js' %}"></script>
<script src="{% static 'vendor/chart.js/Chart.min.js' %}"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save