No edit summary
Tag: Reverted
Undo revision 41725 by JakeL (talk)
Tag: Undo
Line 190: Line 190:
.crw-panel-body {
.crw-panel-body {
   padding: 16px;
   padding: 16px;
}
.crw-panel-body p {
  margin: 0;
  padding: 0;
}
}


Line 201: Line 196:
   grid-template-columns: repeat(3, 1fr);
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   gap: 16px;
  margin-bottom: 24px;
}
}


Line 264: Line 260:


.crw-article-title {
.crw-article-title {
   font-size: 17px;
   font-size: 15px;
   font-weight: bold;
   font-weight: bold;
   color: #004080;
   color: #004080;
Line 282: Line 278:


.crw-article-desc {
.crw-article-desc {
   font-size: 14px;
   font-size: 13px;
   color: #444444;
   color: #444444;
   line-height: 1.5;
   line-height: 1.5;
Line 597: Line 593:
   html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
   html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; }
   html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
   html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; }
}
.crw-article-info {
  text-align: center;
}
}