Difference between revisions of "Template:UrbanTundra Edmonton/ResearchPages"

Line 50: Line 50:
 
/* this is the icon for when the content is collapsed */
 
/* this is the icon for when the content is collapsed */
 
.plus::before {
 
.plus::before {
content: "+";  
+
content: "+"; transition: all 0.4s ease;
 
}
 
}
 
/* this is the icon for when the content is expanded */
 
/* this is the icon for when the content is expanded */
 
.less::before {
 
.less::before {
content: "–";  
+
content: "–"; transition: all 0.4s ease;
 
}
 
}
  

Revision as of 22:36, 9 October 2016