Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const projectStatusButtons = [
change: '+13% week over week',
bgColor: '#FFF6EE',
buttonColor: '#FFD8A5',
textColor: '#FFD8A5',
textColor: '#328D1B',
},
{
title: 'Total Material Cost',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
width: 100%;
max-width: 100%;
box-sizing: border-box;
overflow: hidden visible;
overflow: visible;
}

.darkMode .weeklyProjectSummaryCard {
Expand Down Expand Up @@ -518,7 +518,8 @@
border-radius: 25px;
width: 100%;
max-width: 284px;
height: 190px;
min-height: 190px;
height: auto;
text-align: center;
box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
padding: 20px;
Expand Down Expand Up @@ -615,7 +616,7 @@
grid-template-columns: repeat(5, 1fr);
gap: 20px;
justify-content: center;
align-items: center;
align-items: stretch;
width: 100%;
max-width: 1600px;
margin: auto;
Expand Down
Loading