From 8ae257fcde3e0dec57f21feb81fafd8eccdcb144 Mon Sep 17 00:00:00 2001 From: Meri-MG Date: Tue, 9 Sep 2025 14:08:26 +0400 Subject: [PATCH] Update donation instructions --- app/assets/stylesheets/_base.scss | 8 +++ app/views/donations/how_to_donate.html.erb | 51 +++++++++++++++---- .../sponsor_individual_student.html.erb | 48 ++++++++++++++--- 3 files changed, 89 insertions(+), 18 deletions(-) diff --git a/app/assets/stylesheets/_base.scss b/app/assets/stylesheets/_base.scss index 235607f..5bc910d 100644 --- a/app/assets/stylesheets/_base.scss +++ b/app/assets/stylesheets/_base.scss @@ -79,6 +79,14 @@ ul { .click_donate { margin: 2rem 0 2rem 0; } + + .donate_method { + border: 1px solid #ddd; + padding: 16px; + border-radius: 8px; + margin-bottom: 16px; + background-color: #f9f9f9; + } } .reg_button { diff --git a/app/views/donations/how_to_donate.html.erb b/app/views/donations/how_to_donate.html.erb index 61e6620..fceb922 100644 --- a/app/views/donations/how_to_donate.html.erb +++ b/app/views/donations/how_to_donate.html.erb @@ -1,15 +1,46 @@
-
\ No newline at end of file + diff --git a/app/views/students/sponsor_individual_student.html.erb b/app/views/students/sponsor_individual_student.html.erb index aa74f49..6a7d407 100644 --- a/app/views/students/sponsor_individual_student.html.erb +++ b/app/views/students/sponsor_individual_student.html.erb @@ -1,14 +1,46 @@