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.
 
 
 
 
 
 

53 rivejä
715 B

  1. .lr-wrap {
  2. width: 400px;
  3. position: relative;
  4. margin-bottom: 10px
  5. }
  6. .lr-wrap .text {
  7. margin-top: 30px;
  8. line-height: 14px;
  9. color: #75777A;
  10. text-align: center
  11. }
  12. .lr-wrap .text div {
  13. margin-top: 10px
  14. }
  15. .lr-wrap .file {
  16. width: 400px;
  17. height: 60px;
  18. margin: auto;
  19. position: relative;
  20. overflow: hidden;
  21. padding: 16.5px 40px
  22. }
  23. #file1 {
  24. background-color: #1d1d1d
  25. }
  26. #file2 {
  27. background-color: #24A1E7
  28. }
  29. #file3 {
  30. background-color: #3286ed
  31. }
  32. .file input {
  33. position: absolute;
  34. font-size: 100px;
  35. right: 0;
  36. top: 0;
  37. opacity: 0;
  38. cursor: pointer!important
  39. }
  40. .lr-wrap img {
  41. width: 320px;
  42. height: 27px;
  43. cursor: pointer
  44. }