Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 5, 2024
1 parent c86fbb8 commit 2ad92a6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class AppComponent {
'cloud_download',
'cloud_upload',
'csv',
'csv2',
'delete',
'depot_outline',
'dropoff',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ <h4 class="strong d-flex mb-2">
<div class="d-flex flex-row justify-content-between w-100 json-description-container">
<div class="d-flex flex-column json-description">
<div class="align-items-center d-flex">
<div class="blue-svg-icon">
<mat-icon svgIcon="zip"></mat-icon>
<div>
<mat-icon svgIcon="csv" class="json-icon"></mat-icon>
</div>
<span class="ml-1 mat-body-strong">.json file</span>
</div>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h4 class="strong d-flex mt-4 mb-2">
</h4>
<div class="upload-container csv-upload-container d-flex flex-column">
<div class="align-items-center d-flex">
<mat-icon svgIcon="zip"></mat-icon>
<mat-icon svgIcon="csv2"></mat-icon>
<span class="ml-1 mat-body-strong">.csv files</span>
</div>
<p class="description-text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
border: 1px solid #4285f480;
background: #fff;
}

.json-icon {
color: $blue;
}
Loading

0 comments on commit 2ad92a6

Please sign in to comment.