index.less 353 B

12345678910111213141516171819202122232425262728
  1. .at-image-picker__remove-btn {
  2. display: none;
  3. }
  4. .logbt {
  5. margin-left: 30px;
  6. text-decoration: underline;
  7. color: #4e6ef2;
  8. }
  9. .option {
  10. width: 50%;
  11. margin: 50px auto;
  12. }
  13. .statusicon {
  14. position: absolute;
  15. right: 0;
  16. top: 100px;
  17. width: 222px;
  18. height: 197px;
  19. }
  20. textarea {
  21. background: #D7D7D7;
  22. padding: 20px;
  23. border-radius: 20px;
  24. }