prompt.css 714 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #bytm-prompt-dialog-header {
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. }
  6. #bytm-prompt-dialog-header svg {
  7. width: 24px;
  8. height: 24px;
  9. }
  10. #bytm-prompt-dialog-upper-cont,
  11. #bytm-prompt-dialog-message {
  12. font-size: 1.6rem;
  13. white-space: pre-wrap;
  14. }
  15. .bytm-prompt-type-prompt #bytm-prompt-dialog-message {
  16. margin-bottom: 15px;
  17. }
  18. #bytm-prompt-dialog-input {
  19. font-size: 1.6rem;
  20. width: 100%;
  21. }
  22. #bytm-prompt-dialog-button-wrapper {
  23. display: flex;
  24. flex-direction: row;
  25. justify-content: flex-end;
  26. align-items: end;
  27. }
  28. #bytm-prompt-dialog-buttons-cont {
  29. display: flex;
  30. flex-direction: row;
  31. gap: 15px;
  32. }
  33. .bytm-prompt-dialog-button {
  34. padding: 2px 6px;
  35. font-size: 1.45rem;
  36. }