Difference between revisions of "Team:NUS Singapore-A/Templates/Style"

Line 250: Line 250:
  
 
.accordion:after {
 
.accordion:after {
   content: "+";
+
   font-family: FontAwesome;
 
   font-size: 27px;
 
   font-size: 27px;
 
   font-weight: 800;
 
   font-weight: 800;
 
   color: #fff;
 
   color: #fff;
 +
  content: "\f067"
 
   float: right;
 
   float: right;
 
   margin-left: 5px;
 
   margin-left: 5px;
Line 260: Line 261:
 
/* Not sure why this function does not work. Need to check */
 
/* Not sure why this function does not work. Need to check */
 
.active:after {
 
.active:after {
   content: "-";
+
  font-family: FontAwesome;
 +
   content: "\f068";
 
}
 
}
 
.accordion-closer{
 
.accordion-closer{

Revision as of 19:01, 11 October 2018