mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Refactor
This commit is contained in:
parent
3982d605af
commit
466e5e26ca
@ -572,12 +572,6 @@ export default Vue.extend({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@keyframes blink {
|
|
||||||
0% { opacity: 1; }
|
|
||||||
30% { opacity: 1; }
|
|
||||||
90% { opacity: 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-enter-active, .header-leave-active {
|
.header-enter-active, .header-leave-active {
|
||||||
transition: opacity 0.5s, transform 0.5s !important;
|
transition: opacity 0.5s, transform 0.5s !important;
|
||||||
}
|
}
|
||||||
|
@ -88,12 +88,6 @@ export default Vue.extend({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@keyframes blink {
|
|
||||||
0% { opacity: 1; }
|
|
||||||
30% { opacity: 1; }
|
|
||||||
90% { opacity: 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.rrevdjwt {
|
.rrevdjwt {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
|
||||||
|
@ -173,12 +173,6 @@ export default Vue.extend({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@keyframes blink {
|
|
||||||
0% { opacity: 1; }
|
|
||||||
30% { opacity: 1; }
|
|
||||||
90% { opacity: 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
._kjvfvyph_ {
|
._kjvfvyph_ {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -339,3 +339,9 @@ a {
|
|||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
0% { opacity: 1; }
|
||||||
|
30% { opacity: 1; }
|
||||||
|
90% { opacity: 0; }
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user