index.module.css 300 B

1234567891011121314151617
  1. .wrapper .button {
  2. height: 24px;
  3. font-size: 12px;
  4. border-radius: 6px;
  5. }
  6. .gpt-icon {
  7. margin-right: 12px;
  8. width: 20px;
  9. height: 20px;
  10. background: url(../../assets/gpt.svg) center center no-repeat;
  11. background-size: contain;
  12. }
  13. .input {
  14. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  15. }