Skip to content

Commit

Permalink
changing last icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandor4b committed Jun 11, 2024
1 parent 5d13c15 commit 25ee2fa
Show file tree
Hide file tree
Showing 31 changed files with 436 additions and 74 deletions.
4 changes: 2 additions & 2 deletions app_client/static/css/app_client/view_order.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
.close {
color: var(--gray-500);
position: absolute;
top: 8px;
right: 8px;
top: -2px;
right: -2px;
}

.close:hover,
Expand Down
4 changes: 4 additions & 0 deletions app_client/static/css/base_client.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ nav {
position: relative;
}

.configs{
margin-left: -5px;
}

nav img {
width: 70%;
align-self: center;
Expand Down
11 changes: 4 additions & 7 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.
40 changes: 40 additions & 0 deletions app_client/static/svgs/icons-edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions app_client/static/svgs/icons-filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions app_client/static/svgs/icons-logout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 17 additions & 7 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.
14 changes: 14 additions & 0 deletions app_client/static/svgs/icons-starfull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions app_client/static/svgs/icons-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions app_client/templates/RequestOrder/orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h1 class="title">Seus serviços</h1>
<h3>Suas solicitações</h3>

<button class="openFilterModalBtn">
<i data-lucide="list-filter" width="20" height="20"></i>
<img src="{% static 'app_company/svgs/icons-filter.svg' %}" width="auto" height="24" alt="">
{% comment %} <i data-lucide="list-filter" width="20" height="20"></i> {% endcomment %}
Filtrar
</button>

Expand All @@ -74,7 +75,8 @@ <h3>Suas solicitações</h3>
</p>

<button type="button" class="closeFilterModalBtn">
<i data-lucide="x" width="20" height="20"></i>
<img src="{% static 'app_company/svgs/icons-x.svg' %}" width="auto" height="48" alt="">
{% comment %} <i data-lucide="x" width="20" height="20"></i> {% endcomment %}
</button>
</header>

Expand Down
Loading

0 comments on commit 25ee2fa

Please sign in to comment.