aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/experiment/experiment.component.css
blob: 34e412efd8154467f974f86b11ee420446731586 (plain) (blame)
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
33
34
35
36
37
ul{
    list-style: none;
}
.navmenu{
    position: absolute;
    background-color: var(--ns-bg-dark-50);
    height: 90%;
    width: 250px;
}
.navmenuwrapper{
    position: relative;
    top:40%;
    transform: translateY(-50%);
}


mat-stepper{
    background-color: transparent;
}

::ng-deep .mat-step-header .mat-step-icon .mat-step-content{
    background-color: white;
    color:var(--ns-primary); 
  }
::ng-deep .mat-step-header .mat-step-icon{
    color:white;
}
::ng-deep .mat-step-header .mat-step-icon-state-done{
    background: var(--ns-primary);
    color:var(--ns-primary)
}
::ng-deep .mat-step-header .mat-step-icon-state-done .label{
    color:var(--ns-primary)
}
.label{
    color: white;
}