aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/metric-view/metric-view.component.css
blob: f91c1cccecd20bd7823dcaf370594ba64b137bd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#container{
    width: 100%;
    height: 90%;
    border-radius: 5px;
    background-color:var(--ns-primary-25);
    border:1px solid var(--ns-accent);
}
#line{
    background-color:#dfd7d7f0 ;
}