aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post/_reward.scss
diff options
context:
space:
mode:
authorpanda-z <panda.hust@gmail.com>2020-04-13 21:18:35 +0800
committerGitHub <noreply@github.com>2020-04-13 21:18:35 +0800
commit5657112dfb0e6eac2faa2ae1dc0978ed29030709 (patch)
treef22279cb587444b0649f95da647b60daf1f370e9 /src/css/_partial/_post/_reward.scss
parentd39d3e443953caea05510b19fdd7a259c71a0ab3 (diff)
chore(build): drop webpack and use Hugo Pipes (#130)
Diffstat (limited to 'src/css/_partial/_post/_reward.scss')
-rw-r--r--src/css/_partial/_post/_reward.scss54
1 files changed, 0 insertions, 54 deletions
diff --git a/src/css/_partial/_post/_reward.scss b/src/css/_partial/_post/_reward.scss
deleted file mode 100644
index 3a03a9f..0000000
--- a/src/css/_partial/_post/_reward.scss
+++ /dev/null
@@ -1,54 +0,0 @@
-.post-reward {
- margin-top: 20px;
- padding-top: 10px;
- text-align: center;
- border-top: 1px dashed $light-gray;
-
- .reward-button {
- margin: 15px 0;
- padding: 3px 7px;
- display: inline-block;
- color: $theme-color;
- border: 1px solid $theme-color;
- border-radius: 5px;
- cursor: pointer;
-
- &:hover {
- color: $white;
- background-color: $theme-color;
- transition: 0.5s;
- }
- }
-
- #reward:checked {
- & ~ .qr-code {
- display: block;
- }
-
- & ~ .reward-button {
- display: none;
- }
- }
-
- .qr-code {
- display: none;
-
- .qr-code-image {
- display: inline-block;
- min-width: 200px;
- width: 40%;
- margin-top: 15px;
-
- span {
- display: inline-block;
- width: 100%;
- margin: 8px 0;
- }
- }
-
- .image {
- width: 200px;
- height: 200px;
- }
- }
-} \ No newline at end of file