Skip to content

Commit

Permalink
chore: remove rain animation (#6658)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored May 14, 2020
1 parent 144365c commit c4bf765
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 206 deletions.
19 changes: 0 additions & 19 deletions app/app/templates/shared/rain.html

This file was deleted.

175 changes: 0 additions & 175 deletions app/assets/v2/css/rain.css

This file was deleted.

1 change: 0 additions & 1 deletion app/dashboard/templates/ens/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<body id='yge' class="{{class}} transaction g-font-muli">
{% block 'world' %}
{% endblock %}
{% include 'shared/rain.html' with class="color" %}
<!-- Wrapper -->
<div id="wrapper" class="pt-1 container-fluid">
{% include 'shared/onepager_auth.html' with source='authed' %}
Expand Down
1 change: 0 additions & 1 deletion app/dashboard/templates/onepager/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
{% endif %}
</footer>
</div>
{% include 'shared/rain.html' with class="color" %}
<!-- Scripts -->
{% include 'shared/footer_scripts.html' with slim=1 %}

Expand Down
1 change: 0 additions & 1 deletion app/dashboard/templates/shared/waiting_state.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

{% include 'shared/bounty_waiting_state.html' with can_close=True %}
<div class="row ml-2 mr-2 pl-4 pr-4 waiting_room_entertainment" style="display: none;">
{% include 'shared/rain.html' with class="color" %}
<div class="quote-container font-weight-semibold my-5 mx-auto">
<img src="{% static "v2/images/quotes.png" %}" style="float: left; max-width: 22px;" />
<div class="quote_text mt-5"></div>
Expand Down
1 change: 0 additions & 1 deletion app/grants/templates/grants/shared/waiting_state.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<div class="col-12 offset-md-1 col-md-10 offset-lg-1 col-lg-8 body ">
{% include 'shared/bounty_waiting_state.html' with can_close=False %}
<div class="row ml-2 mr-2 pl-4 pr-4 waiting_room_entertainment" style="display: none; text-align: center">
{% include 'shared/rain.html' with class="color" %}
<div class="quote-container font-weight-semibold my-5 mx-auto">
<img src="{% static "v2/images/quotes.png" %}" style="float: left; max-width: 22px;" />
<div class="quote_text mt-5"></div>
Expand Down
1 change: 0 additions & 1 deletion app/kudos/templates/transaction/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
{% endif %}
</footer>
</main>
{% include 'shared/rain.html' with class="color" %}
<!-- Scripts -->
{% include 'shared/footer_scripts.html' with slim=1 %}
{% block 'scripts' %}{% endblock %}
Expand Down
3 changes: 1 addition & 2 deletions app/retail/templates/bounties/contributor/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ <h1>{% trans "Open Bug Bounties" %}</h1>
<div class="col-12 col-lg-6 text-center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DJartWzDn0E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
{% include 'shared/rain.html' with class="grey" %}
</div>
3 changes: 1 addition & 2 deletions app/retail/templates/bounties/funder/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
</div>
</div>
</div>
</div>
{% include 'shared/rain.html' with class="grey" %}
</div>
1 change: 0 additions & 1 deletion app/retail/templates/shared/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<link rel="stylesheet" href="{% static "v2/css/jquery.modal.min.css" %}" />
{% endif %}
<link rel="stylesheet" href="{% static "v2/css/jquery.select2.min.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/rain.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/buttons.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/timeline.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/carousel.css" %}" />
Expand Down
1 change: 0 additions & 1 deletion app/retail/templates/shared/minihero.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ <h1 class="minihero__title mb-2">{{h1}}</h1>
{% endif %}
</div>
{% endif %}
{% include 'shared/rain.html' with class="grey" %}
</div>
1 change: 0 additions & 1 deletion app/retail/templates/verified.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<div class="col-12 pt-3">
<img src="{% static "v2/images/robot-verified.svg" %}" />
</div>
{% include 'shared/rain.html' with class="grey" %}
</div>
</div>

Expand Down

0 comments on commit c4bf765

Please sign in to comment.