@ons/design-system 47.0.0 → 48.0.2
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/components/button/_button.scss +76 -2
- package/components/error/_macro.njk +0 -1
- package/components/header/_header-nav.scss +22 -1
- package/components/header/_header.scss +12 -20
- package/components/header/_macro.njk +65 -16
- package/components/header/header-nav.dom.js +9 -0
- package/components/header/header-nav.js +5 -2
- package/components/lists/_macro.njk +14 -16
- package/components/modal/_macro.njk +15 -13
- package/components/modal/_modal.scss +17 -0
- package/components/modal/modal.js +15 -2
- package/components/panel/_macro.njk +3 -8
- package/components/panel/_panel.scss +5 -3
- package/css/census.css +1 -1
- package/css/main.css +1 -1
- package/js/timeout.js +2 -2
- package/package.json +1 -1
- package/scripts/main.es5.js +1 -1
- package/scripts/main.js +1 -1
- package/scss/objects/_spacing.scss +1 -0
|
@@ -213,9 +213,10 @@
|
|
|
213
213
|
margin-top: -15% !important;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&__icon + &__body {
|
|
219
|
+
padding-left: 2rem;
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
&--bare & {
|
|
@@ -228,6 +229,7 @@
|
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
231
|
|
|
232
|
+
&--info,
|
|
231
233
|
&--bare,
|
|
232
234
|
&--success,
|
|
233
235
|
&--warn,
|