prompt.css 436 B

123456789101112131415161718192021222324252627
  1. #bytm-prompt-dialog-header svg {
  2. width: 24px;
  3. height: 24px;
  4. }
  5. #bytm-prompt-dialog-message {
  6. font-size: 1.8rem;
  7. margin-bottom: 15px;
  8. }
  9. #bytm-prompt-dialog-button-wrapper {
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: flex-end;
  13. align-items: end;
  14. }
  15. #bytm-prompt-dialog-buttons-cont {
  16. display: flex;
  17. flex-direction: row;
  18. gap: 15px;
  19. }
  20. .bytm-prompt-dialog-button {
  21. padding: 3px 6px;
  22. font-size: 1.5rem;
  23. }