aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/shared/plugin-list.component.scss
blob: f1516240e7ce2294002c43b0edd1fe210468a9df (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
35
36
37
38
39
40
41
@import '_variables';
@import '_mixins';

.plugin {
  margin: 15px 0;
}

.first-row {
  margin-bottom: 10px;

  .plugin-name {
    font-size: 16px;
    margin-right: 10px;
    font-weight: $font-semibold;
  }

  .plugin-version {
    opacity: 0.6;
  }
}

.second-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .description {
    opacity: 0.8
  }

  .buttons {
    > *:not(:last-child) {
      margin-right: 10px;
    }
  }
}

.action-button {
  @include peertube-button-link;
  @include button-with-icon(21px, 0, -2px);
}