File size: 573 Bytes
11452ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
mat-header-cell, mat-cell {
    justify-content: center;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-button-spinner {
    position: absolute;
    top: 7px;
    left: 6px;
}

.downloads-action-button-div {
    margin-top: 10px;
    margin-left: 5px;
}

.rounded-top {
    border-radius: 16px 16px 0px 0px !important;
}

.rounded-bottom {
    border-radius: 0px 0px 16px 16px !important;
}

.rounded {
    border-radius: 16px 16px 16px 16px !important;
}

:host ::ng-deep mat-row {
    height: fit-content !important;
}