aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/profile/profile.component.css
blob: c7e112f9426e1c598a0e5f20dd90980ab7c124d0 (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
#user-info {
  font-size: 1.3em;
}

#profile-picture {
  height: 5rem;
  width: 5rem;
}

.sec-info-card {
  padding-bottom: calc(var(--card-padding) - 0.3em);
}

.sec-info-title {
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

.none-message {
  margin-bottom: 0.3em;
}

.sec-info {
  width: fit-content;
  background-color: #424242;
  margin: 0 0.3em 0.3em 0;
}