aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile/profile.component.css
blob: 48b1304b27335a39690391f8e974cfa14ba819c3 (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
.card {
    background-color: transparent;
    color: var(--offwhite)
}

.card-header {
    background-color: var(--ns-primary-50);
    color: var(--offwhite)
}

.card-body {
    background-color: var(--ns-bg-dark-50);
}

mat-form-field {
    width: 100%;
}

.danger-Text {
    color: var(--ns-warn)
}

.selectedPicture {
    background-color: var(--ns-accent);
}

.mat-raised-button {
    width: 180px !important;
    height: 50px !important;
}