58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
![]() |
.container-home {
|
||
|
border-radius: 16px;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
padding: 16px;
|
||
|
height: calc(100% - 32px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .right-area {
|
||
|
margin-left: calc(250px + 32px);
|
||
|
height: 100%;
|
||
|
width: calc(100% - 282px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .right-area .top-area {
|
||
|
height: calc(50% - 16px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .right-area .bottom-area {
|
||
|
margin-top: 32px;
|
||
|
height: calc(50% - 16px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .right-area .bottom-area .bottom-left-area {
|
||
|
float: left;
|
||
|
height: 100%;
|
||
|
width: calc(50% - 16px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .right-area .bottom-area .bottom-right-area {
|
||
|
float: right;
|
||
|
height: 100%;
|
||
|
width: calc(50% - 16px);
|
||
|
}
|
||
|
|
||
|
.mrs-home .left_bar {
|
||
|
float: left;
|
||
|
height: 100%;
|
||
|
width: 255px;
|
||
|
}
|
||
|
|
||
|
.mrs-home .table-header {
|
||
|
font-size: 14px;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.mrs-home .header {
|
||
|
margin-bottom: 16px;
|
||
|
line-height: 40px;
|
||
|
}
|
||
|
.mrs-home .dashboard-title {
|
||
|
color: rgb(0, 0, 0);
|
||
|
font-size: 18px;
|
||
|
text-align: left;
|
||
|
font-style: normal;
|
||
|
letter-spacing: 1px;
|
||
|
font-weight: 700;
|
||
|
line-height: 48px;
|
||
|
}
|