split css with hover in a separate file. Common file for loading action. New grunt mobile
This commit is contained in:
parent
2d5b5318b8
commit
d2c4172686
15 changed files with 273 additions and 333 deletions
|
|
@ -1,23 +1,6 @@
|
|||
<div class="createProfile" ng-controller="CreateProfileController" ng-init="init()">
|
||||
|
||||
<div data-alert class="loading-screen" ng-show="loading">
|
||||
<div class="spinner">
|
||||
<div class="contener_general">
|
||||
<div class="contener_mixte">
|
||||
<div class="ballcolor ball_1"> </div>
|
||||
</div>
|
||||
<div class="contener_mixte">
|
||||
<div class="ballcolor ball_2"> </div>
|
||||
</div>
|
||||
<div class="contener_mixte">
|
||||
<div class="ballcolor ball_3"> </div>
|
||||
</div>
|
||||
<div class="contener_mixte">
|
||||
<div class="ballcolor ball_4"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="text-gray size-12" translate>Creating profile...</span>
|
||||
</div>
|
||||
<div data-alert ng-show="loading">
|
||||
<div ng-include="'views/includes/loading.html'" ng-init="title = 'Creating profile'"></div>
|
||||
</div>
|
||||
|
||||
<div class="large-4 large-centered medium-7 medium-centered columns m20b" ng-show="!loading && !askForPin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue