2023-03-28 16:08:09 -04:00
|
|
|
body:not(.category-header) {
|
|
|
|
// hides banners based on outcome of shouldShow
|
|
|
|
.category-header-banner {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-11 13:19:51 -05:00
|
|
|
div[class^="category-title-header"] {
|
2018-04-26 01:25:49 -04:00
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
2020-09-27 11:26:40 +02:00
|
|
|
|
2018-04-26 01:25:49 -04:00
|
|
|
.category-title-contents {
|
|
|
|
max-width: 500px;
|
2019-04-10 00:11:08 -04:00
|
|
|
padding: 40px;
|
2020-09-27 11:26:40 +02:00
|
|
|
|
|
|
|
.d-icon-lock {
|
2022-02-09 15:24:56 -06:00
|
|
|
height: 0.75em;
|
|
|
|
width: 0.75em;
|
2023-03-30 13:10:47 -04:00
|
|
|
vertical-align: 0;
|
2018-06-11 13:54:15 -04:00
|
|
|
}
|
2023-03-30 13:10:47 -04:00
|
|
|
}
|
2020-09-27 11:26:40 +02:00
|
|
|
|
2023-03-30 13:10:47 -04:00
|
|
|
.category-title-description {
|
|
|
|
a,
|
|
|
|
a:visited {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
2019-04-10 00:11:08 -04:00
|
|
|
}
|
2023-03-30 13:10:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
// styles that impact the category icons theme component
|
|
|
|
|
|
|
|
.category-icon-widget-wrapper {
|
|
|
|
display: inline-block;
|
2020-11-30 11:46:44 -03:00
|
|
|
|
|
|
|
.category-icon-widget {
|
2023-03-28 16:08:09 -04:00
|
|
|
display: flex;
|
2020-11-30 11:46:44 -03:00
|
|
|
.category-icon {
|
2023-03-28 16:08:09 -04:00
|
|
|
display: flex;
|
2023-03-30 13:10:47 -04:00
|
|
|
@if $override_category_icon_color == "true" {
|
|
|
|
color: currentColor !important; // overrides inline style
|
|
|
|
}
|
2020-11-30 11:46:44 -03:00
|
|
|
.d-icon {
|
2023-03-28 16:08:09 -04:00
|
|
|
height: 0.75em;
|
|
|
|
width: 0.75em;
|
2020-11-30 11:46:44 -03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-04-10 00:11:08 -04:00
|
|
|
}
|
2018-04-26 01:25:49 -04:00
|
|
|
}
|