Add CheckIcon component and update routes, auth store, and various UI improvements
This commit is contained in:
@@ -121,6 +121,16 @@ export default defineConfig({
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
`;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user