Skip to content

Commit

Permalink
Move wechat dialog css to main css file
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Sep 22, 2016
1 parent b304048 commit 51f2b96
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
34 changes: 34 additions & 0 deletions app/assets/stylesheets/social-share-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,37 @@ $size: 18px;
}
}
}

.ss-weichat-dialog {
width: 270px;
height: 300px;
position: fixed;
background: #fff;
padding: 10px;
border: solid 1px #ddd;
z-index: 11001;
font-size: 12px;
line-height: 1.2em;

.weichat-dialog-qr {
text-align: center;
margin: 10px 0px;
}

.weichat-popup-close {
width: 16px;
height: 16px;
position: absolute;
right: 0px;
top: 10px;
color: #999;
text-decoration: none;
font-size: 16px;
}

.weichat-popup-footer {
text-align: left;
line-height: 22px;
color: #666;
}
}
33 changes: 0 additions & 33 deletions app/assets/stylesheets/social-share-button/weichat.scss

This file was deleted.

0 comments on commit 51f2b96

Please sign in to comment.