25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
602 B

  1. .custom-file-input{
  2. display: none !important;
  3. }
  4. #alertBox{
  5. position: fixed;
  6. width: 100%;
  7. z-index: 10000;
  8. }
  9. .alert {
  10. z-index: 10000;
  11. position: absolute;
  12. width: 100%;
  13. }
  14. .hide{
  15. display: none !important;
  16. }
  17. .progress{
  18. position: absolute;
  19. width: 100%;
  20. z-index: 10000;
  21. }
  22. .cardThumbnailImage{
  23. z-index: 5;
  24. /* transition: transform .4s ease-out !important; */
  25. }
  26. .option-menu{
  27. display: block;
  28. visibility: hidden;
  29. }
  30. .cardThumbnailImage:hover +.option-menu,.option-menu:hover {
  31. transform: translate(0, 4em) !important;
  32. visibility: visible;
  33. }