Skip to content

Commit

Permalink
updated scheduled card bg-c and txt-c
Browse files Browse the repository at this point in the history
  • Loading branch information
fulanii committed Jan 1, 2025
1 parent f8e3c1b commit 8c57285
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion static/auto_app/css/pages/partials/scheduled_tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,23 @@
}

.scheduled-card {
background-color: #fff;
/* background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between; */
background-color: #94c2f2;
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
color: black;
}

.card-content {
Expand Down

0 comments on commit 8c57285

Please sign in to comment.