aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/metric-view/metric-view.component.css
blob: a59dd0819ecf68b251a2b364d4f30301dceb1250 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#container{
    width: 100%;
    height: 90%;
    border-radius: 5px;
    border:1px solid var(--ns-primary);
    display: table;
    background-color: rgba(0, 65, 101, 0.7);
    margin-top: 20px;
}
#left{
    float: left;
    width: 70% !important;
    height: 100%;
}
#right{
    float: right;
    width: 30%;
    height: 50%;
}