aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-predictor/form-predictor.component.css
blob: 569a98871056296cc9ff210ea2d9934baaff22f5 (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
th{
    margin-right: 5px;
}
.container{
    background-color: var(--ns-bg-dark-50);
    border-radius: 10px;
    border: 1px solid var(--ns-primary);
    width: 100%;
    height: 100%;}
#input{
    color: whitesmoke;
    background-color: var(--ns-bg-dark-100);
    margin-top: 10px;
}
h3{
    color: whitesmoke;
}
#output{
    background-color: var(--ns-bg-dark-100);
    color:whitesmoke;
}
#output b{
    height: 50px;
}