diff --git a/my_compassion/static/src/css/child_profile_timeline.css b/my_compassion/static/src/css/child_profile_timeline.css
index 7a122085..44f9732f 100644
--- a/my_compassion/static/src/css/child_profile_timeline.css
+++ b/my_compassion/static/src/css/child_profile_timeline.css
@@ -90,14 +90,15 @@
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
- width: 40px;
- height: 40px;
+ width: 50px;
+ height: 50px;
+ margin-left: -5px;
border-radius: 50%;
box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline__img .pictogram {
- width: 45px;
- height: 45px;
+ width: 55px;
+ height: 55px;
}
@media (min-width: 64rem) {
.cd-timeline__img {
@@ -126,6 +127,11 @@
padding: 1.25em;
box-shadow: 0 3px 0 hsl(205, 38%, 89%);
}
+
+.cd-timeline__content > p.text-muted {
+ margin-bottom: 0;
+}
+
.cd-timeline__content::before {
content: "";
position: absolute;
@@ -164,6 +170,11 @@
border-left-color: hsl(0, 0%, 100%);
}
}
+
+.cd-timeline__date {
+ font-size: 16px;
+}
+
@media (min-width: 64rem) {
.cd-timeline__date {
position: absolute;
diff --git a/my_compassion/static/src/css/my2_children_card.css b/my_compassion/static/src/css/my2_children_card.css
index 03c45a8a..01f80044 100644
--- a/my_compassion/static/src/css/my2_children_card.css
+++ b/my_compassion/static/src/css/my2_children_card.css
@@ -9,3 +9,12 @@
object-fit: cover;
object-position: 50% 0;
}
+
+.children-card {
+ max-width: 400px;
+ margin: 0 auto;
+}
+
+.children-card .pending {
+ font-size: 1.2rem;
+}
diff --git a/my_compassion/static/src/css/my2_dashboard.css b/my_compassion/static/src/css/my2_dashboard.css
index b314bc06..8f753ebf 100644
--- a/my_compassion/static/src/css/my2_dashboard.css
+++ b/my_compassion/static/src/css/my2_dashboard.css
@@ -18,6 +18,7 @@
.dashboard-banner h1 {
font-family: "NeighbourSans Medium";
+ font-size: 2rem;
}
.dashboard-grid button,
@@ -25,3 +26,9 @@
margin-top: 1.5rem;
width: 100%;
}
+
+@media screen and (max-width: 639px) {
+ .grid-item-container {
+ min-width: min(100%, 300px);
+ }
+}
diff --git a/my_compassion/static/src/css/my2_donation_item.css b/my_compassion/static/src/css/my2_donation_item.css
index 64ee9a5c..cc53d1a1 100644
--- a/my_compassion/static/src/css/my2_donation_item.css
+++ b/my_compassion/static/src/css/my2_donation_item.css
@@ -1,5 +1,4 @@
.donation-item-container {
- border-left: 5px solid;
container-type: inline-size;
container-name: donation-item-container;
font-size: 18px;
@@ -16,6 +15,8 @@
.donation-item-container .action-button {
cursor: pointer;
+ position: relative;
+ z-index: 1;
}
.donation-item-container .action-button:hover span {
diff --git a/my_compassion/templates/components/my2_children_card.xml b/my_compassion/templates/components/my2_children_card.xml
index a2f9dbe4..1b39d8fb 100644
--- a/my_compassion/templates/components/my2_children_card.xml
+++ b/my_compassion/templates/components/my2_children_card.xml
@@ -20,7 +20,8 @@
-
+
+
-
+
-
+
-
-
-
+
+
@@ -72,22 +81,31 @@
t-attf-style="--image_url: url('#{image}');"
/>
+
+
+
+
+
+
+
+
+
To
@@ -102,11 +120,13 @@
+
-
+
+
@@ -122,84 +142,59 @@
diff --git a/my_compassion/templates/components/my2_letter_card.xml b/my_compassion/templates/components/my2_letter_card.xml
index 13d8bb59..2efd88d1 100644
--- a/my_compassion/templates/components/my2_letter_card.xml
+++ b/my_compassion/templates/components/my2_letter_card.xml
@@ -13,7 +13,9 @@
-
+
-
+
From
@@ -67,7 +67,7 @@
-
diff --git a/my_compassion/templates/components/my2_sponsor_child_timeline_batch.xml b/my_compassion/templates/components/my2_sponsor_child_timeline_batch.xml
index d106498e..dd55aafa 100644
--- a/my_compassion/templates/components/my2_sponsor_child_timeline_batch.xml
+++ b/my_compassion/templates/components/my2_sponsor_child_timeline_batch.xml
@@ -51,7 +51,7 @@
-
+
@@ -86,7 +86,7 @@
-
+
@@ -111,7 +111,7 @@
-
+
@@ -128,7 +128,7 @@
-
+
@@ -145,7 +145,7 @@
-
+
diff --git a/my_compassion/templates/pages/my2_child_letters.xml b/my_compassion/templates/pages/my2_child_letters.xml
index bc3d6143..4a7c81c4 100644
--- a/my_compassion/templates/pages/my2_child_letters.xml
+++ b/my_compassion/templates/pages/my2_child_letters.xml
@@ -267,7 +267,7 @@
-
+
Write a letter to a child
-
-
diff --git a/my_compassion/templates/pages/my2_children.xml b/my_compassion/templates/pages/my2_children.xml
index 6efa201e..8e8c43a6 100644
--- a/my_compassion/templates/pages/my2_children.xml
+++ b/my_compassion/templates/pages/my2_children.xml
@@ -29,7 +29,7 @@ Page: My Compassion 2 Children Page
-
+
diff --git a/my_compassion/templates/pages/my2_dashboard.xml b/my_compassion/templates/pages/my2_dashboard.xml
index 7405e1ae..a7c37799 100644
--- a/my_compassion/templates/pages/my2_dashboard.xml
+++ b/my_compassion/templates/pages/my2_dashboard.xml
@@ -16,7 +16,7 @@ Page: My Compassion 2 Dashboard Page
-
+
@@ -86,10 +86,8 @@ Page: My Compassion 2 Dashboard Page
A new letter has arrived!
-
-
-
-
+
+
Write to Your sponsored child
-
-
@@ -115,9 +111,7 @@ Page: My Compassion 2 Dashboard Page
See my terminated sponsorships
-
-
@@ -140,9 +134,7 @@ Page: My Compassion 2 Dashboard Page
My donations
-
-
@@ -166,9 +158,7 @@ Page: My Compassion 2 Dashboard Page
Translate a letter
-
-
diff --git a/my_compassion/templates/pages/my2_donation_details.xml b/my_compassion/templates/pages/my2_donation_details.xml
index b7bff7a4..1b905961 100644
--- a/my_compassion/templates/pages/my2_donation_details.xml
+++ b/my_compassion/templates/pages/my2_donation_details.xml
@@ -48,7 +48,7 @@
The reality...
-
+
@@ -58,7 +58,7 @@
With your help we can...
-
+
diff --git a/my_compassion/templates/pages/my2_gift_package.xml b/my_compassion/templates/pages/my2_gift_package.xml
index bdcdc342..67dbbd45 100644
--- a/my_compassion/templates/pages/my2_gift_package.xml
+++ b/my_compassion/templates/pages/my2_gift_package.xml
@@ -29,9 +29,9 @@
-
-
-
+
+
+
Edit Details
-
Total amount
-
+
Total amount
+
diff --git a/theme_compassion_2025/static/src/scss/base/_borders.scss b/theme_compassion_2025/static/src/scss/base/_borders.scss
index 222bab2c..12751ac9 100644
--- a/theme_compassion_2025/static/src/scss/base/_borders.scss
+++ b/theme_compassion_2025/static/src/scss/base/_borders.scss
@@ -31,3 +31,11 @@
.rounded-5 {
border-radius: 1rem !important;
}
+
+.rounded-pill {
+ border-radius: 25px !important;
+}
+
+.padding-pill {
+ padding: 10px 15px !important;
+}
diff --git a/theme_compassion_2025/templates/components/Vignette.xml b/theme_compassion_2025/templates/components/Vignette.xml
index 7dc63abc..423f7075 100644
--- a/theme_compassion_2025/templates/components/Vignette.xml
+++ b/theme_compassion_2025/templates/components/Vignette.xml
@@ -32,7 +32,7 @@
t-attf-class="card-body h-25 py-2 flex-grow-0 d-flex bg-#{bg_color} #{learn_more_text and 'rounded-0' or ''}"
>
-
+
diff --git a/theme_compassion_2025/templates/components/buttons/ThemedButton.xml b/theme_compassion_2025/templates/components/buttons/ThemedButton.xml
index fbe7a4a5..707e10d5 100644
--- a/theme_compassion_2025/templates/components/buttons/ThemedButton.xml
+++ b/theme_compassion_2025/templates/components/buttons/ThemedButton.xml
@@ -36,7 +36,9 @@
-
+
diff --git a/theme_compassion_2025/views/footer.xml b/theme_compassion_2025/views/footer.xml
index 122418f8..e21641e7 100644
--- a/theme_compassion_2025/views/footer.xml
+++ b/theme_compassion_2025/views/footer.xml
@@ -19,7 +19,7 @@
class="col-12 d-flex flex-column flex-lg-row justify-content-center align-items-center"
>