@navikt/ds-css 5.6.1 → 5.6.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 +10 -0
- package/dist/component/index.css +3 -2
- package/dist/component/index.min.css +1 -1
- package/dist/component/modal.css +1 -0
- package/dist/component/modal.min.css +1 -1
- package/dist/components.css +1 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +2 -2
- package/dist/index.css +3 -2
- package/dist/index.min.css +1 -1
- package/modal.css +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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
|
|
4
|
+
* Generated on Mon, 09 Oct 2023 11:21:26 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
--a-font-line-height-heading-large: 2.25rem;
|
|
163
163
|
--a-font-line-height-heading-xlarge: 2.5rem;
|
|
164
164
|
--a-font-line-height-heading-2xlarge: 3.25rem;
|
|
165
|
-
--a-font-family:
|
|
165
|
+
--a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
166
166
|
--a-breakpoint-xl-down: 1279px;
|
|
167
167
|
--a-breakpoint-xl: 1280px;
|
|
168
168
|
--a-breakpoint-lg-down: 1023px;
|
|
@@ -4385,6 +4385,7 @@ button.navds-internalheader__title:active,
|
|
|
4385
4385
|
position: fixed;
|
|
4386
4386
|
max-height: 100%;
|
|
4387
4387
|
max-width: 100%;
|
|
4388
|
+
color: var(--a-text-default);
|
|
4388
4389
|
}
|
|
4389
4390
|
.navds-modal[open] {
|
|
4390
4391
|
display: flex;
|