diff options
Diffstat (limited to 'client/src/app/+admin/plugins/shared')
-rw-r--r-- | client/src/app/+admin/plugins/shared/plugin-list.component.scss | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/client/src/app/+admin/plugins/shared/plugin-list.component.scss b/client/src/app/+admin/plugins/shared/plugin-list.component.scss index 87a709b00..3f4fad7b9 100644 --- a/client/src/app/+admin/plugins/shared/plugin-list.component.scss +++ b/client/src/app/+admin/plugins/shared/plugin-list.component.scss | |||
@@ -7,6 +7,8 @@ | |||
7 | } | 7 | } |
8 | 8 | ||
9 | .first-row { | 9 | .first-row { |
10 | display: flex; | ||
11 | align-items: center; | ||
10 | margin-bottom: 10px; | 12 | margin-bottom: 10px; |
11 | 13 | ||
12 | .plugin-name { | 14 | .plugin-name { |
@@ -18,6 +20,26 @@ | |||
18 | .plugin-version { | 20 | .plugin-version { |
19 | opacity: 0.6; | 21 | opacity: 0.6; |
20 | } | 22 | } |
23 | |||
24 | .plugin-icon { | ||
25 | margin-left: 10px; | ||
26 | |||
27 | my-global-icon { | ||
28 | @include apply-svg-color($grey-foreground-color); | ||
29 | |||
30 | &[iconName="npm"] { | ||
31 | @include fill-svg-color($grey-foreground-color); | ||
32 | } | ||
33 | } | ||
34 | } | ||
35 | |||
36 | .buttons { | ||
37 | margin-left: auto; | ||
38 | width: max-content; | ||
39 | > *:not(:last-child) { | ||
40 | margin-right: 10px; | ||
41 | } | ||
42 | } | ||
21 | } | 43 | } |
22 | 44 | ||
23 | .second-row { | 45 | .second-row { |
@@ -29,13 +51,6 @@ | |||
29 | .description { | 51 | .description { |
30 | opacity: 0.8 | 52 | opacity: 0.8 |
31 | } | 53 | } |
32 | |||
33 | .buttons { | ||
34 | margin-left: 10px; | ||
35 | > *:not(:last-child) { | ||
36 | margin-right: 10px; | ||
37 | } | ||
38 | } | ||
39 | } | 54 | } |
40 | 55 | ||
41 | .action-button { | 56 | .action-button { |