Proyecto en colaboración con OPASO

hazards.css 868B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* Authors : Carlos C. Corrada-Bravo
  2. David J. Ortiz-Rivera
  3. Organization : Centro de Desarrollo y Consultoria Computacional
  4. Project : OPASO Material Registry
  5. File : hazards.css
  6. Description : Styling for hazards page */
  7. .header-wrapper{
  8. padding-bottom: 20px;
  9. }
  10. .ghs-codes{
  11. display: none;
  12. }
  13. .ghs{
  14. padding: 7.5px;
  15. cursor: pointer;
  16. border-radius: 2.5px;
  17. color: #202124;
  18. border: 1px solid rgb(218,220,224);
  19. }
  20. .ghs-wrapper{
  21. float: left;
  22. padding: 7.5px;
  23. padding-left: 0px;
  24. display: inline-block;
  25. }
  26. .description{
  27. color: #202124;
  28. }
  29. .hazard{
  30. display: none;
  31. min-height: 100%;
  32. }
  33. .download{
  34. margin-right: 0px;
  35. }
  36. td[value=lab_room]{
  37. text-align: left;
  38. }
  39. @media screen and (max-width: 991px){
  40. .ghs-wrapper{
  41. padding-top: 0;
  42. }
  43. .download{
  44. margin-bottom: 0px;
  45. }
  46. }