This commit is contained in:
syuilo 2020-02-06 14:37:29 +09:00
parent 3b34b3e9ea
commit e92e83746d
4 changed files with 6 additions and 18 deletions

View file

@ -572,12 +572,6 @@ export default Vue.extend({
</script>
<style lang="scss" scoped>
@keyframes blink {
0% { opacity: 1; }
30% { opacity: 1; }
90% { opacity: 0; }
}
.header-enter-active, .header-leave-active {
transition: opacity 0.5s, transform 0.5s !important;
}

View file

@ -88,12 +88,6 @@ export default Vue.extend({
</script>
<style lang="scss" scoped>
@keyframes blink {
0% { opacity: 1; }
30% { opacity: 1; }
90% { opacity: 0; }
}
.rrevdjwt {
padding: 8px 0;

View file

@ -173,12 +173,6 @@ export default Vue.extend({
</script>
<style lang="scss">
@keyframes blink {
0% { opacity: 1; }
30% { opacity: 1; }
90% { opacity: 0; }
}
._kjvfvyph_ {
position: relative;
height: 100%;

View file

@ -339,3 +339,9 @@ a {
transform: rotate(360deg);
}
}
@keyframes blink {
0% { opacity: 1; }
30% { opacity: 1; }
90% { opacity: 0; }
}