Add description
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
@keyframes slide-in-opacity {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
// Leave only necessary sections id
|
||||
#projector_longdescription,
|
||||
#projector_dictionary,
|
||||
#projector_enclosures,
|
||||
#projector_warranty,
|
||||
#product_questions_list,
|
||||
#opinions_section,
|
||||
#projector_blog,
|
||||
#products_associated_zone1 {
|
||||
display: none;
|
||||
animation: slide-in-opacity .3s ease;
|
||||
padding-top: 5rem;
|
||||
|
||||
&.idm-active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,20 +103,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Leave only necessary sections id
|
||||
#projector_longdescription,
|
||||
#projector_dictionary,
|
||||
#projector_enclosures,
|
||||
#projector_warranty,
|
||||
#product_questions_list,
|
||||
#opinions_section,
|
||||
#projector_blog,
|
||||
#products_associated_zone1 {
|
||||
display: none;
|
||||
animation: slide-in-opacity .3s ease;
|
||||
padding-top: 5rem;
|
||||
|
||||
&.idm-active {
|
||||
display: block;
|
||||
@keyframes slide-in-opacity {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user