diff --git a/front/MyINPulse-front/src/components/ProjectComponent.vue b/front/MyINPulse-front/src/components/ProjectComponent.vue index cc92160..8b199df 100644 --- a/front/MyINPulse-front/src/components/ProjectComponent.vue +++ b/front/MyINPulse-front/src/components/ProjectComponent.vue @@ -231,7 +231,6 @@ onBeforeUnmount(() => { line-height: 1.6; } - .header { display: flex; justify-content: space-between; @@ -304,5 +303,4 @@ onBeforeUnmount(() => { .contact-dropdown.dropdown-visible { display: block; } - - \ No newline at end of file + diff --git a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue index 6d13e04..d8a7734 100755 --- a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue +++ b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue @@ -602,8 +602,6 @@ onMounted(() => { color: #444; background-color: #f9f9f9; padding: 7px; - border-left: 4px solid #0d6efd; - border-right: 4px solid #0d6efd; border-radius: 6px; margin-bottom: 20px; margin-top: 20px; diff --git a/front/MyINPulse-front/src/views/JoinOrCreatProjectForEntrep.vue b/front/MyINPulse-front/src/views/JoinOrCreatProjectForEntrep.vue index 941af47..2c0e62e 100644 --- a/front/MyINPulse-front/src/views/JoinOrCreatProjectForEntrep.vue +++ b/front/MyINPulse-front/src/views/JoinOrCreatProjectForEntrep.vue @@ -83,8 +83,6 @@ const validerCreation = () => { } ); }; - -