blob: 1445978fa04ae5eba6ed0fc146a584732da941cd (
plain)
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
|
.monitor-content {
h1{
padding: 20px;
}
.monitorDate {
margin-left: 20px;
margin-top: 30px;
}
.businessmonitor_imagecontainer {
width: 100%;
margin-bottom: 20px;
}
.charts {
margin: 30px 0 10px 10px !important;
}
.col-boxshadow {
padding: 25px;
position: relative;
margin: 0 1%;
border-radius: 5px;
box-shadow: #a9a9a92e 0px 0px 15px 10px;
h4 {
font-size: 18px;
}
.nodata{
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
}
}
|