diff --git a/circle.yml b/circle.yml index 49752f04d..2084eb9ca 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,7 @@ compile: deployment: development: - branch: [dev, 'feature/back-forward-button-project-wizard'] + branch: dev owner: appirio-tech commands: - ./deploy.sh DEV diff --git a/src/components/LoadingIndicator/LoadingIndicator.scss b/src/components/LoadingIndicator/LoadingIndicator.scss index 41d87fd7e..c34c7ad9c 100644 --- a/src/components/LoadingIndicator/LoadingIndicator.scss +++ b/src/components/LoadingIndicator/LoadingIndicator.scss @@ -1,6 +1,8 @@ .loading-indicator { height: 80%; width: 100%; + min-height: 70px; + min-width: 70px; background: 50% 50% no-repeat; background-size: 70px 70px; }