diff --git a/app/assets/stylesheets/origami.scss b/app/assets/stylesheets/origami.scss index 623a4618..0ec6fc4c 100755 --- a/app/assets/stylesheets/origami.scss +++ b/app/assets/stylesheets/origami.scss @@ -396,3 +396,13 @@ i.logout_icon{ color: #fff !important; background-color: #5DADE2 !important; } + +/* Start Is Member Modal */ +#is_memberModal .modal-body { + height: 200px !important; +} + +#is_memberModal .btn { + width: 80%; +} +/* End Is Member Modal */ \ No newline at end of file diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb index 46c7b2ba..55d0b19b 100755 --- a/app/views/origami/payments/show.html.erb +++ b/app/views/origami/payments/show.html.erb @@ -424,16 +424,29 @@