Project

General

Profile

1
@import 'src/styles';
2

    
3
#content {
4
  //this.config.height - title.height
5
  min-height: 85vh;
6
}
7

    
8
::ng-deep .p-dialog-header {
9
  .p-dialog-title {
10
    padding-right: 60px;
11
  }
12
}
13

    
14
::ng-deep .p-dialog-content {
15
  .refresh-navision {
16
    position: absolute;
17
    top: 20px;
18
    right: 70px;
19
  }
20
}
(2-2/4)