Skip to content

Commit

Permalink
Dast Final Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avzz-19 authored and Yibaebi committed Sep 27, 2024
1 parent 6c593a5 commit e8c17e2
Show file tree
Hide file tree
Showing 119 changed files with 2,108 additions and 7,970 deletions.
40 changes: 0 additions & 40 deletions app/components/dynamic-scan/expiry/index.hbs

This file was deleted.

124 changes: 0 additions & 124 deletions app/components/dynamic-scan/index.hbs

This file was deleted.

106 changes: 0 additions & 106 deletions app/components/dynamic-scan/index.ts

This file was deleted.

29 changes: 0 additions & 29 deletions app/components/dynamic-scan/modal/index.scss

This file was deleted.

8 changes: 7 additions & 1 deletion app/components/file-chart/index.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{{#if this.fetchUnknownAnalysisStatus.isRunning}}
<AkStack {{style height='200px'}} @alignItems='center' @spacing='1.5'>
<AkStack
{{style height='200px'}}
@alignItems='center'
@justifyContent='center'
@spacing='1.5'
@width='full'
>
<AkLoader @size={{16}} />

<AkTypography>
Expand Down
30 changes: 18 additions & 12 deletions app/components/file-details/dynamic-scan/action/expiry/index.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
.extend-time-btn {
border-radius: 50%;
background-color: var(--dynamic-scan-action-expiry-extend-btn-background) !important;
padding: 0 !important;
border-radius: 50%;
background-color: var(
--file-details-dynamic-scan-action-expiry-extend-btn-background
) !important;
padding: 0 !important;

:global(.ak-icon) {
color: var(--dynamic-scan-action-expiry-extend-btn-icon-color) !important;
}
:global(.ak-icon) {
color: var(
--file-details-dynamic-scan-action-expiry-extend-btn-icon-color
) !important;
}
}

.dynamic-scan-expiry-container {
background-color: var(--dynamic-scan-action-expiry-container-background-color);
padding: 0.3em 1em;
border-radius: 200px;
background-color: var(
--file-details-dynamic-scan-action-expiry-container-background-color
);
padding: 0.3em 1em;
border-radius: 200px;
}

.info-btn {
border-radius: 50%;
margin-right: 0.5em;
}
border-radius: 50%;
margin-right: 0.5em;
}
Loading

0 comments on commit e8c17e2

Please sign in to comment.