Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/oag.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

/* OAG Report type label colors */
--oag-report-01: #852828;
--oag-report-02: #977E42;
--oag-report-02: #8C7337;
--oag-report-03: #005e59;
--oag-report-04: #6c8a5a;
--oag-report-04: #617f4f;

/* OAG Neutral colors */
--oag-neutral-01: #ebd9ab;
Expand Down Expand Up @@ -736,7 +736,7 @@
&[data-report-type='special-examinations'],
&[data-report-type='other-products'] {
background: var(--oag-report-02);
color: #333;
color: #fff;
}

~ time {
Expand Down Expand Up @@ -989,8 +989,8 @@

.form-group > label, fieldset > legend {
/* Label styling for filter fields */
color: var(--oag-default-border-color);
font-weight: 100;
color: var(--oag-footer);
font-weight: 300;
font-size: .85em;
}

Expand Down
8 changes: 6 additions & 2 deletions examples/content-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ <h2 id="labels">Libellés</h2>
<p><span class="label label-default" data-report-type="auditor-general-reports">Libellé Auditor general reports</span></p>
<p><span class="label label-default" data-report-type="commissioner-of-the-environment-and-sustainable-development-reports">Libellé Rapports du commissaire à l'environnement et au développement durable</span></p>
<p><span class="label label-default" data-report-type="northern-legislative-assembly-reports">Libellé Rapports des assemblées législatives du Nord</span></p>
<p><span class="label label-default" data-report-type="special-examinations-of-crown-corporations">Libellé Rapports d’examen spécial des sociétés d’État</span></p>
<p><span class="label label-default" data-report-type="special-examinations">Examens spéciaux</span></p>
<p><span class="label label-default" data-report-type="commentaries-on-financial-audits">Commentaires sur les audits financiers</span></p>
<p><span class="label label-default" data-report-type="other-products">Autres produits</span></p>

<details class="mt-3">
<summary>Code</summary>
Expand All @@ -146,7 +148,9 @@ <h2 id="labels">Libellés</h2>
&lt;p>&lt;span class="label label-default" data-report-type="auditor-general-reports">Libellé Rapports du vérificateur général&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="commissioner-of-the-environment-and-sustainable-development-reports">Libellé Rapports du commissaire à l'environnement et au développement durable&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="northern-legislative-assembly-reports">Libellé Rapports des assemblées législatives du Nord&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="special-examinations-of-crown-corporations">Libellé Rapports d’examen spécial des sociétés d’État&lt;/span>&lt;/p></code></pre>
&lt;p>&lt;span class="label label-default" data-report-type="special-examinations">Examens spéciaux&lt;/span>&lt;/p></code></pre>
&lt;p>&lt;span class="label label-default" data-report-type="commentaries-on-financial-audits">Commentaires sur les audits financiers&lt;/span>&lt;/p></code></pre>
&lt;p>&lt;span class="label label-default" data-report-type="other-products>Autres produits&lt;/span>&lt;/p></code></pre>
</details>

<h2 id="tabbed-interface">Interface à onglets - variante verticale</h2>
Expand Down
8 changes: 6 additions & 2 deletions examples/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,15 +481,19 @@ <h2 class="oag-dark" id="labels">Labels</h2>
<p><span class="label label-default" data-report-type="auditor-general-reports">Auditor general reports label</span></p>
<p><span class="label label-default" data-report-type="commissioner-of-the-environment-and-sustainable-development-reports">Commissioner of the environment and sustainable development reports label</span></p>
<p><span class="label label-default" data-report-type="northern-legislative-assembly-reports">Northern legislative assembly reports label</span></p>
<p><span class="label label-default" data-report-type="special-examinations-of-crown-corporations">Special examinations of crown corporations</span></p>
<p><span class="label label-default" data-report-type="special-examinations">Special examinations</span></p>
<p><span class="label label-default" data-report-type="commentaries-on-financial-audits">Commentaries on financial audits</span></p>
<p><span class="label label-default" data-report-type="other-products">Other products</span></p>
<details class="mt-3">
<summary>Code</summary>
<pre><code>&lt;p>&lt;span class="label label-default">Default label&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-primary">Primary label&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="auditor-general-reports">Auditor general reports label&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="commissioner-of-the-environment-and-sustainable-development-reports">Commissioner of the environment and sustainable development reports label&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="northern-legislative-assembly-reports">Northern legislative assembly reports label&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="special-examinations-of-crown-corporations">Special examinations of crown corporations&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="special-examinations">Special examinations&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="commentaries-on-financial-audits">Commentaries on financial audits&lt;/span>&lt;/p>
&lt;p>&lt;span class="label label-default" data-report-type="other-products">Other products&lt;/span>&lt;/p>
</code></pre>
</details>

Expand Down
Loading