Skip to content

Commit

Permalink
Merge pull request #106 from e20178dulanga/main
Browse files Browse the repository at this point in the history
Updated the appearance of Deliverables and Workplan pages
  • Loading branch information
e20178dulanga authored Sep 18, 2024
2 parents 7a126fe + ce8ff58 commit 361051b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions front-end/src/components/Deliverables.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
z-index: 3;
}
.table thead th {
background-color: #f2f2f2;
background-color: #ecf6fc;
color: #333;
text-align: center;
padding: 10px;
border-bottom: 2px solid #ddd;
border-bottom: 2px solid #b2c8e6;
}

/*Table cells */
.table tbody td{
padding: 10px;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #b2c8e6;
}

/* Hover effect for table rows */
.table tbody tr:hover {
background-color: #f1f1f1;
background-color: #f3f9fb;
}

/* Styling for the table footer */
Expand Down Expand Up @@ -114,6 +114,7 @@
border-radius: 5px;
cursor: pointer;
transition: background-color 0.2s ease;
color: #ffffff;
}
.addNewButton:hover {
background-color: #0056b3;
Expand All @@ -138,6 +139,7 @@
display: flex;
align-items: center;
margin: 15px 20px;
justify-content: space-between;
}
.inputbox label{
padding: 15px;
Expand All @@ -147,7 +149,6 @@
/* Inside the data input boxes */
.inputbox .field {
width: 60%;
/* position: absolute; */
right: 12%;
background: transparent;
border: 2px solid #c9e1ef;
Expand Down
9 changes: 5 additions & 4 deletions front-end/src/components/Workplan.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
z-index: 3;
}
.table thead th {
background-color: #f2f2f2;
background-color: #ecf6fc;
color: #333;
text-align: center;
padding: 10px;
border-bottom: 2px solid #ddd;
border-bottom: 2px solid #b2c8e6;
}

/*Table cells */
.table tbody td{
padding: 10px;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #b2c8e6;
}

/* Hover effect for table rows */
.table tbody tr:hover {
background-color: #f1f1f1;
background-color: #f3f7f9;
}

/* Styling for the table footer */
Expand Down Expand Up @@ -115,6 +115,7 @@
border-radius: 5px;
cursor: pointer;
transition: background-color 0.2s ease;
color: #ffffff;
}
.addNewButton:hover {
background-color: #0056b3;
Expand Down

0 comments on commit 361051b

Please sign in to comment.