@navikt/ds-css 4.7.2 → 4.7.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/CHANGELOG.md +8 -0
- package/chips.css +2 -2
- package/copybutton.css +2 -2
- package/date.css +2 -3
- package/dist/component/chips.css +2 -2
- package/dist/component/chips.min.css +1 -1
- package/dist/component/copybutton.css +2 -2
- package/dist/component/copybutton.min.css +1 -1
- package/dist/component/date.css +2 -2
- package/dist/component/date.min.css +1 -1
- package/dist/component/expansioncard.css +1 -1
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.css +44 -44
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +83 -82
- package/dist/component/index.min.css +2 -2
- package/dist/component/internalheader.css +1 -1
- package/dist/component/internalheader.min.css +1 -1
- package/dist/component/list.css +1 -1
- package/dist/component/list.min.css +1 -1
- package/dist/component/readmore.css +6 -6
- package/dist/component/readmore.min.css +1 -1
- package/dist/component/stepper.css +1 -1
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/table.css +4 -4
- package/dist/component/table.min.css +1 -1
- package/dist/component/tabs.css +4 -4
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.css +3 -3
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.css +3 -2
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.css +4 -4
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/component/tooltip.css +4 -4
- package/dist/component/tooltip.min.css +1 -1
- package/dist/components.css +82 -81
- package/dist/components.min.css +2 -2
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +83 -82
- package/dist/index.min.css +2 -2
- package/expansioncard.css +1 -1
- package/form/combobox.css +4 -4
- package/form/form.css +1 -1
- package/form/radio-checkbox.css +10 -10
- package/form/search.css +3 -3
- package/form/select.css +2 -2
- package/form/switch.css +18 -18
- package/form/text-field.css +3 -3
- package/form/textarea.css +3 -3
- package/internalheader.css +1 -1
- package/list.css +1 -1
- package/package.json +3 -3
- package/read-more.css +6 -6
- package/stepper.css +1 -1
- package/table.css +4 -4
- package/tabs.css +4 -4
- package/tag.css +3 -3
- package/timeline.css +3 -2
- package/toggle-group.css +4 -4
- package/tooltip.css +4 -4
package/dist/component/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
4
|
+
* Generated on Fri, 04 Aug 2023 10:36:53 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -1816,10 +1816,10 @@ body,
|
|
|
1816
1816
|
padding: 0 var(--a-spacing-3);
|
|
1817
1817
|
text-decoration: none;
|
|
1818
1818
|
border-radius: var(--a-border-radius-full);
|
|
1819
|
-
min-height:
|
|
1819
|
+
min-height: 2rem;
|
|
1820
1820
|
}
|
|
1821
1821
|
.navds-chips--small .navds-chips__chip {
|
|
1822
|
-
min-height:
|
|
1822
|
+
min-height: 1.5rem;
|
|
1823
1823
|
padding: 0 var(--a-spacing-2);
|
|
1824
1824
|
}
|
|
1825
1825
|
.navds-chips__toggle {
|
|
@@ -1981,13 +1981,13 @@ body,
|
|
|
1981
1981
|
.navds-copybutton__icon {
|
|
1982
1982
|
font-size: 1.5rem;
|
|
1983
1983
|
display: flex;
|
|
1984
|
-
margin-left: -
|
|
1984
|
+
margin-left: -0.25rem;
|
|
1985
1985
|
}
|
|
1986
1986
|
.navds-copybutton__icon:only-child {
|
|
1987
1987
|
margin: 0;
|
|
1988
1988
|
}
|
|
1989
1989
|
:where(.navds-copybutton--small, .navds-copybutton--xsmall):where(:not(:only-child)) {
|
|
1990
|
-
margin: -
|
|
1990
|
+
margin: -0.125rem;
|
|
1991
1991
|
}
|
|
1992
1992
|
.navds-copybutton:focus-visible {
|
|
1993
1993
|
outline: none;
|
|
@@ -2185,7 +2185,7 @@ body,
|
|
|
2185
2185
|
* Header/Typography *
|
|
2186
2186
|
*************************/
|
|
2187
2187
|
.navds-expansioncard__title--small {
|
|
2188
|
-
margin-top:
|
|
2188
|
+
margin-top: 0.625rem;
|
|
2189
2189
|
}
|
|
2190
2190
|
.navds-expansioncard__title--medium {
|
|
2191
2191
|
margin-top: var(--a-spacing-2);
|
|
@@ -2397,7 +2397,7 @@ body,
|
|
|
2397
2397
|
gap: var(--a-spacing-2);
|
|
2398
2398
|
}
|
|
2399
2399
|
.navds-form-field__description {
|
|
2400
|
-
margin-top: -
|
|
2400
|
+
margin-top: -0.375rem;
|
|
2401
2401
|
color: var(--ac-form-description, var(--a-text-subtle));
|
|
2402
2402
|
}
|
|
2403
2403
|
.navds-form-field .navds-error-message,
|
|
@@ -2492,10 +2492,10 @@ body,
|
|
|
2492
2492
|
.navds-checkbox__input,
|
|
2493
2493
|
.navds-radio__input {
|
|
2494
2494
|
position: absolute;
|
|
2495
|
-
width:
|
|
2496
|
-
height:
|
|
2495
|
+
width: 3rem;
|
|
2496
|
+
height: 3rem;
|
|
2497
2497
|
top: 0;
|
|
2498
|
-
left: -
|
|
2498
|
+
left: -0.75rem;
|
|
2499
2499
|
z-index: 1;
|
|
2500
2500
|
opacity: 0;
|
|
2501
2501
|
cursor: pointer;
|
|
@@ -2531,14 +2531,14 @@ body,
|
|
|
2531
2531
|
}
|
|
2532
2532
|
.navds-checkbox--small > .navds-checkbox__input,
|
|
2533
2533
|
.navds-radio--small > .navds-radio__input {
|
|
2534
|
-
width:
|
|
2535
|
-
height:
|
|
2534
|
+
width: 2rem;
|
|
2535
|
+
height: 2rem;
|
|
2536
2536
|
top: 0;
|
|
2537
|
-
left: -
|
|
2537
|
+
left: -0.375rem;
|
|
2538
2538
|
}
|
|
2539
2539
|
.navds-checkbox--small > .navds-checkbox__label,
|
|
2540
2540
|
.navds-radio--small > .navds-radio__label {
|
|
2541
|
-
padding:
|
|
2541
|
+
padding: 0.375rem 0;
|
|
2542
2542
|
}
|
|
2543
2543
|
.navds-checkbox--small > .navds-checkbox__label::before,
|
|
2544
2544
|
.navds-radio--small > .navds-radio__label::before {
|
|
@@ -2585,14 +2585,14 @@ body,
|
|
|
2585
2585
|
}
|
|
2586
2586
|
.navds-checkbox__input:checked + .navds-checkbox__label::before {
|
|
2587
2587
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMCI+ICAgIDxnPiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNCwxMGMtMC40LDAtMC44LTAuMS0xLjEtMC40TDAuNCw3LjFDMC4xLDYuOCwwLDYuNCwwLDZzMC4yLTAuOCwwLjUtMS4xQzEsNC40LDIsNC40LDIuNSw0LjlMNCw2LjRsNi40LTYgICAgQzEwLjgsMC4xLDExLjEsMCwxMS41LDBjMC40LDAsMC44LDAuMiwxLDAuNWMwLjYsMC42LDAuNSwxLjYtMC4xLDIuMXYwTDUsOS42QzQuNyw5LjksNC40LDEwLDQsMTB6IE0xMS44LDEuOUwxMS44LDEuOSAgICBDMTEuOCwxLjksMTEuOCwxLjksMTEuOCwxLjl6IE0xMS4yLDEuMUMxMS4yLDEuMSwxMS4yLDEuMSwxMS4yLDEuMUwxMS4yLDEuMXoiLz4gICAgPC9nPjwvc3ZnPg==);
|
|
2588
|
-
background-position:
|
|
2588
|
+
background-position: 0.375rem center;
|
|
2589
2589
|
background-repeat: no-repeat;
|
|
2590
|
-
background-size:
|
|
2590
|
+
background-size: 0.8125rem;
|
|
2591
2591
|
box-shadow: none;
|
|
2592
2592
|
background-color: var(--ac-radio-checkbox-action, var(--a-surface-action));
|
|
2593
2593
|
}
|
|
2594
2594
|
.navds-checkbox--small > .navds-checkbox__input:checked + .navds-checkbox__label::before {
|
|
2595
|
-
background-position:
|
|
2595
|
+
background-position: 0.25rem center;
|
|
2596
2596
|
}
|
|
2597
2597
|
.navds-checkbox__input:indeterminate:focus-visible + .navds-checkbox__label::before,
|
|
2598
2598
|
.navds-checkbox__input:checked:focus-visible + .navds-checkbox__label::before {
|
|
@@ -2752,7 +2752,7 @@ body,
|
|
|
2752
2752
|
color: var(--ac-select-text, var(--a-text-default));
|
|
2753
2753
|
width: 100%;
|
|
2754
2754
|
box-sizing: border-box;
|
|
2755
|
-
min-height:
|
|
2755
|
+
min-height: 3rem;
|
|
2756
2756
|
display: inline-block;
|
|
2757
2757
|
position: relative;
|
|
2758
2758
|
padding: 0.5rem;
|
|
@@ -2785,7 +2785,7 @@ body,
|
|
|
2785
2785
|
align-self: center;
|
|
2786
2786
|
}
|
|
2787
2787
|
.navds-form-field--small .navds-select__input {
|
|
2788
|
-
min-height:
|
|
2788
|
+
min-height: 2rem;
|
|
2789
2789
|
padding: 0 2rem 0 0.25rem;
|
|
2790
2790
|
}
|
|
2791
2791
|
.navds-form-field--small .navds-select__chevron {
|
|
@@ -2822,7 +2822,7 @@ body,
|
|
|
2822
2822
|
}
|
|
2823
2823
|
.navds-switch {
|
|
2824
2824
|
position: relative;
|
|
2825
|
-
min-height:
|
|
2825
|
+
min-height: 3rem;
|
|
2826
2826
|
width: fit-content;
|
|
2827
2827
|
}
|
|
2828
2828
|
.navds-switch--right {
|
|
@@ -2830,20 +2830,20 @@ body,
|
|
|
2830
2830
|
}
|
|
2831
2831
|
.navds-switch--small {
|
|
2832
2832
|
position: relative;
|
|
2833
|
-
min-height:
|
|
2833
|
+
min-height: 2rem;
|
|
2834
2834
|
}
|
|
2835
2835
|
/* Input */
|
|
2836
2836
|
.navds-switch__input {
|
|
2837
2837
|
cursor: pointer;
|
|
2838
2838
|
position: absolute;
|
|
2839
2839
|
z-index: 1;
|
|
2840
|
-
width:
|
|
2841
|
-
height:
|
|
2840
|
+
width: 3rem;
|
|
2841
|
+
height: 3rem;
|
|
2842
2842
|
opacity: 0;
|
|
2843
2843
|
top: 0;
|
|
2844
2844
|
}
|
|
2845
2845
|
.navds-switch--small > .navds-switch__input {
|
|
2846
|
-
height:
|
|
2846
|
+
height: 2rem;
|
|
2847
2847
|
top: 0;
|
|
2848
2848
|
}
|
|
2849
2849
|
/* Label */
|
|
@@ -2861,10 +2861,10 @@ body,
|
|
|
2861
2861
|
padding: 0.75rem 3.25rem 0.75rem 0;
|
|
2862
2862
|
}
|
|
2863
2863
|
.navds-switch--small > .navds-switch__label-wrapper > .navds-switch__content {
|
|
2864
|
-
padding: calc(var(--a-spacing-2) -
|
|
2864
|
+
padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 0 calc(var(--a-spacing-2) - var(--a-spacing-05)) 3.25rem;
|
|
2865
2865
|
}
|
|
2866
2866
|
.navds-switch--right.navds-switch--small > .navds-switch__label-wrapper > .navds-switch__content {
|
|
2867
|
-
padding: calc(var(--a-spacing-2) -
|
|
2867
|
+
padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 3.25rem calc(var(--a-spacing-2) - var(--a-spacing-05)) 0;
|
|
2868
2868
|
}
|
|
2869
2869
|
.navds-switch--with-description,
|
|
2870
2870
|
.navds-switch--small > .navds-switch__label-wrapper > .navds-switch--with-description {
|
|
@@ -2879,8 +2879,8 @@ body,
|
|
|
2879
2879
|
}
|
|
2880
2880
|
/* Track */
|
|
2881
2881
|
.navds-switch__track {
|
|
2882
|
-
width:
|
|
2883
|
-
height:
|
|
2882
|
+
width: 2.75rem;
|
|
2883
|
+
height: 1.5rem;
|
|
2884
2884
|
background-color: var(--ac-switch-bg, var(--a-surface-neutral));
|
|
2885
2885
|
position: absolute;
|
|
2886
2886
|
top: var(--a-spacing-3);
|
|
@@ -2924,35 +2924,35 @@ body,
|
|
|
2924
2924
|
background-color: var(--ac-switch-thumb-bg, var(--a-surface-default));
|
|
2925
2925
|
color: var(--ac-switch-thumb-icon, var(--a-icon-subtle));
|
|
2926
2926
|
border-radius: var(--a-border-radius-full);
|
|
2927
|
-
width:
|
|
2928
|
-
height:
|
|
2927
|
+
width: 1.25rem;
|
|
2928
|
+
height: 1.25rem;
|
|
2929
2929
|
position: absolute;
|
|
2930
2930
|
transform: translateX(0);
|
|
2931
|
-
left:
|
|
2932
|
-
top:
|
|
2931
|
+
left: var(--a-spacing-05);
|
|
2932
|
+
top: var(--a-spacing-05);
|
|
2933
2933
|
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2934
2934
|
display: flex;
|
|
2935
2935
|
align-items: center;
|
|
2936
2936
|
justify-content: center;
|
|
2937
2937
|
}
|
|
2938
2938
|
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
2939
|
-
transform: translateX(
|
|
2939
|
+
transform: translateX(1.25rem);
|
|
2940
2940
|
color: var(--ac-switch-thumb-icon-checked, var(--a-icon-success));
|
|
2941
2941
|
}
|
|
2942
2942
|
@media (hover: hover) and (pointer: fine) {
|
|
2943
2943
|
.navds-switch__input:hover ~ .navds-switch__track > .navds-switch__thumb {
|
|
2944
|
-
transform: translateX(
|
|
2944
|
+
transform: translateX(0.125rem);
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
2947
2947
|
.navds-switch__input:checked:hover ~ .navds-switch__track > .navds-switch__thumb {
|
|
2948
|
-
transform: translateX(
|
|
2948
|
+
transform: translateX(1.125rem);
|
|
2949
2949
|
}
|
|
2950
2950
|
}
|
|
2951
2951
|
.navds-switch__input:disabled:hover ~ .navds-switch__track > .navds-switch__thumb {
|
|
2952
2952
|
transform: translateX(0);
|
|
2953
2953
|
}
|
|
2954
2954
|
.navds-switch__input:checked:disabled:hover ~ .navds-switch__track > .navds-switch__thumb {
|
|
2955
|
-
transform: translateX(
|
|
2955
|
+
transform: translateX(1.25rem);
|
|
2956
2956
|
}
|
|
2957
2957
|
/* Loader */
|
|
2958
2958
|
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb .navds-loader__foreground {
|
|
@@ -3000,7 +3000,7 @@ body,
|
|
|
3000
3000
|
}
|
|
3001
3001
|
|
|
3002
3002
|
.navds-switch--readonly > .navds-switch__input:checked:hover ~ .navds-switch__track > .navds-switch__thumb {
|
|
3003
|
-
transform: translateX(
|
|
3003
|
+
transform: translateX(1.25rem);
|
|
3004
3004
|
}
|
|
3005
3005
|
}
|
|
3006
3006
|
.navds-text-field__input {
|
|
@@ -3009,7 +3009,7 @@ body,
|
|
|
3009
3009
|
background-color: var(--ac-textfield-bg, var(--a-surface-default));
|
|
3010
3010
|
border-radius: var(--a-border-radius-medium);
|
|
3011
3011
|
border: 1px solid var(--ac-textfield-border, var(--a-border-default));
|
|
3012
|
-
min-height:
|
|
3012
|
+
min-height: 3rem;
|
|
3013
3013
|
width: 100%;
|
|
3014
3014
|
color: var(--ac-textfield-text, var(--a-text-default));
|
|
3015
3015
|
}
|
|
@@ -3020,8 +3020,8 @@ body,
|
|
|
3020
3020
|
color: var(--ac-textfield-placeholder, var(--a-text-subtle));
|
|
3021
3021
|
}
|
|
3022
3022
|
.navds-form-field--small .navds-text-field__input {
|
|
3023
|
-
padding: 0
|
|
3024
|
-
min-height:
|
|
3023
|
+
padding: 0 var(--a-spacing-2);
|
|
3024
|
+
min-height: 2rem;
|
|
3025
3025
|
}
|
|
3026
3026
|
.navds-text-field__input:hover {
|
|
3027
3027
|
border-color: var(--ac-textfield-hover-border, var(--a-border-action));
|
|
@@ -3107,7 +3107,7 @@ body,
|
|
|
3107
3107
|
}
|
|
3108
3108
|
}
|
|
3109
3109
|
.navds-form-field--small .navds-textarea__input {
|
|
3110
|
-
padding:
|
|
3110
|
+
padding: 0.375rem;
|
|
3111
3111
|
}
|
|
3112
3112
|
.navds-form-field--small .navds-textarea--counter.navds-textarea__input {
|
|
3113
3113
|
padding-bottom: var(--a-spacing-7);
|
|
@@ -3118,8 +3118,8 @@ body,
|
|
|
3118
3118
|
font-style: italic;
|
|
3119
3119
|
position: absolute;
|
|
3120
3120
|
text-align: left;
|
|
3121
|
-
left:
|
|
3122
|
-
bottom:
|
|
3121
|
+
left: 0.0625rem;
|
|
3122
|
+
bottom: 0.0625rem;
|
|
3123
3123
|
padding: var(--a-spacing-1) var(--a-spacing-2);
|
|
3124
3124
|
}
|
|
3125
3125
|
.navds-textarea__counter--error {
|
|
@@ -3234,8 +3234,8 @@ body,
|
|
|
3234
3234
|
}
|
|
3235
3235
|
.navds-search__button-search {
|
|
3236
3236
|
flex-shrink: 0;
|
|
3237
|
-
min-width:
|
|
3238
|
-
min-height:
|
|
3237
|
+
min-width: 4rem;
|
|
3238
|
+
min-height: 2rem;
|
|
3239
3239
|
border-radius: 0;
|
|
3240
3240
|
border-top-right-radius: var(--a-border-radius-medium);
|
|
3241
3241
|
border-bottom-right-radius: var(--a-border-radius-medium);
|
|
@@ -3244,7 +3244,7 @@ body,
|
|
|
3244
3244
|
font-size: 1rem;
|
|
3245
3245
|
}
|
|
3246
3246
|
.navds-form-field--small .navds-search__button-search {
|
|
3247
|
-
min-width:
|
|
3247
|
+
min-width: 2.5rem;
|
|
3248
3248
|
}
|
|
3249
3249
|
.navds-search__button-search.navds-button--secondary {
|
|
3250
3250
|
box-shadow: -1px 0 0 0 var(--ac-search-button-border, var(--a-border-default)) inset,
|
|
@@ -3319,7 +3319,7 @@ body,
|
|
|
3319
3319
|
flex-direction: row;
|
|
3320
3320
|
justify-content: space-between;
|
|
3321
3321
|
width: 100%;
|
|
3322
|
-
border: 1px solid
|
|
3322
|
+
border: 1px solid var(--a-border-default);
|
|
3323
3323
|
}
|
|
3324
3324
|
.navds-combobox__wrapper-inner > :first-child {
|
|
3325
3325
|
flex: 2;
|
|
@@ -3352,7 +3352,7 @@ body,
|
|
|
3352
3352
|
letter-spacing: 0;
|
|
3353
3353
|
line-height: var(--a-font-line-height-large);
|
|
3354
3354
|
margin: 0;
|
|
3355
|
-
padding-left:
|
|
3355
|
+
padding-left: 0.25rem;
|
|
3356
3356
|
}
|
|
3357
3357
|
.navds-combobox__input-wrapper {
|
|
3358
3358
|
width: 100%;
|
|
@@ -3472,8 +3472,8 @@ body,
|
|
|
3472
3472
|
align-items: flex-start;
|
|
3473
3473
|
padding: 0;
|
|
3474
3474
|
box-shadow: var(--a-shadow-small);
|
|
3475
|
-
border-radius:
|
|
3476
|
-
gap:
|
|
3475
|
+
border-radius: var(--a-border-radius-medium);
|
|
3476
|
+
gap: var(--a-spacing-1) 0;
|
|
3477
3477
|
background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
|
|
3478
3478
|
color: var(--ac-combobox-list-text, var(--a-text-default));
|
|
3479
3479
|
}
|
|
@@ -3610,7 +3610,7 @@ body,
|
|
|
3610
3610
|
display: flex;
|
|
3611
3611
|
align-self: stretch;
|
|
3612
3612
|
background: var(--ac-internalheader-bg, var(--a-surface-inverted));
|
|
3613
|
-
min-height:
|
|
3613
|
+
min-height: 3rem;
|
|
3614
3614
|
|
|
3615
3615
|
--navds-internalheader-focus: inset 0 0 0 2px var(--a-border-focus-on-inverted);
|
|
3616
3616
|
}
|
|
@@ -4174,7 +4174,7 @@ button.navds-internalheader__title:active,
|
|
|
4174
4174
|
}
|
|
4175
4175
|
.navds-date__field-button {
|
|
4176
4176
|
position: absolute;
|
|
4177
|
-
right:
|
|
4177
|
+
right: 0.0625rem;
|
|
4178
4178
|
top: 50%;
|
|
4179
4179
|
transform: translateY(-50%);
|
|
4180
4180
|
color: var(--ac-date-input-button-text, var(--a-text-default));
|
|
@@ -4189,7 +4189,7 @@ button.navds-internalheader__title:active,
|
|
|
4189
4189
|
align-items: center;
|
|
4190
4190
|
justify-content: center;
|
|
4191
4191
|
font-size: 1.5rem;
|
|
4192
|
-
height: calc(100% -
|
|
4192
|
+
height: calc(100% - 0.125rem);
|
|
4193
4193
|
border-start-start-radius: 0;
|
|
4194
4194
|
border-end-start-radius: 0;
|
|
4195
4195
|
}
|
|
@@ -4236,15 +4236,15 @@ button.navds-internalheader__title:active,
|
|
|
4236
4236
|
align-items: center;
|
|
4237
4237
|
justify-content: center;
|
|
4238
4238
|
padding: var(--a-spacing-05) var(--a-spacing-2);
|
|
4239
|
-
min-height:
|
|
4239
|
+
min-height: 2rem;
|
|
4240
4240
|
line-height: 1;
|
|
4241
4241
|
}
|
|
4242
4242
|
.navds-tag--small {
|
|
4243
|
-
min-height:
|
|
4243
|
+
min-height: 1.5rem;
|
|
4244
4244
|
padding: 0 0.375rem;
|
|
4245
4245
|
}
|
|
4246
4246
|
.navds-tag--xsmall {
|
|
4247
|
-
min-height:
|
|
4247
|
+
min-height: 1.25rem;
|
|
4248
4248
|
padding: 0 var(--a-spacing-1);
|
|
4249
4249
|
}
|
|
4250
4250
|
.navds-tag--error {
|
|
@@ -4380,6 +4380,7 @@ button.navds-internalheader__title:active,
|
|
|
4380
4380
|
height: 1rem;
|
|
4381
4381
|
box-sizing: content-box;
|
|
4382
4382
|
grid-column: 2;
|
|
4383
|
+
margin-bottom: var(--a-spacing-1);
|
|
4383
4384
|
}
|
|
4384
4385
|
.navds-timeline__row-label {
|
|
4385
4386
|
white-space: nowrap;
|
|
@@ -4520,7 +4521,7 @@ button.navds-internalheader__title:active,
|
|
|
4520
4521
|
0 0 0 4px var(--ac-timeline-pin-bg, var(--a-surface-danger)), 0 0 0 5px var(--a-surface-default);
|
|
4521
4522
|
z-index: 2;
|
|
4522
4523
|
border-radius: var(--a-border-radius-full);
|
|
4523
|
-
padding:
|
|
4524
|
+
padding: var(--a-spacing-1);
|
|
4524
4525
|
position: relative;
|
|
4525
4526
|
}
|
|
4526
4527
|
.navds-timeline__pin-button::before {
|
|
@@ -4565,7 +4566,7 @@ button.navds-internalheader__title:active,
|
|
|
4565
4566
|
.navds-timeline__pin-wrapper::before {
|
|
4566
4567
|
content: "";
|
|
4567
4568
|
top: var(--navdsc-timeline-pin-size);
|
|
4568
|
-
height: calc(
|
|
4569
|
+
height: calc(88% - var(--navdsc-timeline-pin-size));
|
|
4569
4570
|
width: 1px;
|
|
4570
4571
|
margin: 0 auto;
|
|
4571
4572
|
background: var(--a-surface-inverted);
|
|
@@ -4713,8 +4714,8 @@ button.navds-internalheader__title:active,
|
|
|
4713
4714
|
text-align: center;
|
|
4714
4715
|
}
|
|
4715
4716
|
.navds-tooltip__arrow {
|
|
4716
|
-
height:
|
|
4717
|
-
width:
|
|
4717
|
+
height: 0.4375rem;
|
|
4718
|
+
width: 0.4375rem;
|
|
4718
4719
|
transform: rotate(45deg);
|
|
4719
4720
|
z-index: -1;
|
|
4720
4721
|
background-color: var(--ac-tooltip-bg, var(--a-surface-inverted));
|
|
@@ -4731,8 +4732,8 @@ button.navds-internalheader__title:active,
|
|
|
4731
4732
|
color: var(--ac-tooltip-key-text, var(--a-text-on-inverted));
|
|
4732
4733
|
border-radius: var(--a-border-radius-small);
|
|
4733
4734
|
padding: 0 var(--a-spacing-1);
|
|
4734
|
-
min-width:
|
|
4735
|
-
height:
|
|
4735
|
+
min-width: 1.125rem;
|
|
4736
|
+
height: 1.125rem;
|
|
4736
4737
|
display: inline-flex;
|
|
4737
4738
|
align-items: center;
|
|
4738
4739
|
justify-content: center;
|
|
@@ -4746,14 +4747,14 @@ button.navds-internalheader__title:active,
|
|
|
4746
4747
|
border-radius: var(--a-border-radius-medium);
|
|
4747
4748
|
background-color: var(--ac-toggle-group-bg, var(--a-surface-transparent));
|
|
4748
4749
|
box-shadow: inset 0 0 0 1px var(--ac-toggle-group-border, var(--a-border-default));
|
|
4749
|
-
padding: calc(var(--a-spacing-1) +
|
|
4750
|
+
padding: calc(var(--a-spacing-1) + 0.0625rem);
|
|
4750
4751
|
gap: var(--a-spacing-1);
|
|
4751
4752
|
display: inline-grid;
|
|
4752
4753
|
grid-auto-flow: column;
|
|
4753
4754
|
grid-auto-columns: 1fr;
|
|
4754
4755
|
}
|
|
4755
4756
|
.navds-toggle-group--small {
|
|
4756
|
-
padding: calc(var(--a-spacing-05) +
|
|
4757
|
+
padding: calc(var(--a-spacing-05) + 0.0625rem);
|
|
4757
4758
|
}
|
|
4758
4759
|
.navds-toggle-group--neutral {
|
|
4759
4760
|
background-color: var(--ac-toggle-group-neutral-bg, var(--a-surface-transparent));
|
|
@@ -4764,7 +4765,7 @@ button.navds-internalheader__title:active,
|
|
|
4764
4765
|
align-items: center;
|
|
4765
4766
|
justify-content: center;
|
|
4766
4767
|
padding: var(--a-spacing-1) var(--a-spacing-3);
|
|
4767
|
-
min-height:
|
|
4768
|
+
min-height: 2.375rem;
|
|
4768
4769
|
border: none;
|
|
4769
4770
|
cursor: pointer;
|
|
4770
4771
|
background-color: var(--ac-toggle-group-button-bg, var(--a-surface-transparent));
|
|
@@ -4843,7 +4844,7 @@ button.navds-internalheader__title:active,
|
|
|
4843
4844
|
}
|
|
4844
4845
|
.navds-toggle-group--small > .navds-toggle-group__button {
|
|
4845
4846
|
padding: var(--a-spacing-05) var(--a-spacing-3);
|
|
4846
|
-
min-height:
|
|
4847
|
+
min-height: 1.625rem;
|
|
4847
4848
|
min-width: fit-content;
|
|
4848
4849
|
}
|
|
4849
4850
|
.navds-toggle-group__button > .navds-toggle-group__button-inner > svg {
|
|
@@ -4909,11 +4910,11 @@ button.navds-internalheader__title:active,
|
|
|
4909
4910
|
gap: var(--a-spacing-05);
|
|
4910
4911
|
color: var(--ac-read-more-text, var(--a-text-action));
|
|
4911
4912
|
border-radius: var(--a-border-radius-small);
|
|
4912
|
-
padding: var(--a-spacing-1) var(--a-spacing-1) var(--a-spacing-1)
|
|
4913
|
+
padding: var(--a-spacing-1) var(--a-spacing-1) var(--a-spacing-1) var(--a-spacing-05);
|
|
4913
4914
|
text-align: start;
|
|
4914
4915
|
}
|
|
4915
4916
|
.navds-read-more--small .navds-read-more__button {
|
|
4916
|
-
padding:
|
|
4917
|
+
padding: var(--a-spacing-05) var(--a-spacing-1) var(--a-spacing-05) var(--a-spacing-05);
|
|
4917
4918
|
}
|
|
4918
4919
|
.navds-read-more__button:hover {
|
|
4919
4920
|
background-color: var(--ac-read-more-hover-bg, var(--a-surface-hover));
|
|
@@ -4934,13 +4935,13 @@ button.navds-internalheader__title:active,
|
|
|
4934
4935
|
.navds-read-more__content {
|
|
4935
4936
|
margin-top: var(--a-spacing-1);
|
|
4936
4937
|
border-left: 2px solid var(--ac-read-more-line, var(--a-border-divider));
|
|
4937
|
-
margin-left:
|
|
4938
|
-
padding-left:
|
|
4938
|
+
margin-left: 0.8125rem;
|
|
4939
|
+
padding-left: 0.8125rem;
|
|
4939
4940
|
color: var(--a-text-default);
|
|
4940
4941
|
}
|
|
4941
4942
|
.navds-read-more--small .navds-read-more__content {
|
|
4942
|
-
margin-left:
|
|
4943
|
-
padding-left:
|
|
4943
|
+
margin-left: 0.6875rem;
|
|
4944
|
+
padding-left: 0.6875rem;
|
|
4944
4945
|
}
|
|
4945
4946
|
.navds-read-more__content--closed {
|
|
4946
4947
|
display: none;
|
|
@@ -5107,7 +5108,7 @@ button.navds-stepper__step {
|
|
|
5107
5108
|
.navds-stepper__circle--success {
|
|
5108
5109
|
border: none;
|
|
5109
5110
|
background: none;
|
|
5110
|
-
font-size:
|
|
5111
|
+
font-size: 1.75rem;
|
|
5111
5112
|
color: var(--a-text-on-action);
|
|
5112
5113
|
background-color: var(--ac-stepper-text, var(--a-surface-action));
|
|
5113
5114
|
}
|
|
@@ -5297,10 +5298,10 @@ button.navds-stepper__step {
|
|
|
5297
5298
|
padding: var(--a-spacing-2) var(--a-spacing-3);
|
|
5298
5299
|
}
|
|
5299
5300
|
.navds-table .navds-checkbox .navds-checkbox__input {
|
|
5300
|
-
top: -
|
|
5301
|
+
top: -0.75rem;
|
|
5301
5302
|
}
|
|
5302
5303
|
.navds-table .navds-checkbox--small .navds-checkbox__input {
|
|
5303
|
-
top: -
|
|
5304
|
+
top: -0.375rem;
|
|
5304
5305
|
}
|
|
5305
5306
|
.navds-table .navds-checkbox .navds-checkbox__label {
|
|
5306
5307
|
padding: 0;
|
|
@@ -5368,11 +5369,11 @@ button.navds-stepper__step {
|
|
|
5368
5369
|
}
|
|
5369
5370
|
.navds-table__toggle-expand-cell {
|
|
5370
5371
|
padding: 0;
|
|
5371
|
-
width:
|
|
5372
|
+
width: 3.5rem;
|
|
5372
5373
|
}
|
|
5373
5374
|
.navds-table--small .navds-table__toggle-expand-cell {
|
|
5374
5375
|
padding: 0;
|
|
5375
|
-
width:
|
|
5376
|
+
width: 2.25rem;
|
|
5376
5377
|
}
|
|
5377
5378
|
.navds-table__toggle-expand-button {
|
|
5378
5379
|
all: unset;
|
|
@@ -5441,7 +5442,7 @@ button.navds-stepper__step {
|
|
|
5441
5442
|
}
|
|
5442
5443
|
.navds-tabs__scroll-button {
|
|
5443
5444
|
padding: var(--a-spacing-3) var(--a-spacing-4);
|
|
5444
|
-
width:
|
|
5445
|
+
width: 2.75rem;
|
|
5445
5446
|
display: flex;
|
|
5446
5447
|
justify-content: center;
|
|
5447
5448
|
align-items: center;
|
|
@@ -5456,10 +5457,10 @@ button.navds-stepper__step {
|
|
|
5456
5457
|
}
|
|
5457
5458
|
.navds-tabs--small .navds-tabs__scroll-button {
|
|
5458
5459
|
padding: 0.375rem var(--a-spacing-4);
|
|
5459
|
-
width:
|
|
5460
|
+
width: 2rem;
|
|
5460
5461
|
}
|
|
5461
5462
|
.navds-tabs__tab {
|
|
5462
|
-
min-height:
|
|
5463
|
+
min-height: 3rem;
|
|
5463
5464
|
padding: var(--a-spacing-3) var(--a-spacing-4);
|
|
5464
5465
|
display: inline-flex;
|
|
5465
5466
|
justify-content: center;
|
|
@@ -5501,7 +5502,7 @@ button.navds-stepper__step {
|
|
|
5501
5502
|
gap: 0;
|
|
5502
5503
|
}
|
|
5503
5504
|
.navds-tabs__tab--small {
|
|
5504
|
-
min-height:
|
|
5505
|
+
min-height: 2rem;
|
|
5505
5506
|
padding: 0.375rem var(--a-spacing-4);
|
|
5506
5507
|
}
|
|
5507
5508
|
.navds-tabs__tab-icon--top,
|
|
@@ -5559,7 +5560,7 @@ button.navds-stepper__step {
|
|
|
5559
5560
|
}
|
|
5560
5561
|
.navds-list .navds-list__item-marker--bullet {
|
|
5561
5562
|
display: flex;
|
|
5562
|
-
margin-top:
|
|
5563
|
+
margin-top: 0.375rem;
|
|
5563
5564
|
grid-column: 1 / 2;
|
|
5564
5565
|
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
|
|
5565
5566
|
color: var(--ac-list-marker-ul-color, var(--ac-list-marker-color, var(--a-icon-default)));
|