summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/admin/menus/menus.component.scss
blob: a9b6308f8556e10bcc5f2cb92ba3616e128c49ab (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
table {
    width: 100%;
  }
  
  .mat-form-field {
    font-size: 14px;
    width: 100%;
  }
  
  td, th {
    width: 25%;
  }
  .mat-form-field[_ngcontent-c4] {
    font-size: 14px;
    width: 20%;
    float: right;
  }

  /*td.mat-cell, td.mat-footer-cell{
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-right-color: rgba(0,0,0,.12);
    border-right-width: 1px;
  }
*/

td[_ngcontent-c4], th[_ngcontent-c4] {
  width: 7%;
}