!important everything except font-family in frontend stylesheet
This commit is contained in:
@@ -1,30 +1,21 @@
|
|||||||
/* SportsPress Templates */
|
/* 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.
|
* This stylesheet can be disabled via SportsPress General Settings.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.sp-template *,
|
.sp-template *,
|
||||||
.sp-data-table *,
|
.sp-data-table *,
|
||||||
.sp-table-caption {
|
.sp-table-caption {
|
||||||
|
font-family: "Roboto", "Helvetica", sans-serif;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
font-family: "Roboto", "Helvetica", sans-serif !important;
|
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
letter-spacing: normal !important;
|
letter-spacing: normal !important;
|
||||||
color: #333 !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 {
|
.sp-template {
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
margin-bottom: 20px !important;
|
margin-bottom: 20px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user