You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
739 B

  1. <div class="ui test modal">
  2. <i class="close icon"></i>
  3. <div class="header">
  4. Profile Picture
  5. </div>
  6. <div class="content">
  7. <div class="left">
  8. <img class="ui fluid image">
  9. </div>
  10. <div class="right">
  11. <div class="ui header">Are you sure you want to upload that?</div>
  12. <p>I mean it's not really the best profile photo.</p>
  13. <p>It's resampled to like two times the size it's suppose to be. Our image detection software also says it might even be inappropriate.</p>
  14. </div>
  15. </div>
  16. <div class="actions">
  17. <div class="ui black button">
  18. Cancel
  19. </div>
  20. <div class="ui green right labeled icon button">
  21. Add Photo
  22. <i class="checkmark icon"></i>
  23. </div>
  24. </div>
  25. </div>