Skip to content

Commit

Permalink
Add missing styles (#14031)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Jun 18, 2024
1 parent a88579c commit f37d684
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/frontend/src/pages/announcement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ definePageMetadata(() => ({
</script>

<style lang="scss" module>
.fadeEnterActive,
.fadeLeaveActive {
transition: opacity 0.125s ease;
}
.fadeEnterFrom,
.fadeLeaveTo {
opacity: 0;
}

.announcement {
padding: 16px;
}
Expand Down

0 comments on commit f37d684

Please sign in to comment.