summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/fcaps/monitor-5g/monitor-5g.component.less
blob: a100638b7fcda19ce57667c0cc77a423975749c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.monitorDate{
  //margin-left: 2%;
  margin-top: 30px;
}
.businessmonitor_imagecontainer {
  width: 100%;
  margin-bottom: 20px;
}
.charts{
  margin: 30px 0 10px 0;
}
.col-boxshadow{
  padding: 25px;
  margin: 0 10px;
  border-radius: 5px;
  box-shadow: #a9a9a92e 0px 0px 15px 10px;
  h4{
    font-size: 18px;
  }
}