123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* Authors : Carlos C. Corrada-Bravo
- David J. Ortiz-Rivera
-
- Organization : Centro de Desarrollo y Consultoria Computacional
- Project : OPASO Material Registry
- File : hazards.css
- Description : Styling for hazards page */
-
- .header-wrapper{
- padding-bottom: 20px;
- }
-
- .ghs-codes{
- display: none;
- }
-
- .ghs{
- padding: 7.5px;
- cursor: pointer;
- border-radius: 2.5px;
- color: #202124;
- border: 1px solid rgb(218,220,224);
- }
-
- .ghs-wrapper{
- float: left;
- padding: 7.5px;
- padding-left: 0px;
- display: inline-block;
- }
-
- .description{
- color: #202124;
- }
-
- .hazard{
- display: none;
- min-height: 100%;
- }
-
- .download{
- margin-right: 0px;
- }
-
- td[value=lab_room]{
- text-align: left;
- }
-
- @media screen and (max-width: 991px){
- .ghs-wrapper{
- padding-top: 0;
- }
-
- .download{
- margin-bottom: 0px;
- }
- }
|