diff options
Diffstat (limited to 'client/src/app/shared/shared-main')
5 files changed, 14 insertions, 11 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss index 22b24c853..25a979ac9 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss | |||
@@ -24,7 +24,7 @@ my-small-loader ::ng-deep .root { | |||
24 | a[class$=-button], | 24 | a[class$=-button], |
25 | span[class$=-button] { | 25 | span[class$=-button] { |
26 | > span { | 26 | > span { |
27 | margin-left: 5px; | 27 | @include margin-left(5px); |
28 | } | 28 | } |
29 | } | 29 | } |
30 | 30 | ||
diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index 68d7ad48f..51a105498 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | .popover-body { | 25 | .popover-body { |
26 | font-family: $main-fonts; | 26 | font-family: $main-fonts; |
27 | text-align: left; | 27 | text-align: start; |
28 | padding: 10px; | 28 | padding: 10px; |
29 | font-size: 13px; | 29 | font-size: 13px; |
30 | background-color: pvar(--mainBackgroundColor); | 30 | background-color: pvar(--mainBackgroundColor); |
@@ -36,7 +36,7 @@ | |||
36 | } | 36 | } |
37 | 37 | ||
38 | ul { | 38 | ul { |
39 | padding-left: 20px; | 39 | @include padding-left(20px); |
40 | margin-bottom: 0; | 40 | margin-bottom: 0; |
41 | } | 41 | } |
42 | } | 42 | } |
diff --git a/client/src/app/shared/shared-main/misc/simple-search-input.component.scss b/client/src/app/shared/shared-main/misc/simple-search-input.component.scss index 5ae48f81b..be712979b 100644 --- a/client/src/app/shared/shared-main/misc/simple-search-input.component.scss +++ b/client/src/app/shared/shared-main/misc/simple-search-input.component.scss | |||
@@ -6,9 +6,10 @@ | |||
6 | } | 6 | } |
7 | 7 | ||
8 | my-global-icon { | 8 | my-global-icon { |
9 | @include margin-left(10px); | ||
10 | |||
9 | height: 28px; | 11 | height: 28px; |
10 | width: 28px; | 12 | width: 28px; |
11 | margin-left: 10px; | ||
12 | cursor: pointer; | 13 | cursor: pointer; |
13 | 14 | ||
14 | &:hover { | 15 | &:hover { |
diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.scss b/client/src/app/shared/shared-main/users/user-notifications.component.scss index b69d4b5d6..58dc88c38 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.scss +++ b/client/src/app/shared/shared-main/users/user-notifications.component.scss | |||
@@ -22,19 +22,20 @@ | |||
22 | 22 | ||
23 | my-global-icon { | 23 | my-global-icon { |
24 | @include apply-svg-color(#333); | 24 | @include apply-svg-color(#333); |
25 | @include margin-right(11px); | ||
26 | @include margin-left(3px); | ||
25 | 27 | ||
26 | width: 24px; | 28 | width: 24px; |
27 | margin-right: 11px; | ||
28 | margin-left: 3px; | ||
29 | } | 29 | } |
30 | 30 | ||
31 | .avatar { | 31 | .avatar { |
32 | @include margin-right(10px); | ||
33 | |||
32 | width: 30px; | 34 | width: 30px; |
33 | height: 30px; | 35 | height: 30px; |
34 | min-width: 30px; | 36 | min-width: 30px; |
35 | min-height: 30px; | 37 | min-height: 30px; |
36 | border-radius: 5px; | 38 | border-radius: 5px; |
37 | margin-right: 10px; | ||
38 | } | 39 | } |
39 | 40 | ||
40 | .message { | 41 | .message { |
@@ -46,11 +47,12 @@ | |||
46 | } | 47 | } |
47 | 48 | ||
48 | .from-date { | 49 | .from-date { |
50 | @include padding-left(5px); | ||
51 | @include margin-left(auto); | ||
52 | |||
49 | font-size: 0.85em; | 53 | font-size: 0.85em; |
50 | color: pvar(--greyForegroundColor); | 54 | color: pvar(--greyForegroundColor); |
51 | padding-left: 5px; | ||
52 | min-width: 70px; | 55 | min-width: 70px; |
53 | text-align: right; | 56 | text-align: end; |
54 | margin-left: auto; | ||
55 | } | 57 | } |
56 | } | 58 | } |
diff --git a/client/src/app/shared/shared-main/users/user-quota.component.scss b/client/src/app/shared/shared-main/users/user-quota.component.scss index c06cafe29..3ca611b9f 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.scss +++ b/client/src/app/shared/shared-main/users/user-quota.component.scss | |||
@@ -8,7 +8,7 @@ label { | |||
8 | 8 | ||
9 | .user-quota { | 9 | .user-quota { |
10 | label { | 10 | label { |
11 | margin-right: 5px; | 11 | @include margin-right(5px); |
12 | } | 12 | } |
13 | 13 | ||
14 | &, | 14 | &, |