design: increase example chip size (padding 20px, font 1rem, min-height 80px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 17:51:48 +09:00
co-authored by Claude Sonnet 4.6
parent b89bca605a
commit 727c76beb4
+5 -5
View File
@@ -582,20 +582,20 @@ footer { display: none !important; }
min-width: 0 !important; min-width: 0 !important;
} }
.example-chip-btn button { .example-chip-btn button {
border-radius: 14px !important; border-radius: 16px !important;
border: 1.5px solid #e8edf4 !important; border: 1.5px solid #e8edf4 !important;
background: #ffffff !important; background: #ffffff !important;
color: #1e293b !important; color: #1e293b !important;
padding: 14px 18px !important; padding: 20px 22px !important;
font-size: .875rem !important; font-size: 1rem !important;
font-weight: 400 !important; font-weight: 400 !important;
line-height: 1.5 !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; white-space: normal !important;
text-align: left !important; text-align: left !important;
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
min-height: 60px !important; min-height: 80px !important;
justify-content: flex-start !important; justify-content: flex-start !important;
transition: all .2s ease !important; transition: all .2s ease !important;
} }