Skip to content
Prev Previous commit
Next Next commit
Fix spacing
  • Loading branch information
dkmyta authored and nateweller committed Jan 12, 2025
commit cc1e0e96282d2e5a0dd5ae09852fcccba47939a3
10 changes: 0 additions & 10 deletions projects/plugins/protect/src/js/routes/home/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
padding-left: 0;
padding-right: 0;
overflow: hidden;

> * {
margin-left: calc( var( --spacing-base ) * -3 ); // -24px
margin-right: calc( var( --spacing-base ) * -3 ); // -24px
}
}

.view-scan-report {
Expand Down Expand Up @@ -68,9 +63,4 @@
.stat-card-icon {
margin-bottom: 0;
}

.scan-report-container > * {
margin-left: 0;
margin-right: 0;
}
}
12 changes: 0 additions & 12 deletions projects/plugins/protect/src/js/routes/scan/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
padding-left: 0;
padding-right: 0;
overflow: hidden;

> * {
margin-left: calc( var( --spacing-base ) * -3 ); // -24px
margin-right: calc( var( --spacing-base ) * -3 ); // -24px
}
}

.progress-animation {
Expand All @@ -45,10 +40,3 @@
.last-checked {
width: fit-content;
}

@media ( max-width: 599px ) {
.scan-results-container > * {
margin-left: 0;
margin-right: 0;
}
}
Loading