Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulorosadodev committed Jun 11, 2024
2 parents 3804a89 + 53e0997 commit f2db648
Show file tree
Hide file tree
Showing 34 changed files with 445 additions and 87 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

- <strong>H10 - Reabertura do Serviço</strong>

<img width="3540" alt="h10" src="https://github.com/Voltz-Corp/Eceeltec-G4/assets/117609505/58281eed-fc22-4528-b295-924a2f7519e9">
<img width="3540" alt="h10" src="https://github.com/Voltz-Corp/Eceeltec-G4/assets/117609505/fad484c1-112f-4351-bb25-7259e0d25b46">

<br>

Expand Down
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 f2db648

Please sign in to comment.