diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/shared/shared-forms/input-text.component.scss | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss index a50a2bb0e..7fd9f057e 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss | |||
@@ -44,3 +44,7 @@ my-actor-avatar { | |||
44 | right: 45px; | 44 | right: 45px; |
45 | border-radius: 50%; | 45 | border-radius: 50%; |
46 | } | 46 | } |
47 | |||
48 | .dropdown-item { | ||
49 | @include dropdown-with-icon-item; | ||
50 | } | ||
diff --git a/client/src/app/shared/shared-forms/input-text.component.scss b/client/src/app/shared/shared-forms/input-text.component.scss index 253793196..8baeec21d 100644 --- a/client/src/app/shared/shared-forms/input-text.component.scss +++ b/client/src/app/shared/shared-forms/input-text.component.scss | |||
@@ -8,9 +8,9 @@ input { | |||
8 | } | 8 | } |
9 | 9 | ||
10 | .btn { | 10 | .btn { |
11 | font-size: 15px; | ||
12 | |||
13 | @include button-with-icon(18px); | 11 | @include button-with-icon(18px); |
12 | |||
13 | font-size: 15px; | ||
14 | } | 14 | } |
15 | 15 | ||
16 | .copy-text { | 16 | .copy-text { |