file list

This commit is contained in:
Benjamin Ifland
2019-03-26 23:15:33 +01:00
parent 2377c0a722
commit 02d395b480
11 changed files with 129 additions and 11 deletions

View File

@@ -101,4 +101,21 @@ html {
.mat-radio-button {
margin: 15px 10px 0 10px;
}
&.files {
.mat-card {
padding: 0;
}
table {
width: 100%;
background: none;
box-shadow: none;
}
td.mat-cell:last-of-type, td.mat-footer-cell:last-of-type, th.mat-header-cell:last-of-type {
padding-right: 8px;
text-align: right;
}
}
}