diff --git a/odex25_ensan/odex_takaful/views/assets.xml b/odex25_ensan/odex_takaful/views/assets.xml index c8c731dab..4796e3b81 100644 --- a/odex25_ensan/odex_takaful/views/assets.xml +++ b/odex25_ensan/odex_takaful/views/assets.xml @@ -29,12 +29,12 @@ direction: ltr; } - /* Record Type Simple & Genius Design */ + /* Record Type Simple & Clean Design */ .o_record_type_simple { background: #f8f9fa; - padding: 20px; + padding: 10px; border-radius: 8px; - margin: 15px 0; + margin: 10px 0; text-align: center; } @@ -42,7 +42,7 @@ display: flex; justify-content: center; gap: 20px; - margin-top: 15px; + margin-top: 5px; } .record_option { @@ -86,17 +86,19 @@ /* Donation Mechanism Simple Design */ .o_donation_mechanism_simple { - margin: 15px 0; - padding: 15px; + margin: 10px 0; + padding: 10px; background: #fff8e1; border-radius: 6px; border-left: 4px solid #ffc107; + text-align: center; } .mechanism_options { display: flex; + justify-content: center; gap: 15px; - margin-top: 10px; + margin-top: 5px; } .mechanism_option { @@ -122,64 +124,6 @@ background: #fff3e0; color: #e65100; } - - /* Progress Indicator */ - .o_progress_section { - background: #f1f3f4; - padding: 15px; - border-radius: 6px; - margin: 15px 0; - } - - .o_progress_indicator { - display: flex; - justify-content: center; - gap: 30px; - margin-bottom: 15px; - } - - .step { - display: flex; - flex-direction: column; - align-items: center; - gap: 5px; - opacity: 0.5; - transition: opacity 0.3s ease; - } - - .step.active { - opacity: 1; - } - - .step i { - font-size: 20px; - color: #28a745; - } - - .step span { - font-size: 12px; - font-weight: 500; - } - - /* Help Messages */ - .o_help_messages { - text-align: center; - } - - .o_help_message { - display: flex; - align-items: center; - justify-content: center; - gap: 8px; - padding: 8px 15px; - background: white; - border-radius: 4px; - font-size: 14px; - } - - .o_help_message i { - font-size: 16px; - }