!important everything except font-family in frontend stylesheet
This commit is contained in:
@@ -1,30 +1,21 @@
|
||||
/* SportsPress Templates */
|
||||
|
||||
/*
|
||||
* Note: !important everything to enforce overrides.
|
||||
* Note: !important everything except font-family to enforce overrides.
|
||||
* This stylesheet can be disabled via SportsPress General Settings.
|
||||
*/
|
||||
|
||||
.sp-template *,
|
||||
.sp-data-table *,
|
||||
.sp-table-caption {
|
||||
font-family: "Roboto", "Helvetica", sans-serif;
|
||||
box-sizing: border-box !important;
|
||||
font-family: "Roboto", "Helvetica", sans-serif !important;
|
||||
font-weight: 400 !important;
|
||||
text-transform: none !important;
|
||||
letter-spacing: normal !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.sp-template .dashicons {
|
||||
font-family: dashicons !important;
|
||||
}
|
||||
|
||||
.sp-template [class^="sp-icon-"],
|
||||
.sp-template [class*=" sp-icon-"] {
|
||||
font-family: sportspress, dashicons !important;
|
||||
}
|
||||
|
||||
.sp-template {
|
||||
overflow: hidden !important;
|
||||
margin-bottom: 20px !important;
|
||||
|
||||
Reference in New Issue
Block a user