File size: 508 Bytes
4202035
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.change-link {
    color: #1976d2 !important;
}

.ui-dialog.ui-widget-content.what-is-new-popup {
  width: 80%;
  background: @theme-color-background-tinyContrast;

  @media (max-width: 992px) {
    width: auto;
  }
}

.whatisnew .card {
  .inDarkMode({
    background: @theme-color-background-tinyContrast;
  });
}

.whatisnew-changelist {
  overflow-y: scroll;
  max-height: 500px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.whatisnew-btn {
  float:right;
  margin-left: 10px;
}