Project

General

Profile

1
@import 'src/styles';
2

    
3
#cancelBtn {
4
  margin-right: 15px;
5
}
6

    
7
#content {
8
  //this.config.height - title.height
9
  min-height: 49vh;
10
}
11

    
12
#subClassificationContainer {
13
  margin-bottom: 20px;
14
}
15

    
16
#tableContainer {
17
  margin-bottom: 40px;
18
}
(2-2/4)