Initial commit
This commit is contained in:
70
lib/assets/javascripts/builder/editor/layers/panel-loading-template.tpl
Executable file
70
lib/assets/javascripts/builder/editor/layers/panel-loading-template.tpl
Executable file
@@ -0,0 +1,70 @@
|
||||
<div class="FormPlaceholder-paragraph u-tSpace-m u-flex">
|
||||
<div class="FormPlaceholder-paragraphLoader">
|
||||
<div class="CDB-Loader is-visible"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="FormPlaceholder-paragraph u-tSpace-m u-flex">
|
||||
<div class="FormPlaceholder-step u-rSpace--m"></div>
|
||||
<div class="FormPlaceholder-inner">
|
||||
<span class="FormPlaceholder-title FormPlaceholder-size--med u-tSpace--m"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="FormPlaceholder-paragraph u-flex">
|
||||
<div class="FormPlaceholder-step u-rSpace--m"></div>
|
||||
<div class="FormPlaceholder-inner">
|
||||
<span class="FormPlaceholder-title FormPlaceholder-size--med u-tSpace--m"></span>
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--short u-tSpace-xl"></span>
|
||||
<ul class="FormPlaceholder-carousel u-flex FormPlaceholder-size--long">
|
||||
<li class="FormPlaceholder-carouselItem"></li>
|
||||
<li class="FormPlaceholder-carouselItem"></li>
|
||||
<li class="FormPlaceholder-carouselItem"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="FormPlaceholder-paragraph u-flex">
|
||||
<div class="FormPlaceholder-step u-rSpace--m"></div>
|
||||
<div class="FormPlaceholder-inner">
|
||||
<span class="FormPlaceholder-title FormPlaceholder-size--short u-tSpace--m"></span>
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--med u-tSpace-xl"></span>
|
||||
<ul class="FormPlaceholder-fields">
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--short"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--shorter"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="FormPlaceholder-paragraph u-flex">
|
||||
<div class="FormPlaceholder-step u-rSpace--m"></div>
|
||||
<div class="FormPlaceholder-inner">
|
||||
<span class="FormPlaceholder-title FormPlaceholder-size--short u-tSpace--m"></span>
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--med u-tSpace-xl"></span>
|
||||
<ul class="FormPlaceholder-fields">
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--short"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--shorter"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--shorter"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--short"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
<li class="FormPlaceholder-fieldsItem u-flex u-justifySpace">
|
||||
<span class="FormPlaceholder-label FormPlaceholder-size--short"></span>
|
||||
<span class="FormPlaceholder-input FormPlaceholder-size--med"></span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user