Skip to content

Commit 7c9155f

Browse files
author
vikasrohit
authored
Merge pull request #1264 from appirio-tech/feature/empty-screen-while-project-creating
Feature/empty screen while project creating
2 parents 1c93c6f + 6df5fd3 commit 7c9155f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compile:
1919

2020
deployment:
2121
development:
22-
branch: [dev, 'feature/back-forward-button-project-wizard']
22+
branch: dev
2323
owner: appirio-tech
2424
commands:
2525
- ./deploy.sh DEV
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.loading-indicator {
22
height: 80%;
33
width: 100%;
4+
min-height: 70px;
5+
min-width: 70px;
46
background: 50% 50% no-repeat;
57
background-size: 70px 70px;
68
}

0 commit comments

Comments
 (0)