File.less 747 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .file {
  2. width: 20vh;
  3. height: 20vh;
  4. border-radius: 15px;
  5. text-align: center;
  6. }
  7. .file-over {
  8. width: 20vh;
  9. height: 20vh;
  10. border-radius: 15px;
  11. background-color: rgba(145, 229, 255, 0.63);
  12. text-align: center;
  13. border: 3px solid rgba(80, 167, 255, 0.76);
  14. }
  15. .file-options {
  16. float: right;
  17. margin-right: 1vh;
  18. margin-top: 0.5vh;
  19. border-radius: 5px;
  20. background-color: rgba(230, 247, 255, 0.76);
  21. color: white;
  22. font-weight: bold;
  23. }
  24. .file-logo {
  25. font-size: 8vh;
  26. margin-top: 1vh;
  27. }
  28. .file-name {
  29. font-size: 20px;
  30. font-weight: bolder;
  31. text-align: center;
  32. margin-top: 1vh;
  33. }
  34. .file-date {
  35. text-align: center;
  36. color: rgba(0, 0, 0, .25)
  37. }
  38. .dropdown-link {
  39. color: rgba(80, 167, 255, 0.76);
  40. font-weight: bold;
  41. }