chore(docs): update theme preview (#160)

This commit is contained in:
Dillon
2020-03-15 16:31:16 +08:00
committed by GitHub
parent 99910c416c
commit 7dbe1f83a2
10 changed files with 35 additions and 10 deletions

View File

@@ -6,14 +6,19 @@
position: relative;
margin: 5px 10px;
overflow-wrap: break-word;
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition: all ease-out .3s;
-moz-transition: all ease-out .3s;
-o-transition: all ease-out .3s;
transition: all ease-out .3s;
&:active,
&:focus,
&:hover {
color: $global-link-hover-color;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
.dark-theme & {