-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-index-rtl.css
More file actions
1 lines (1 loc) · 2.93 KB
/
style-index-rtl.css
File metadata and controls
1 lines (1 loc) · 2.93 KB
1
.hey-woo-page{box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:calc(100vh - 32px);margin:0 auto;max-width:860px;padding:0 16px}.hey-woo-chat-header{border-bottom:1px solid #ddd;flex-shrink:0;padding:20px 0 12px}.hey-woo-chat-header__title{color:#1e1e1e;font-size:20px;font-weight:600;margin:0 0 4px}.hey-woo-chat-header__subtitle{color:#757575;font-size:13px;margin:0}.hey-woo-messages{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px 0}.hey-woo-messages__empty{color:#757575;font-size:14px;line-height:1.6;margin:auto;max-width:400px;text-align:center}.hey-woo-bubble{border-radius:12px;font-size:14px;line-height:1.55;max-width:76%;padding:10px 14px}.hey-woo-bubble__role{display:block;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;opacity:.65;text-transform:uppercase}.hey-woo-bubble__content{margin:0;white-space:pre-wrap;word-break:break-word}.hey-woo-bubble--user{align-self:flex-end;background:#007cba;color:#fff}.hey-woo-bubble--user .hey-woo-bubble__role{color:hsla(0,0%,100%,.8)}.hey-woo-bubble--assistant{align-self:flex-start;background:#f0f0f1;color:#1e1e1e}.hey-woo-bubble--typing{padding:12px 16px}.hey-woo-typing-indicator{align-items:center;display:inline-flex;gap:4px;height:18px}.hey-woo-typing-indicator span{animation:hey-woo-bounce 1.2s ease-in-out infinite;background:#757575;border-radius:50%;height:6px;width:6px}.hey-woo-typing-indicator span:first-child{animation-delay:0s}.hey-woo-typing-indicator span:nth-child(2){animation-delay:.2s}.hey-woo-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes hey-woo-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.hey-woo-input{border-top:1px solid #ddd;display:flex;flex-shrink:0;gap:8px;padding:12px 0 16px}.hey-woo-input__textarea{border:1px solid #8c8f94;border-radius:4px;box-sizing:border-box;flex:1;font-family:inherit;font-size:14px;line-height:1.4;padding:8px 12px;resize:none}.hey-woo-input__textarea:focus{border-color:#007cba;outline:2px solid #007cba;outline-offset:0}.hey-woo-input__textarea:disabled{background:#f0f0f1;cursor:not-allowed}.hey-woo-input__send{align-self:flex-end;white-space:nowrap}.hey-woo-error-bar{align-items:center;background:#fcf0f1;border:1px solid #cc1818;border-radius:4px;color:#cc1818;display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:10px 14px}.hey-woo-error-bar__dismiss{background:none;border:none;color:#cc1818;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.hey-woo-state{align-items:center;display:flex;flex:1;flex-direction:column;gap:16px;justify-content:center;padding:40px 24px;text-align:center}.hey-woo-state__icon{font-size:48px;line-height:1}.hey-woo-state__heading{color:#1e1e1e;font-size:20px;font-weight:600;margin:0}.hey-woo-state__message{color:#50575e;font-size:14px;line-height:1.6;margin:0;max-width:440px}.hey-woo-state__cta{margin-top:8px}