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

Commit

Permalink
Add DT logo (bug 840374)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Jun 24, 2013
1 parent 7c3944e commit 6faf4d8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
11 changes: 9 additions & 2 deletions hearth/media/css/cat-dropdown.styl
Expand Up @@ -77,15 +77,22 @@ $cat-icon-size-desktop = 60px;
}

.cat-movistar-es:before,
.cat-movistar-co:before,
.cat-movistar-ve:before,
.cat-movistar-es:hover:before,
.cat-movistar-co:before,
.cat-movistar-co:hover:before,
.cat-movistar-ve:before,
.cat-movistar-ve:hover:before {
background-image: url(../img/carriers/movistar.svg) !important;
background-position: 0 40%;
}

.cat-deutsche_telekom:before,
.cat-deutsche_telekom:hover:before {
background-image: url(../img/carriers/deutsche_telekom.svg) !important;
background-size: 80% 80% !important;
background-position: 40% 35%;
}

.dropdown a:after {
// Only -moz because Webkit has a gross transition/transform bug.
-moz-transition: 0.5s transform;
Expand Down
14 changes: 14 additions & 0 deletions hearth/media/img/carriers/deutsche_telekom.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6faf4d8

Please sign in to comment.