qc-trousse-sdg 1.3.0-develop.3 → 1.3.0-develop.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qc-trousse-sdg",
3
- "version": "1.3.0-develop.3",
3
+ "version": "1.3.0-develop.4",
4
4
  "description": "Trousse de développement du Système de design gouvernemental du Québec",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1263,7 +1263,6 @@ qc-icon {
1263
1263
  font-size: var(--qc-font-size-sm);
1264
1264
  line-height: var(--qc-line-height-sm);
1265
1265
  font-weight: var(--qc-font-weight-regular);
1266
- margin-bottom: 3.2rem;
1267
1266
  }
1268
1267
  .qc-notice .icon-container {
1269
1268
  display: flex;
@@ -1337,6 +1336,7 @@ qc-icon {
1337
1336
 
1338
1337
  qc-notice {
1339
1338
  display: block;
1339
+ margin-bottom: 3.2rem;
1340
1340
  }
1341
1341
  qc-notice h1, qc-notice h2, qc-notice h3, qc-notice h4, qc-notice h5, qc-notice h6, qc-notice [role=heading] {
1342
1342
  margin: 0;
@@ -1263,7 +1263,6 @@ qc-icon {
1263
1263
  font-size: var(--qc-font-size-sm);
1264
1264
  line-height: var(--qc-line-height-sm);
1265
1265
  font-weight: var(--qc-font-weight-regular);
1266
- margin-bottom: 3.2rem;
1267
1266
  }
1268
1267
  .qc-notice .icon-container {
1269
1268
  display: flex;
@@ -1337,6 +1336,7 @@ qc-icon {
1337
1336
 
1338
1337
  qc-notice {
1339
1338
  display: block;
1339
+ margin-bottom: 3.2rem;
1340
1340
  }
1341
1341
  qc-notice h1, qc-notice h2, qc-notice h3, qc-notice h4, qc-notice h5, qc-notice h6, qc-notice [role=heading] {
1342
1342
  margin: 0;
@@ -69953,7 +69953,7 @@
69953
69953
  customElements.define("qc-doc-exemple", create_custom_element(Exemple, {"caption":{"attribute":"caption"},"codeTargetId":{"attribute":"code-target-id"},"hideCode":{"attribute":"hide-code","type":"Boolean"},"rawCode":{"attribute":"raw-code"}}, [], [], false));
69954
69954
 
69955
69955
  if (document.getElementById("version")) {
69956
- document.getElementById("version").textContent = `v1.3.0-develop.3`;
69956
+ document.getElementById("version").textContent = `v1.3.0-develop.4`;
69957
69957
  }
69958
69958
 
69959
69959
  // Show maskable "general alert" component
@@ -16,7 +16,7 @@
16
16
  background-color: token-value(color,white);
17
17
  word-break: break-word;
18
18
  @include content-font(sm);
19
- margin-bottom: rem(4 * $base-spacer);
19
+
20
20
 
21
21
  .icon-container {
22
22
  display: flex;
@@ -86,5 +86,6 @@ qc-notice {
86
86
  }
87
87
  }
88
88
  }
89
+ margin-bottom: rem(4 * $base-spacer);
89
90
 
90
91
  }