🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
18
assets/css/_common/components/third-party/index.scss
vendored
Normal file
18
assets/css/_common/components/third-party/index.scss
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
@import 'disqusjs';
|
||||
@import 'gitalk';
|
||||
@import 'utterances';
|
||||
@import 'search';
|
||||
@import 'related-posts';
|
||||
@import 'math';
|
||||
@import 'gitter';
|
||||
|
||||
.use-motion .animated {
|
||||
// Fix issue #48 #55
|
||||
animation-fill-mode: none;
|
||||
// Fix issue #46 .animated in .sidebar
|
||||
visibility: inherit;
|
||||
}
|
||||
|
||||
.use-motion .sidebar .animated {
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
Reference in New Issue
Block a user