aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/buttons')
-rw-r--r--client/src/app/shared/shared-main/buttons/button.component.scss8
1 files changed, 8 insertions, 0 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 7f0cdf1ed..611fc2094 100644
--- a/client/src/app/shared/shared-main/buttons/button.component.scss
+++ b/client/src/app/shared/shared-main/buttons/button.component.scss
@@ -29,6 +29,14 @@ span[class$=-button] {
29.action-button { 29.action-button {
30 width: 100%; // useful for ellipsis, allow to define a max-width on host component 30 width: 100%; // useful for ellipsis, allow to define a max-width on host component
31 31
32 my-loader {
33 @include margin-right(3px);
34
35 display: inline-flex;
36 vertical-align: middle;
37 margin-top: -1px;
38 }
39
32 &.has-icon { 40 &.has-icon {
33 @include button-with-icon(21px); 41 @include button-with-icon(21px);
34 } 42 }