@navikt/ds-css 5.10.2 → 5.10.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/dist/component/form.css +1 -13
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +2 -14
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +1 -15
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +2 -14
- package/dist/index.min.css +1 -1
- package/form/textarea.css +1 -15
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -3062,10 +3062,6 @@
|
|
|
3062
3062
|
color: var(--ac-textarea-text, var(--__ac-textarea-text, var(--a-text-default)));
|
|
3063
3063
|
}
|
|
3064
3064
|
|
|
3065
|
-
.navds-textarea--counter {
|
|
3066
|
-
padding-bottom: var(--a-spacing-8);
|
|
3067
|
-
}
|
|
3068
|
-
|
|
3069
3065
|
.navds-textarea__input::placeholder {
|
|
3070
3066
|
color: var(--ac-textarea-placeholder, var(--__ac-textarea-placeholder, var(--a-text-subtle)));
|
|
3071
3067
|
}
|
|
@@ -3090,19 +3086,9 @@
|
|
|
3090
3086
|
padding: var(--a-spacing-1-alt);
|
|
3091
3087
|
}
|
|
3092
3088
|
|
|
3093
|
-
.navds-form-field--small .navds-textarea--counter.navds-textarea__input {
|
|
3094
|
-
padding-bottom: var(--a-spacing-7);
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
3089
|
.navds-textarea__counter {
|
|
3098
|
-
|
|
3090
|
+
margin-top: var(--a-spacing-05);
|
|
3099
3091
|
color: var(--ac-textarea-counter-text, var(--__ac-textarea-counter-text, var(--a-text-subtle)));
|
|
3100
|
-
font-style: italic;
|
|
3101
|
-
position: absolute;
|
|
3102
|
-
text-align: left;
|
|
3103
|
-
left: 0.0625rem;
|
|
3104
|
-
bottom: 0.0625rem;
|
|
3105
|
-
padding: var(--a-spacing-1) var(--a-spacing-2);
|
|
3106
3092
|
}
|
|
3107
3093
|
|
|
3108
3094
|
.navds-textarea__counter--error {
|