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 @@