Skip to content

Commit

Permalink
update images and css #4
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriosouza committed May 7, 2015
1 parent dc6ab09 commit 548022f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
30 changes: 15 additions & 15 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ li.service.share-whatsapp span:before {
/* Icon only */
.sd-social-icon .sd-content ul li[class*="share-"].share-whatsapp a.sd-button {
background-color:#00b900;
background-image:url("images/shape-white.png");
background-image:image-set(url("images/shape-white.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/shape-white.png") 1x, url("images/[email protected]") 2x);
background-image:url("../images/shape-white.png");
background-image:image-set(url("../images/shape-white.png") 1x, url("../images/[email protected]") 2x);
background-image:-webkit-image-set(url("../images/shape-white.png") 1x, url("../images/[email protected]") 2x);
background-repeat:no-repeat;
background-position:center;
background-size:20px 20px;
Expand All @@ -39,9 +39,9 @@ li.service.share-whatsapp span:before {
.preview-whatsapp .option-smart-on {
height:20px;
width: 78px;
background-image: url("images/rectangle-en.png");
background-image:image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-image: url("../images/rectangle-en.png");
background-image:image-set(url("../images/rectangle-en.png") 1x, url("../images/[email protected]") 2x);
background-image:-webkit-image-set(url("../images/rectangle-en.png") 1x, url("../images/[email protected]") 2x);
background-repeat: no-repeat;
background-position:center;
background-size: 78px 20px;
Expand All @@ -61,24 +61,24 @@ li.service.share-whatsapp span:before {

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.en {
width: 68px;
background-image: url("images/rectangle-en.png");
background-image:image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-image: url("../images/rectangle-en.png");
background-image:image-set(url("../images/rectangle-en.png") 1x, url("../images/[email protected]") 2x);
background-image:-webkit-image-set(url("../images/rectangle-en.png") 1x, url("../images/[email protected]") 2x);
background-size: 68px 20px;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.ja {
width: 68px;
background-image: url("images/rectangle-ja.png");
background-image:image-set(url("images/rectangle-ja.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-ja.png") 1x, url("images/[email protected]") 2x);
background-image: url("../images/rectangle-ja.png");
background-image:image-set(url("../images/rectangle-ja.png") 1x, url("../images/[email protected]") 2x);
background-image:-webkit-image-set(url("../images/rectangle-ja.png") 1x, url("../images/[email protected]") 2x);
background-size: 68px 20px;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.zh-hant {
width: 68px;
background-image: url("images/rectangle-zh-hant.png");
background-image:image-set(url("images/rectangle-zh-hant.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-zh-hant.png") 1x, url("images/[email protected]") 2x);
background-image: url("../images/rectangle-zh-hant.png");
background-image:image-set(url("../images/rectangle-zh-hant.png") 1x, url("../images/[email protected]") 2x);
background-image:-webkit-image-set(url("../images/rectangle-zh-hant.png") 1x, url("../images/[email protected]") 2x);
background-size: 68px 20px;
}
Binary file modified assets/images/shape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/[email protected]
Loading
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 548022f

Please sign in to comment.