You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
584 B

// Trademark detail
.trademark-detail-fips-wrap { width: 100%; padding: 0; overflow: hidden; float: left;
.frame { width: 120%; height: 900px; border: 1px solid black}
.frame {
// zoom: 0.25;
-moz-transform: scale(0.8);
-moz-transform-origin: 0 0;
-o-transform: scale(0.8);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.8);
-webkit-transform-origin: 0 0;
}
}
.trademark-detail-arrow {
font-size: 40px;
}
.trademark-detail-description {
.trademark-detail-description-visual {
img {
width: 100%;
}
}
}