summaryrefslogtreecommitdiff
path: root/src/styles/profile.less
blob: 40bf49f8e0a7a0e9c1ae43ab75d166abcc60809c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "main.less";

.main-body.profile-page {
  text-align: center;

  :not(.btn) {
    text-align: left;
  }
}

#delete-account {
  margin: 10px 0;
}

.delete-info {
  color: #999999;
  padding: 0 80px;
}

.account-delete-alert {
  display: none;
}