Difference between revisions of "Team:UCSC/CSS"

Line 195: Line 195:
 
/*===== BASIC PAGE CLASSES =====*/
 
/*===== BASIC PAGE CLASSES =====*/
  
.flex-row, .section-title, .flex-col .section-title, .flex-row p:not(.image-inpage-title):not(.p-title), .p-2-title, p-3-title {
+
.flex-row, .section-title, .flex-col .section-title, .flex-row p:not(.image-inpage-title):not(.p-title){
 
/*  font-family: var(--main-txt-font) !important; */
 
/*  font-family: var(--main-txt-font) !important; */
 
   font-size: 1em !important;  
 
   font-size: 1em !important;  
Line 209: Line 209:
 
   font-size: 1.25em !important;
 
   font-size: 1.25em !important;
 
   color: var(--sectionTitle-txt-color, #0C5798);
 
   color: var(--sectionTitle-txt-color, #0C5798);
 +
}
 +
 +
.p-2-title{
 +
  font-size: 1.1em !important;
 +
  color: var(--sectionTitle-txt-color, #0C5798);
 +
}
 +
 +
.p-3-title{
 +
  font-size: 1em !important;
 +
  color: var(--sectionTitle-txt-color, #0C5798);
 
}
 
}
  

Revision as of 17:00, 21 August 2018