summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/rdp/rdp-data-table/rdp-data-table.component.scss
blob: 4bc8e11b43a800c34a41b31b289268981bf3d353 (plain)
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
.icon-trash{
    cursor: pointer;
}

.table-search-box {
    float: right;
}

::ng-deep .table-search-box .mat-form-field-infix {
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 340px;
}

:host {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

rdp-scroll-container {
  flex-grow: 0;
  flex-shrink: 0;
}

rdp-scroll-container.full {
  flex-basis: auto;
}

rdp-scroll-container.part {
  flex-basis: 200px;
}