diff --git a/app.py b/app.py index 11b7687..e42dcbd 100644 --- a/app.py +++ b/app.py @@ -582,20 +582,20 @@ footer { display: none !important; } min-width: 0 !important; } .example-chip-btn button { - border-radius: 14px !important; + border-radius: 16px !important; border: 1.5px solid #e8edf4 !important; background: #ffffff !important; color: #1e293b !important; - padding: 14px 18px !important; - font-size: .875rem !important; + padding: 20px 22px !important; + font-size: 1rem !important; font-weight: 400 !important; line-height: 1.5 !important; - box-shadow: 0 1px 6px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.02) !important; + box-shadow: 0 2px 8px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.02) !important; white-space: normal !important; text-align: left !important; width: 100% !important; height: 100% !important; - min-height: 60px !important; + min-height: 80px !important; justify-content: flex-start !important; transition: all .2s ease !important; }