-
+
Galerie photo

-
+

-
+

-
+

-
+

-
+

-
+

-
+

-
+

-
+
diff --git a/FrontEnd/styles/modal.css b/FrontEnd/styles/modal.css
index 1cbc926..e4f786e 100644
--- a/FrontEnd/styles/modal.css
+++ b/FrontEnd/styles/modal.css
@@ -19,16 +19,21 @@
flex-direction: column;
align-items: center;
background-color: white;
- padding: 30px;
+ padding: 25px;
border-radius: 8px;
- width: 35%;
+ width: 37%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
-.modal-content i {
+.close-modal {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-left: auto;
height: 24px;
width: 24px;
+ font-size: 20px;
cursor: pointer;
}
@@ -54,11 +59,20 @@
width: 77px;
}
-.modal-gallery i {
+.delete-project {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 17px;
+ height: 17px;
+ background-color: black;
+ color: white;
+ font-size: 10px;
position: fixed;
}
#add-project-button {
+ margin-bottom: 15px;
height: 36px;
width: 237px;
font-family: 'Syne';