Spaces:
Build error
Build error
| 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 ; | |
| } | |
| .rounded-bottom { | |
| border-radius: 0px 0px 16px 16px ; | |
| } | |
| .rounded { | |
| border-radius: 16px 16px 16px 16px ; | |
| } | |
| :host ::ng-deep mat-row { | |
| height: fit-content ; | |
| } |