aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-settings/account-settings.component.scss
blob: a0822631d9381ac18d8fb0599363691e6cf67bfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.user-info {
  font-size: 20px;
  font-weight: $font-bold;
}

.account-title {
  text-transform: uppercase;
  color: $orange-color;
  font-weight: $font-bold;
  font-size: 13px;
  margin-top: 55px;
  margin-bottom: 30px;
}