Skip to content

Commit b6bef03

Browse files
committed
♻️ clean up
1 parent 2a59498 commit b6bef03

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
.chart {
22
width: 100%;
33
height: 100%;
4+
}
5+
6+
.csv-export {
7+
background-color: white;
8+
padding-top: 3%;
9+
padding-left: 2%;
10+
font-size: large;
11+
padding-bottom: 2%;
12+
border-bottom: 2px solid lightgray;
413
}

frontend/src/app/statistics-tab/statistics-tab.component.html

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,11 @@
5555

5656
<!-- csv export -->
5757
<mat-card style="padding-bottom: 4%">
58-
<mat-card-content
59-
style="
60-
background-color: white;
61-
padding-top: 3%;
62-
padding-left: 2%;
63-
font-size: large;
64-
padding-bottom: 2%;
65-
border-bottom: 2px solid lightgray;
66-
"
67-
>
68-
Ergebnisse des Linters als .csv exportieren:
69-
<a mat-raised-button download href="{{ csvExportLink }}" color="primary"
70-
>Download</a
71-
>
58+
<mat-card-content class="csv-export">
59+
Alle Ergebnisse als .csv exportieren:
60+
<a mat-raised-button download href="{{ csvExportLink }}" color="primary">
61+
Download
62+
</a>
7263
</mat-card-content>
7364
</mat-card>
7465
<!-- END csv export -->

0 commit comments

Comments
 (0)