feat: Updated styling into seperate css files
This commit is contained in:
@@ -141,16 +141,7 @@ const handleCreate = () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.note-flags {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
<style scoped src="../assets/styles/scoped/components/CreateNoteModal.css"></style>
|
||||
|
||||
|
||||
|
||||
.flag-check {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.45rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user