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

Line 231: Line 231:
 
   text-align: justify;
 
   text-align: justify;
 
   max-width: 100%;
 
   max-width: 100%;
}
 
.panel-inside {
 
 
 
 
}
 
}
  
Line 247: Line 244:
 
/* 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: "";
+
   content: "-";
 +
}
 +
.accordion-closer{
 +
  background-color: #ed1144;
 +
  color: #fff;
 +
  cursor: pointer;
 +
  padding: 15px;
 +
  width: 100%;
 +
  text-align: left;
 +
  border-bottom: 5px solid #a80d31;
 +
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
 +
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
 +
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
 +
  outline: none;
 +
  font-family: "Montserrat", sans-serif;
 +
  font-weight: 400;
 +
  font-size: 20px;
 +
}
 +
.accordion-closer:hover {
 +
  font: bold 20px "Montserrat", sans-serif;
 +
  background-color: #a80d31;
 
}
 
}
  

Revision as of 15:52, 11 October 2018