Skip to content

Commit

Permalink
Remove assets for removed django-companies element
Browse files Browse the repository at this point in the history
The SCSS and images removed here predate even 73d29b7, so it's hard to
tell when they were added. Searching shows that the images, class, and
mixin are no longer used. Plus, the Rdio service was discontinued at the
end of 2015, so that's a hint.
  • Loading branch information
adamzap authored and bmispelon committed Nov 26, 2024
1 parent 7c8de77 commit 2b3b8c3
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 125 deletions.
47 changes: 0 additions & 47 deletions djangoproject/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -833,53 +833,6 @@ blockquote {
background: darken($green-medium, 2%);
}
}

.django-companies {
max-width: 750px;
margin: 0 auto;
list-style: none;
padding: 0 0 0 30px;

li {
width: 144px;
display: inline-block;
text-indent: -1000px;
overflow: hidden;
margin: 0;

a {
display: block;
height: 46px;
background-position: center;
background-repeat: no-repeat;

&.company-mozilla {
@include svg-image(company-mozilla);
background-position: center 7px;
}

&.company-pinterest {
@include svg-image(company-pinterest);
background-position: center 7px;
}

&.company-theguardian {
@include svg-image(company-theguardian);
background-position: center 14px;
}

&.company-instagram {
@include svg-image(company-instagram);
background-position: center 10px;
}

&.company-rdio {
@include svg-image(company-rdio);
background-position: 15px 6px;
}
}
}
}
}
}

Expand Down
8 changes: 0 additions & 8 deletions djangoproject/scss/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@ html {
}
}

@mixin svg-image ($name ) {
background-image: url('../img/' +$name+'.png');

.mdzr-svg & {
background-image: url('../img/' +$name+'.svg');
}
}

// Green Link Mixin
@mixin link-green {
color: var(--link-color);
Expand Down
Binary file removed djangoproject/static/img/company-instagram.png
Binary file not shown.
14 changes: 0 additions & 14 deletions djangoproject/static/img/company-instagram.svg

This file was deleted.

Binary file removed djangoproject/static/img/company-mozilla.png
Binary file not shown.
Loading

0 comments on commit 2b3b8c3

Please sign in to comment.