Skip to content

Commit

Permalink
changing some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandor4b committed Jun 10, 2024
1 parent 64de498 commit 76fd03d
Show file tree
Hide file tree
Showing 10 changed files with 165 additions and 6 deletions.
1 change: 1 addition & 0 deletions app_client/static/css/base_client.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nav li a {
color: #d7d7d7;
height: 100%;
padding: 16px;
float: left;
}

nav li:hover {
Expand Down
15 changes: 15 additions & 0 deletions app_client/static/svgs/icons-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions app_client/static/svgs/icons-perfil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions app_client/static/svgs/icons-services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions app_client/templates/base_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,22 @@
<ul>
<li class="drawers {% if app_name == 'app_client' %}active{% endif %}">
<a href="{% url 'client:profile' %}">
<i data-lucide="users-round"></i>
<img src="{% static 'svgs/icons-perfil.svg' %}" width="auto" height="24" alt="">
{% comment %} <i data-lucide="users-round"></i> {% endcomment %}
Perfil
</a>
</li>
<li class="employees {% if app_name == 'app_client' %}active{% endif %}">
<a href="{% url 'client:view_orders'%}">
<i data-lucide="file-text"></i>
<img src="{% static 'svgs/icons-services.svg' %}" width="auto" height="24" alt="">
{% comment %} <i data-lucide="file-text"></i> {% endcomment %}
Serviços
</a>
</li>
<li class="configs {% if app_name == 'app_client' %}active{% endif %}">
<a href="#">
<i data-lucide="settings"></i>
<img src="{% static 'svgs/icons-config.svg' %}" width="auto" height="24" alt="">
{% comment %} <i data-lucide="settings"></i> {% endcomment %}
Configurações
</a>
</li>
Expand Down
9 changes: 6 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<ul>
<li class="drawers {% if app_name == 'app_company' %}active{% endif %}">
<a href="{% url 'company:order_request_list'%}">
<i data-lucide="rows-3"></i>
{% comment %} <i data-lucide="rows-3"></i> {% endcomment %}
<img src="{% static 'svgs/icons-gavetas.svg' %}" width="auto" height="24" alt="">
Gavetas
</a>
</li>
Expand All @@ -37,15 +38,17 @@
{% if user.role == 'A' %}
<li class="employees {% if app_name == 'app_company' %}active{% endif %}">
<a href="{% url 'company:list_employees'%}">
<i data-lucide="users-round"></i>
{% comment %} <i data-lucide="users-round"></i> {% endcomment %}
<img src="{% static 'svgs/icons-colab.svg' %}" width="auto" height="24" alt="">
Colaboradores
</a>
</li>
{% endif %}
{% endif %}
<li class="configs {% if app_name == 'app_company' %}active{% endif %}">
<a href="{% url 'company:employee_config' %}">
<i data-lucide="settings"></i>
{% comment %} <i data-lucide="settings"></i> {% endcomment %}
<img src="{% static 'svgs/icons-config.svg' %}" width="auto" height="24" alt="">
Configurações
</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions templates/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
color: #d7d7d7;
height: 100%;
padding: 16px;
float: left;
}

#sidebarNav li:hover {
Expand Down
33 changes: 33 additions & 0 deletions templates/static/svgs/icons-colab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions templates/static/svgs/icons-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions templates/static/svgs/icons-gavetas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76fd03d

Please sign in to comment.