mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Remove unecessary id and class from product page
Stopped using `#content` on the product page - this was from GOV.UK elements. Also removed the `override-elements-content` class since the page looks the same without it.
This commit is contained in:
@@ -187,10 +187,6 @@ details .arrow {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content.override-elements-content {
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.multiple-choice input:disabled+label {
|
.multiple-choice input:disabled+label {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: $secondary-text-colour;
|
color: $secondary-text-colour;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="product-page-intro">
|
<div class="product-page-intro">
|
||||||
<div class="product-page-intro-wrapper override-elements-content" id="content">
|
<div class="product-page-intro-wrapper">
|
||||||
<nav class="breadcrumbs breadcrumbs--inverse" aria-label="Breadcrumbs">
|
<nav class="breadcrumbs breadcrumbs--inverse" aria-label="Breadcrumbs">
|
||||||
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
|
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
|
||||||
<li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
<li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
|
||||||
|
|||||||
Reference in New Issue
Block a user