diff --git a/cms/static/sass/_import.scss b/cms/static/sass/_import.scss index f9480a6d46..ac1044788f 100644 --- a/cms/static/sass/_import.scss +++ b/cms/static/sass/_import.scss @@ -67,4 +67,28 @@ white-space: normal; } } + + .progress-bar { + display: none; + width: 350px; + height: 30px; + margin: 30px auto 10px; + border: 1px solid $blue; + + &.loaded { + border-color: #66b93d; + + .progress-fill { + background: #66b93d; + } + } + } + + .progress-fill { + width: 0%; + height: 30px; + background: $blue; + color: #fff; + line-height: 48px; + } } \ No newline at end of file diff --git a/cms/templates/import.html b/cms/templates/import.html index 42def2d512..ffce24ed74 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -23,9 +23,9 @@
-