diff --git a/odex25_ensan/odex_takaful/views/assets.xml b/odex25_ensan/odex_takaful/views/assets.xml index 4796e3b81..132372962 100644 --- a/odex25_ensan/odex_takaful/views/assets.xml +++ b/odex25_ensan/odex_takaful/views/assets.xml @@ -32,9 +32,9 @@ /* Record Type Simple & Clean Design */ .o_record_type_simple { background: #f8f9fa; - padding: 10px; + padding: 8px 15px; border-radius: 8px; - margin: 10px 0; + margin: 0; text-align: center; } @@ -86,8 +86,8 @@ /* Donation Mechanism Simple Design */ .o_donation_mechanism_simple { - margin: 10px 0; - padding: 10px; + margin: 8px 0; + padding: 8px 15px; background: #fff8e1; border-radius: 6px; border-left: 4px solid #ffc107; @@ -124,6 +124,26 @@ background: #fff3e0; color: #e65100; } + + /* Help Messages Styling */ + .alert { + margin: 8px 0; + padding: 8px 15px; + border-radius: 6px; + font-size: 14px; + } + + .alert-info { + background-color: #e8f4fd; + border: 1px solid #bee5eb; + color: #0c5460; + } + + .alert-primary { + background-color: #cce7ff; + border: 1px solid #b3d7ff; + color: #004085; + }