AiChatModal.module.scss 333 B

123456789101112131415161718192021
  1. @use '@growi/core-styles/scss/bootstrap/init' as bs;
  2. @use '@growi/ui/scss/atoms/btn-muted';
  3. .rag-search-modal :global {
  4. .textarea-ask {
  5. max-height: 30vh;
  6. }
  7. .btn-submit {
  8. font-size: 1.1em;
  9. }
  10. }
  11. // == Colors
  12. .rag-search-modal :global {
  13. .btn-submit {
  14. @include btn-muted.colorize(bs.$purple, bs.$purple);
  15. }
  16. }