-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4d9322
commit ff28598
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,36 +49,36 @@ li.service.share-whatsapp span:before { | |
|
||
/* Official Button */ | ||
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button { | ||
whatsapp-height:20px; | ||
line-height:20px; | ||
} | ||
|
||
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a { | ||
height: 20px; | ||
display: inwhatsapp-block; | ||
display: inline-block; | ||
background-repeat: no-repeat; | ||
background-position:center; | ||
} | ||
|
||
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.en { | ||
width: 78px; | ||
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-size: 78px 20px; | ||
background-size: 68px 20px; | ||
} | ||
|
||
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.ja { | ||
width: 82px; | ||
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-size: 82px 20px; | ||
background-size: 68px 20px; | ||
} | ||
|
||
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.zh-hant { | ||
width: 84px; | ||
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-size: 84px 20px; | ||
background-size: 68px 20px; | ||
} |