@arbeidstilsynet/design-css 0.10.1 → 0.10.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/dist/src/header.css +1 -8
- package/dist/src/index.css +1 -8
- package/package.json +1 -1
package/dist/src/header.css
CHANGED
|
@@ -196,7 +196,6 @@
|
|
|
196
196
|
|
|
197
197
|
@media (max-width: 48rem) {
|
|
198
198
|
.at-header {
|
|
199
|
-
height: var(--ds-size-18);
|
|
200
199
|
margin: 0;
|
|
201
200
|
padding: var(--ds-size-2) var(--ds-size-4);
|
|
202
201
|
}
|
|
@@ -206,13 +205,7 @@
|
|
|
206
205
|
|
|
207
206
|
.ds-link:has(.at-header__left) {
|
|
208
207
|
height: 100%;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
.at-header__left {
|
|
212
|
-
height: 100%;
|
|
213
|
-
margin-right: 0;
|
|
214
|
-
flex-shrink: 0;
|
|
215
|
-
align-items: flex-end;
|
|
208
|
+
align-self: flex-end;
|
|
216
209
|
}
|
|
217
210
|
|
|
218
211
|
.at-header__center {
|
package/dist/src/index.css
CHANGED
|
@@ -464,7 +464,6 @@
|
|
|
464
464
|
|
|
465
465
|
@media (max-width: 48rem) {
|
|
466
466
|
.at-header {
|
|
467
|
-
height: var(--ds-size-18);
|
|
468
467
|
margin: 0;
|
|
469
468
|
padding: var(--ds-size-2) var(--ds-size-4);
|
|
470
469
|
}
|
|
@@ -474,13 +473,7 @@
|
|
|
474
473
|
|
|
475
474
|
.ds-link:has(.at-header__left) {
|
|
476
475
|
height: 100%;
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
.at-header__left {
|
|
480
|
-
height: 100%;
|
|
481
|
-
margin-right: 0;
|
|
482
|
-
flex-shrink: 0;
|
|
483
|
-
align-items: flex-end;
|
|
476
|
+
align-self: flex-end;
|
|
484
477
|
}
|
|
485
478
|
|
|
486
479
|
.at-header__center {
|