Skip to content

Commit 5edb84e

Browse files
Update theme color; update icons; remove unused assets (#10292)
1 parent db0a8d6 commit 5edb84e

16 files changed

+1
-190
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<meta name="apple-mobile-web-app-capable" content="yes" />
2222
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
2323
<meta name="apple-mobile-web-app-title" content="Care" />
24-
<meta name="theme-color" content="#0e9f6e" />
2524
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
2625
<link
2726
rel="apple-touch-icon"

public/images/circle.svg

-9
This file was deleted.

public/images/empty_avatar.jpg

-5.49 KB
Binary file not shown.
3.29 KB
Loading

public/images/icons/logo.svg

+1-4
Loading
8.1 KB
Loading

public/images/icons/pwa-192x192.png

7.69 KB
Loading

public/images/icons/pwa-512x512.png

20.9 KB
Loading

public/images/icons/pwa-64x64.png

2.56 KB
Loading

public/images/logo_collapsed.svg

-3
This file was deleted.

public/images/no_skills.svg

-148
This file was deleted.

public/images/vitals_graph.png

-288 KB
Binary file not shown.

public/images/wave_long.png

-12.1 KB
Binary file not shown.

public/images/wave_long_2.png

-11.7 KB
Binary file not shown.

src/style/index.css

-24
Original file line numberDiff line numberDiff line change
@@ -758,30 +758,6 @@ button:disabled,
758758
z-index: 100000 !important;
759759
}
760760

761-
.warranty-card::before{
762-
content: "";
763-
position: absolute;
764-
top: 0;
765-
left: 0;
766-
width: 100%;
767-
height: 100%;
768-
z-index: -2;
769-
background: url('/images/wave_scene.svg'), linear-gradient(to bottom right, #057a55, #03543f);
770-
background-position: top right;
771-
background-size: cover;
772-
}
773-
774-
.warranty-card::after{
775-
content : "";
776-
position: absolute;
777-
z-index: -1;
778-
right: 0;
779-
top: 0;
780-
width: 50%;
781-
height: 50%;
782-
/*background: url('/images/circle.svg') no-repeat center;*/
783-
}
784-
785761
.login-hero{
786762
background: linear-gradient(to bottom right, rgba(4, 78, 55, 0.466), rgba(2, 54, 40, 0.521)), url('/images/wave_scene_square.png');
787763
background-size: cover;

vite.config.mts

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ export default defineConfig(({ mode }) => {
236236
manifest: {
237237
name: "Care",
238238
short_name: "Care",
239-
theme_color: "#0e9f6e",
240239
background_color: "#ffffff",
241240
display: "standalone",
242241
icons: [

0 commit comments

Comments
 (0)