Skip to content

Commit

Permalink
feat: #41 - resolving conflicting files
Browse files Browse the repository at this point in the history
  • Loading branch information
devasMartins-Tmd committed Jul 22, 2024
1 parent cb644cc commit 112665b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions app/components/userdashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import date from "/images/date.png";
import revenue from "/images/revenue.png";
import sales from "/images/sales.png";
import subscript from "/images/subscript.png";
import '../../styles/new.css';

import BarComponent from "./barchart";

Expand Down
11 changes: 0 additions & 11 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,3 @@
@apply absolute left-10 top-20 -rotate-6;
}
}

#shadxs {
box-shadow: 0 0 1px rgba(77, 77, 77, 0.5);
}

#shadsm {
box-shadow: 0 0 3px rgba(77, 77, 77, 0.5);
}
#shadlg {
box-shadow: 0 0 6px rgba(77, 77, 77, 0.5);
}
10 changes: 10 additions & 0 deletions app/styles/new.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#shadxs {
box-shadow: 0 0 1px rgba(77, 77, 77, 0.5);
}

#shadsm {
box-shadow: 0 0 3px rgba(77, 77, 77, 0.5);
}
#shadlg {
box-shadow: 0 0 6px rgba(77, 77, 77, 0.5);
}

0 comments on commit 112665b

Please sign in to comment.