@helsenorge/designsystem-react 1.0.0-beta115 → 1.0.0-beta116
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.
|
@@ -47,6 +47,7 @@ $invertedHoverColor: #ffffff0d; //$white + '0D';
|
|
|
47
47
|
|
|
48
48
|
&--fluid {
|
|
49
49
|
width: 100%;
|
|
50
|
+
padding: 0;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
&--large {
|
|
@@ -367,13 +368,15 @@ $invertedHoverColor: #ffffff0d; //$white + '0D';
|
|
|
367
368
|
}
|
|
368
369
|
}
|
|
369
370
|
|
|
370
|
-
&--with-icon:first-child
|
|
371
|
+
&--with-icon:first-child,
|
|
372
|
+
&--fluid:first-child {
|
|
371
373
|
margin-left: 1.5rem;
|
|
372
374
|
}
|
|
373
375
|
&--with-icon:last-child {
|
|
374
376
|
margin-right: 1.5rem;
|
|
375
377
|
}
|
|
376
|
-
&--large#{&}--with-icon:first-child
|
|
378
|
+
&--large#{&}--with-icon:first-child,
|
|
379
|
+
&--large#{&}--fluid:first-child {
|
|
377
380
|
margin-left: 2.5rem;
|
|
378
381
|
}
|
|
379
382
|
&--large#{&}--with-icon:last-child {
|
package/package.json
CHANGED