選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

38 行
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. }