aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.scss
blob: ab3aece54a90f679f0fc8641e02e77a61efed163 (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
31
32
33
34
@import '_variables';
@import '_mixins';

.sub-menu {
  @include sub-menu-with-actor;

  .actor {
    width: 100%;
  }
}

my-subscribe-button {
  height: max-content;
  margin-left: auto;
  margin-top: 20px;
}

my-user-moderation-dropdown,
.badge {
  margin-left: 10px;

  position: relative;
  top: 3px;
}

.badge {
  font-size: 13px;
}

.copy-button {
  border: none;
  padding: 5px;
  margin-top: -2px;
}