]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/plugins/shared/plugin-list.component.scss
f1516240e7ce2294002c43b0edd1fe210468a9df
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / plugins / shared / plugin-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .plugin {
5 margin: 15px 0;
6 }
7
8 .first-row {
9 margin-bottom: 10px;
10
11 .plugin-name {
12 font-size: 16px;
13 margin-right: 10px;
14 font-weight: $font-semibold;
15 }
16
17 .plugin-version {
18 opacity: 0.6;
19 }
20 }
21
22 .second-row {
23 display: flex;
24 align-items: center;
25 justify-content: space-between;
26
27 .description {
28 opacity: 0.8
29 }
30
31 .buttons {
32 > *:not(:last-child) {
33 margin-right: 10px;
34 }
35 }
36 }
37
38 .action-button {
39 @include peertube-button-link;
40 @include button-with-icon(21px, 0, -2px);
41 }