Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
remove now-unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
NealJMD committed Apr 19, 2016
1 parent db5a0e5 commit 8ecd610
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions app/assets/stylesheets/sumofus/components/photos.scss
Expand Up @@ -5,20 +5,6 @@
@include background-size(cover);
overflow: hidden;
position: relative;

&--translucent {
&::after {
opacity: 0.15;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
@include background-size(cover);
}
}
}

.cover-photo {
Expand Down
5 changes: 0 additions & 5 deletions app/liquid/views/partials/_share_page.liquid
Expand Up @@ -25,11 +25,6 @@
<h1 class="thank-you__thanks">{{ message }}</h1>
<div class="thank-you__cta">{{ 'share.cta' | t }}</div>

<style type="text/css">
.medium-photo--translucent::after {
background-image: url({{ images[0].urls.large }})
}
</style>
<div class="medium-photo center-content__centered-element">
{% include 'Share' %}
</div>
Expand Down

0 comments on commit 8ecd610

Please sign in to comment.