feat: still enhancing the visuals
This commit is contained in:
@ -199,9 +199,6 @@ const cancelEdit = (index: number) => {
|
||||
<style scoped>
|
||||
@import "@/components/canvas/style-project.css";
|
||||
|
||||
#marque {
|
||||
|
||||
}
|
||||
.cell {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -223,13 +220,15 @@ const cancelEdit = (index: number) => {
|
||||
}
|
||||
|
||||
.cell h3 {
|
||||
font-size: 20px;
|
||||
font-size: 25px;
|
||||
font-weight: 500;
|
||||
font-family: 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
.cell p {
|
||||
font-size: 14px;
|
||||
.p {
|
||||
font-size: 25px;
|
||||
color: #666;
|
||||
font-family: 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
.expanded {
|
||||
@ -270,7 +269,6 @@ const cancelEdit = (index: number) => {
|
||||
.edit-input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 16px;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
|
Reference in New Issue
Block a user