summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/admin/role-functions/role-functions.component.scss
blob: c9ab8db4ce0e695c52834a3a350f8e9bea7ca12e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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[_ngcontent-c4], th[_ngcontent-c4] {
  width: 15%;
}