mp-design-system 1.2.1 → 1.2.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/package.json
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
@include padding-left('l');
|
8
8
|
position: relative;
|
9
9
|
@include step(-1);
|
10
|
+
box-decoration-break: clone;
|
11
|
+
-webkit-box-decoration-break: clone;
|
10
12
|
|
11
13
|
&:before {
|
12
14
|
transform: translateY(-50%);
|
@@ -92,11 +94,9 @@
|
|
92
94
|
}
|
93
95
|
}
|
94
96
|
|
95
|
-
.c-off-canvas {
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
margin-left: 0;
|
100
|
-
}
|
97
|
+
.c-off-canvas .c-checkbox-group {
|
98
|
+
&> * {
|
99
|
+
width: 100%;
|
100
|
+
margin-left: 0;
|
101
101
|
}
|
102
102
|
}
|
@@ -7,10 +7,10 @@
|
|
7
7
|
{% endif %}
|
8
8
|
|
9
9
|
<div>
|
10
|
-
<div id="{{ params.target.id }}" class="u-flow--m">
|
10
|
+
<div id="{{ params.target.id }}" class="c-checkbox-group u-flow--m">
|
11
11
|
<label class="c-label" data-off-canvas="header">{{ params.header }}</label>
|
12
|
-
<div class="o-grid o-grid--of-three
|
13
|
-
{% for _ in ["3D structure / imaging", "Binding affinity", "Binding kinetics", "Chemical identification", "Contaminant detection and analysis", "Crystal structure determination", "Elemental analysis", "Elemental quantification", "Enzyme kinetics", "Epitaxy analysis"
|
12
|
+
<div class="o-grid o-grid--of-three" data-off-canvas="main">
|
13
|
+
{% for _ in ["3D structure / imaging", "Binding affinity", "Binding kinetics", "Chemical identification", "Contaminant detection and analysis", "Crystal structure determination", "Elemental analysis", "Elemental quantification", "Enzyme kinetics", "Epitaxy analysis"] %}
|
14
14
|
<div>
|
15
15
|
{{ checkbox({
|
16
16
|
label: _,
|