We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c93c6f + 6df5fd3 commit 7c9155fCopy full SHA for 7c9155f
circle.yml
@@ -19,7 +19,7 @@ compile:
19
20
deployment:
21
development:
22
- branch: [dev, 'feature/back-forward-button-project-wizard']
+ branch: dev
23
owner: appirio-tech
24
commands:
25
- ./deploy.sh DEV
src/components/LoadingIndicator/LoadingIndicator.scss
@@ -1,6 +1,8 @@
1
.loading-indicator {
2
height: 80%;
3
width: 100%;
4
+ min-height: 70px;
5
+ min-width: 70px;
6
background: 50% 50% no-repeat;
7
background-size: 70px 70px;
8
}
0 commit comments