@fremtind/jokul 3.5.2 → 3.6.0
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/build/_commonjsHelpers-C37NGDzP.cjs +2 -0
- package/build/_commonjsHelpers-C37NGDzP.cjs.map +1 -0
- package/build/_commonjsHelpers-CXUWDbkB.js +2 -0
- package/build/_commonjsHelpers-CXUWDbkB.js.map +1 -0
- package/build/build-stats.html +1 -1
- package/build/cjs/components/autosuggest/BaseAutosuggest.cjs +1 -1
- package/build/cjs/components/autosuggest/BaseAutosuggest.cjs.map +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/Calendar.cjs +1 -1
- package/build/cjs/components/datepicker/internal/Calendar.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/useCalendar.cjs +1 -1
- package/build/cjs/components/datepicker/internal/useCalendar.cjs.map +1 -1
- package/build/cjs/components/datepicker/internal/utils.cjs +1 -1
- package/build/cjs/components/datepicker/internal/utils.cjs.map +1 -1
- package/build/cjs/components/table/TableHeader.cjs +1 -1
- package/build/cjs/components/table/TableHeader.cjs.map +1 -1
- package/build/cjs/core/tokens/build-tailwind-4.cjs +2 -0
- package/build/cjs/core/tokens/build-tailwind-4.cjs.map +1 -0
- package/build/cjs/core/tokens/build-tailwind-4.d.cts +1 -0
- package/build/es/components/autosuggest/BaseAutosuggest.js +1 -1
- package/build/es/components/autosuggest/BaseAutosuggest.js.map +1 -1
- package/build/es/components/datepicker/DatePicker.js +1 -1
- package/build/es/components/datepicker/DatePicker.js.map +1 -1
- package/build/es/components/datepicker/internal/Calendar.js +1 -1
- package/build/es/components/datepicker/internal/Calendar.js.map +1 -1
- package/build/es/components/datepicker/internal/useCalendar.js +1 -1
- package/build/es/components/datepicker/internal/useCalendar.js.map +1 -1
- package/build/es/components/datepicker/internal/utils.js +1 -1
- package/build/es/components/datepicker/internal/utils.js.map +1 -1
- package/build/es/components/table/TableHeader.js +1 -1
- package/build/es/components/table/TableHeader.js.map +1 -1
- package/build/es/core/tokens/build-tailwind-4.d.ts +1 -0
- package/build/es/core/tokens/build-tailwind-4.js +2 -0
- package/build/es/core/tokens/build-tailwind-4.js.map +1 -0
- package/build/utils-CcE6HjQp.js +2 -0
- package/build/utils-CcE6HjQp.js.map +1 -0
- package/build/utils-DxmZDrR9.cjs +2 -0
- package/build/utils-DxmZDrR9.cjs.map +1 -0
- package/package.json +2 -2
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/development/public/fonts/webfonts.css +115 -0
- package/styles/components/checkbox/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/checkbox-panel/checkbox-panel.css +6 -6
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/development/public/fonts/_index.scss +1 -0
- package/styles/components/file-input/development/public/fonts/webfonts.css +108 -0
- package/styles/components/file-input/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/file-input/development/public/fonts/webfonts.scss +137 -0
- package/styles/components/file-input/file-input.css +9 -9
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +3 -3
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/menu/development/public/fonts/_index.scss +1 -0
- package/styles/components/menu/development/public/fonts/webfonts.css +108 -0
- package/styles/components/menu/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/menu/development/public/fonts/webfonts.scss +137 -0
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/development/public/fonts/_index.scss +1 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.css +115 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/radio-button/development/public/fonts/webfonts.scss +145 -0
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.css +4 -4
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/table/table.css +6 -6
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/text-input/development/public/fonts/_index.scss +1 -0
- package/styles/components/text-input/development/public/fonts/webfonts.css +115 -0
- package/styles/components/text-input/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/text-input/development/public/fonts/webfonts.scss +145 -0
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toggle-switch/development/public/fonts/_index.scss +1 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.css +115 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.min.css +1 -0
- package/styles/components/toggle-switch/development/public/fonts/webfonts.scss +145 -0
- package/styles/styles.css +40 -40
- package/styles/styles.min.css +2 -2
- package/styles/components/autosuggest/_index.scss +0 -2
- package/styles/components/autosuggest/autosuggest.scss +0 -87
- package/styles/components/breadcrumb/_index.scss +0 -2
- package/styles/components/breadcrumb/breadcrumb.scss +0 -38
- package/styles/components/button/_index.scss +0 -2
- package/styles/components/button/button.scss +0 -169
- package/styles/components/card/_index.scss +0 -3
- package/styles/components/card/card.scss +0 -105
- package/styles/components/checkbox/_index.scss +0 -1
- package/styles/components/checkbox/checkbox.scss +0 -248
- package/styles/components/checkbox-panel/_index.scss +0 -1
- package/styles/components/checkbox-panel/checkbox-panel.scss +0 -95
- package/styles/components/checkbox-panel/development/styles.scss +0 -27
- package/styles/components/chip/_index.scss +0 -2
- package/styles/components/chip/chip.scss +0 -104
- package/styles/components/combobox/_index.scss +0 -6
- package/styles/components/combobox/combobox.scss +0 -238
- package/styles/components/cookie-consent/_index.scss +0 -5
- package/styles/components/cookie-consent/cookie-consent.scss +0 -31
- package/styles/components/countdown/_index.scss +0 -1
- package/styles/components/countdown/countdown.scss +0 -25
- package/styles/components/datepicker/_calendar-date-button.scss +0 -85
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +0 -52
- package/styles/components/datepicker/_calendar-navigation.scss +0 -12
- package/styles/components/datepicker/_calendar-table.scss +0 -27
- package/styles/components/datepicker/_calendar.scss +0 -36
- package/styles/components/datepicker/_index.scss +0 -6
- package/styles/components/datepicker/datepicker.scss +0 -47
- package/styles/components/description-list/_index.scss +0 -1
- package/styles/components/description-list/description-list.scss +0 -58
- package/styles/components/expander/_index.scss +0 -4
- package/styles/components/expander/expandable.scss +0 -141
- package/styles/components/feedback/_index.scss +0 -10
- package/styles/components/feedback/feedback.scss +0 -113
- package/styles/components/file/_index.scss +0 -3
- package/styles/components/file/file.scss +0 -164
- package/styles/components/file-input/_index.scss +0 -5
- package/styles/components/file-input/file-input.scss +0 -130
- package/styles/components/flex/_index.scss +0 -1
- package/styles/components/flex/flex.scss +0 -252
- package/styles/components/help/_index.scss +0 -2
- package/styles/components/help/help.scss +0 -47
- package/styles/components/icon/_base-styles.scss +0 -21
- package/styles/components/icon/_index.scss +0 -1
- package/styles/components/icon/development/internal/icons-example-grid.scss +0 -13
- package/styles/components/icon/icon.scss +0 -139
- package/styles/components/icon-button/_index.scss +0 -1
- package/styles/components/icon-button/icon-button.scss +0 -38
- package/styles/components/image/_index.scss +0 -1
- package/styles/components/image/development/style.scss +0 -9
- package/styles/components/image/image.scss +0 -37
- package/styles/components/image/stories/styles.scss +0 -9
- package/styles/components/input-group/_field-group.scss +0 -5
- package/styles/components/input-group/_index.scss +0 -3
- package/styles/components/input-group/_labels.scss +0 -159
- package/styles/components/input-group/input-group.scss +0 -11
- package/styles/components/input-panel/input-panel.scss +0 -84
- package/styles/components/link/_index.scss +0 -1
- package/styles/components/link/link.scss +0 -62
- package/styles/components/link-list/_index.scss +0 -2
- package/styles/components/link-list/link-list.scss +0 -94
- package/styles/components/list/_index.scss +0 -1
- package/styles/components/list/list.scss +0 -98
- package/styles/components/loader/_index.scss +0 -2
- package/styles/components/loader/development/styles.scss +0 -11
- package/styles/components/loader/loader.scss +0 -139
- package/styles/components/loader/skeleton-loader.scss +0 -137
- package/styles/components/logo/_index.scss +0 -1
- package/styles/components/logo/development/styles.scss +0 -9
- package/styles/components/logo/logo.scss +0 -90
- package/styles/components/menu/_index.scss +0 -1
- package/styles/components/menu/_menu-divider.scss +0 -10
- package/styles/components/menu/_menu-item.scss +0 -71
- package/styles/components/menu/menu.scss +0 -40
- package/styles/components/message/_index.scss +0 -2
- package/styles/components/message/message.scss +0 -187
- package/styles/components/modal/_index.scss +0 -3
- package/styles/components/modal/modal.scss +0 -107
- package/styles/components/nav-link/_index.scss +0 -1
- package/styles/components/nav-link/nav-link.scss +0 -66
- package/styles/components/pagination/_index.scss +0 -5
- package/styles/components/pagination/development/styles.scss +0 -35
- package/styles/components/pagination/pagination.scss +0 -49
- package/styles/components/popover/_index.scss +0 -1
- package/styles/components/popover/popover.scss +0 -19
- package/styles/components/progress-bar/_index.scss +0 -1
- package/styles/components/progress-bar/progress-bar.scss +0 -27
- package/styles/components/radio-button/_index.scss +0 -2
- package/styles/components/radio-button/radio-button.scss +0 -219
- package/styles/components/radio-panel/_index.scss +0 -1
- package/styles/components/radio-panel/development/styles.scss +0 -27
- package/styles/components/radio-panel/radio-panel.scss +0 -82
- package/styles/components/segmented-control/_index.scss +0 -3
- package/styles/components/segmented-control/segmented-control.scss +0 -99
- package/styles/components/select/_index.scss +0 -3
- package/styles/components/select/select.scss +0 -299
- package/styles/components/summary-table/_index.scss +0 -1
- package/styles/components/summary-table/development/summary-table-example.scss +0 -10
- package/styles/components/summary-table/summary-table.scss +0 -49
- package/styles/components/system-message/_index.scss +0 -2
- package/styles/components/system-message/system-message.scss +0 -177
- package/styles/components/table/_index.scss +0 -6
- package/styles/components/table/_table-caption.scss +0 -7
- package/styles/components/table/_table-cell.scss +0 -86
- package/styles/components/table/_table-head.scss +0 -36
- package/styles/components/table/_table-header.scss +0 -65
- package/styles/components/table/_table-pagination.scss +0 -126
- package/styles/components/table/_table-row.scss +0 -177
- package/styles/components/table/table.scss +0 -53
- package/styles/components/table-of-contents/_index.scss +0 -1
- package/styles/components/tabs/_index.scss +0 -1
- package/styles/components/tabs/tabs.scss +0 -114
- package/styles/components/tag/_index.scss +0 -3
- package/styles/components/tag/tag.scss +0 -65
- package/styles/components/text-area/_index.scss +0 -4
- package/styles/components/text-area/text-area.scss +0 -111
- package/styles/components/text-input/_index.scss +0 -4
- package/styles/components/text-input/text-input.scss +0 -43
- package/styles/components/toast/_index.scss +0 -4
- package/styles/components/toast/toast.scss +0 -219
- package/styles/components/toggle-switch/_index.scss +0 -2
- package/styles/components/toggle-switch/_toggle-slider.scss +0 -123
- package/styles/components/toggle-switch/toggle-switch.scss +0 -137
- package/styles/components/tooltip/_index.scss +0 -3
- package/styles/components/tooltip/popuptip.scss +0 -5
- package/styles/components/tooltip/tooltip.scss +0 -87
- package/styles/components-beta/description-list/_index.scss +0 -1
- package/styles/components-beta/description-list/description-list.scss +0 -80
- package/styles/components-beta/link-list/_index.scss +0 -2
- package/styles/components-beta/link-list/link-list.scss +0 -81
- package/styles/components-beta/nav-link/_index.scss +0 -1
- package/styles/components-beta/nav-link/navlink.scss +0 -66
- package/styles/components-beta/search/_index.scss +0 -4
- package/styles/components-beta/search/search-with-submit-button.scss +0 -37
- package/styles/components-beta/search/search.scss +0 -106
- package/styles/components-beta/select/_index.scss +0 -3
- package/styles/components-beta/select/select.scss +0 -128
- package/styles/components-beta/table-of-contents/_index.scss +0 -2
- package/styles/components-beta/table-of-contents/table-of-contents.scss +0 -88
- package/styles/core/_layers.scss +0 -3
- package/styles/core/core.scss +0 -6
- package/styles/core/global/_base-class.scss +0 -36
- package/styles/core/global/_index.scss +0 -2
- package/styles/core/global/_top-layer.scss +0 -20
- package/styles/core/jkl/_colors.scss +0 -26
- package/styles/core/jkl/_convert.scss +0 -102
- package/styles/core/jkl/_helpers.scss +0 -26
- package/styles/core/jkl/_index.scss +0 -18
- package/styles/core/jkl/_motion.scss +0 -63
- package/styles/core/jkl/_navigation.scss +0 -9
- package/styles/core/jkl/_ornaments.scss +0 -28
- package/styles/core/jkl/_reset.scss +0 -45
- package/styles/core/jkl/_responsive-units.scss +0 -30
- package/styles/core/jkl/_screenreader.scss +0 -59
- package/styles/core/jkl/_screens.scss +0 -135
- package/styles/core/jkl/_shadows.scss +0 -25
- package/styles/core/jkl/_spacing.scss +0 -149
- package/styles/core/jkl/_theme.scss +0 -119
- package/styles/core/jkl/_tokens.scss +0 -58
- package/styles/core/jkl/_typography.scss +0 -269
- package/styles/core/jkl/_underline.scss +0 -16
- package/styles/core/jkl/_z-index.scss +0 -23
- package/styles/core/jkl/legacy/_dynamic-colors.scss +0 -40
- package/styles/core/jkl/legacy/_index.scss +0 -2
- package/styles/core/jkl/legacy/_tokens.scss +0 -396
- package/styles/core/resets/_index.scss +0 -2
- package/styles/core/resets/_normalize.scss +0 -251
- package/styles/core/resets/_reset.scss +0 -68
- package/styles/core/theme/_color-tokens.scss +0 -73
- package/styles/core/theme/_dynamic-spacing.scss +0 -55
- package/styles/core/theme/_index.scss +0 -8
- package/styles/core/theme/_legacy-color-tokens.scss +0 -81
- package/styles/core/theme/_legacy-tokens.scss +0 -159
- package/styles/core/theme/_old-vars.scss +0 -30
- package/styles/core/theme/_spacing-tokens.scss +0 -32
- package/styles/core/theme/_tokens.scss +0 -32
- package/styles/core/theme/_typography.scss +0 -27
- package/styles/core/utility/_headings.scss +0 -31
- package/styles/core/utility/_index.scss +0 -4
- package/styles/core/utility/_paragraphs.scss +0 -18
- package/styles/core/utility/_screen-reader.scss +0 -11
- package/styles/core/utility/_spacing.scss +0 -49
- package/styles/hooks/stories/styles.scss +0 -78
- package/styles/shared/input/shared-input-styles.scss +0 -181
- package/styles/shared/track/track.scss +0 -27
- package/styles/styles.scss +0 -52
- /package/styles/{fonts → components/checkbox/development/public/fonts}/_index.scss +0 -0
- /package/styles/{fonts → components/checkbox/development/public/fonts}/webfonts.scss +0 -0
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Do not edit directly, this file was auto-generated.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
$breakpoint-small: 0 !default;
|
|
7
|
-
$breakpoint-medium: 680px !default;
|
|
8
|
-
$breakpoint-large: 1200px !default;
|
|
9
|
-
$breakpoint-xl: 1600px !default;
|
|
10
|
-
$color-brand-snohvit: #F9F9F9 !default;
|
|
11
|
-
$color-brand-varde: #E0DBD4 !default;
|
|
12
|
-
$color-brand-granitt: #1B1917 !default;
|
|
13
|
-
$color-brand-hvit: #FFFFFF !default;
|
|
14
|
-
$color-brand-svart: #000000 !default;
|
|
15
|
-
$color-brand-skifer: #313030 !default;
|
|
16
|
-
$color-brand-fjellgra: #444141 !default;
|
|
17
|
-
$color-brand-stein: #636060 !default;
|
|
18
|
-
$color-brand-svaberg: #C8C5C3 !default;
|
|
19
|
-
$color-brand-dis: #ECE9E5 !default;
|
|
20
|
-
$color-brand-sand: #F4F2EF !default;
|
|
21
|
-
$color-functional-info: #D3D3F6 !default;
|
|
22
|
-
$color-functional-info-dark: #A9A9CA !default;
|
|
23
|
-
$color-functional-success: #ACD3B5 !default;
|
|
24
|
-
$color-functional-success-dark: #94B79B !default;
|
|
25
|
-
$color-functional-warning: #EFDD9E !default;
|
|
26
|
-
$color-functional-warning-dark: #DECC8D !default;
|
|
27
|
-
$color-functional-error: #F6B3B3 !default;
|
|
28
|
-
$color-functional-error-dark: #DE9E9E !default;
|
|
29
|
-
$color-svart: #000 !default;
|
|
30
|
-
$color-granitt: #1b1917 !default;
|
|
31
|
-
$color-skifer: #313030 !default;
|
|
32
|
-
$color-fjellgra: #444141 !default;
|
|
33
|
-
$color-stein: #636060 !default;
|
|
34
|
-
$color-svaberg: #c8c5c3 !default;
|
|
35
|
-
$color-varde: #e0dbd4 !default;
|
|
36
|
-
$color-dis: #ece9e5 !default;
|
|
37
|
-
$color-sand: #f4f2ef !default;
|
|
38
|
-
$color-snohvit: #f9f9f9 !default;
|
|
39
|
-
$color-hvit: #fff !default;
|
|
40
|
-
$color-suksess: #acd3b5 !default;
|
|
41
|
-
$color-suksess-dark: #94b79b !default;
|
|
42
|
-
$color-feil: #f6b3b3 !default;
|
|
43
|
-
$color-feil-dark: #de9e9e !default;
|
|
44
|
-
$color-info: #d3d3f6 !default;
|
|
45
|
-
$color-info-dark: #a9a9ca !default;
|
|
46
|
-
$color-advarsel: #efdd9e !default;
|
|
47
|
-
$color-advarsel-dark: #decc8d !default;
|
|
48
|
-
$motion-timing-energetic: 75ms !default;
|
|
49
|
-
$motion-timing-snappy: 100ms !default;
|
|
50
|
-
$motion-timing-productive: 150ms !default;
|
|
51
|
-
$motion-timing-expressive: 250ms !default;
|
|
52
|
-
$motion-timing-lazy: 400ms !default;
|
|
53
|
-
$motion-easing-standard: ease !default;
|
|
54
|
-
$motion-easing-entrance: ease-out !default;
|
|
55
|
-
$motion-easing-exit: ease-in !default;
|
|
56
|
-
$motion-easing-ease-in-bounce-out: cubic-bezier(0, 0, 0.375, 1.17) !default;
|
|
57
|
-
$motion-easing-focus: cubic-bezier(0.6, 0.2, 0.35, 1) !default;
|
|
58
|
-
$spacing-0: 0rem !default;
|
|
59
|
-
$spacing-2: 0.125rem !default;
|
|
60
|
-
$spacing-4: 0.25rem !default;
|
|
61
|
-
$spacing-8: 0.5rem !default;
|
|
62
|
-
$spacing-12: 0.75rem !default;
|
|
63
|
-
$spacing-16: 1rem !default;
|
|
64
|
-
$spacing-24: 1.5rem !default;
|
|
65
|
-
$spacing-32: 2rem !default;
|
|
66
|
-
$spacing-40: 2.5rem !default;
|
|
67
|
-
$spacing-64: 4rem !default;
|
|
68
|
-
$spacing-104: 6.5rem !default;
|
|
69
|
-
$spacing-168: 10.5rem !default;
|
|
70
|
-
$semantic-spacing-none: 0 !default;
|
|
71
|
-
$semantic-spacing-2xs: 0.25rem !default;
|
|
72
|
-
$semantic-spacing-xs: 0.5rem !default;
|
|
73
|
-
$semantic-spacing-s: 1rem !default;
|
|
74
|
-
$semantic-spacing-m: 1.5rem !default;
|
|
75
|
-
$semantic-spacing-l: 2.5rem !default;
|
|
76
|
-
$semantic-spacing-xl: 4rem !default;
|
|
77
|
-
$semantic-spacing-2xl: 6.5rem !default;
|
|
78
|
-
$icon-weight-normal: 300 !default;
|
|
79
|
-
$icon-weight-bold: 400 !default;
|
|
80
|
-
$typography-weight-normal: 400 !default;
|
|
81
|
-
$typography-weight-bold: 700 !default;
|
|
82
|
-
$typography-font-size-16: 1rem !default;
|
|
83
|
-
$typography-font-size-18: 1.125rem !default;
|
|
84
|
-
$typography-font-size-20: 1.25rem !default;
|
|
85
|
-
$typography-font-size-21: 1.3125rem !default;
|
|
86
|
-
$typography-font-size-23: 1.4375rem !default;
|
|
87
|
-
$typography-font-size-25: 1.5625rem !default;
|
|
88
|
-
$typography-font-size-26: 1.625rem !default;
|
|
89
|
-
$typography-font-size-28: 1.75rem !default;
|
|
90
|
-
$typography-font-size-30: 1.875rem !default;
|
|
91
|
-
$typography-font-size-36: 2.25rem !default;
|
|
92
|
-
$typography-font-size-44: 2.75rem !default;
|
|
93
|
-
$typography-font-size-56: 3.5rem !default;
|
|
94
|
-
$typography-line-height-24: 1.5rem !default;
|
|
95
|
-
$typography-line-height-28: 1.75rem !default;
|
|
96
|
-
$typography-line-height-32: 2rem !default;
|
|
97
|
-
$typography-line-height-36: 2.25rem !default;
|
|
98
|
-
$typography-line-height-40: 2.5rem !default;
|
|
99
|
-
$typography-line-height-44: 2.75rem !default;
|
|
100
|
-
$typography-line-height-52: 3.25rem !default;
|
|
101
|
-
$typography-line-height-64: 4rem !default;
|
|
102
|
-
$typography-title-small-font-size: 2.25rem !default;
|
|
103
|
-
$typography-title-small-line-height: 2.75rem !default;
|
|
104
|
-
$typography-title-small-font-weight: 400 !default;
|
|
105
|
-
$typography-title-base-font-size: 3.5rem !default;
|
|
106
|
-
$typography-title-base-line-height: 4rem !default;
|
|
107
|
-
$typography-title-base-font-weight: 400 !default;
|
|
108
|
-
$typography-title-small-small-font-size: 1.875rem !default;
|
|
109
|
-
$typography-title-small-small-line-height: 2.25rem !default;
|
|
110
|
-
$typography-title-small-small-font-weight: 400 !default;
|
|
111
|
-
$typography-title-small-base-font-size: 2.75rem !default;
|
|
112
|
-
$typography-title-small-base-line-height: 3.25rem !default;
|
|
113
|
-
$typography-title-small-base-font-weight: 400 !default;
|
|
114
|
-
$typography-heading-1-small-font-size: 1.625rem !default;
|
|
115
|
-
$typography-heading-1-small-line-height: 2rem !default;
|
|
116
|
-
$typography-heading-1-small-font-weight: 400 !default;
|
|
117
|
-
$typography-heading-1-base-font-size: 2.25rem !default;
|
|
118
|
-
$typography-heading-1-base-line-height: 2.75rem !default;
|
|
119
|
-
$typography-heading-1-base-font-weight: 400 !default;
|
|
120
|
-
$typography-heading-2-small-font-size: 1.4375rem !default;
|
|
121
|
-
$typography-heading-2-small-line-height: 2rem !default;
|
|
122
|
-
$typography-heading-2-small-font-weight: 400 !default;
|
|
123
|
-
$typography-heading-2-base-font-size: 1.75rem !default;
|
|
124
|
-
$typography-heading-2-base-line-height: 2.5rem !default;
|
|
125
|
-
$typography-heading-2-base-font-weight: 400 !default;
|
|
126
|
-
$typography-heading-3-small-font-size: 1.3125rem !default;
|
|
127
|
-
$typography-heading-3-small-line-height: 1.75rem !default;
|
|
128
|
-
$typography-heading-3-small-font-weight: 700 !default;
|
|
129
|
-
$typography-heading-3-base-font-size: 1.5625rem !default;
|
|
130
|
-
$typography-heading-3-base-line-height: 2rem !default;
|
|
131
|
-
$typography-heading-3-base-font-weight: 700 !default;
|
|
132
|
-
$typography-heading-4-small-font-size: 1.125rem !default;
|
|
133
|
-
$typography-heading-4-small-line-height: 1.5rem !default;
|
|
134
|
-
$typography-heading-4-small-font-weight: 700 !default;
|
|
135
|
-
$typography-heading-4-base-font-size: 1.3125rem !default;
|
|
136
|
-
$typography-heading-4-base-line-height: 1.75rem !default;
|
|
137
|
-
$typography-heading-4-base-font-weight: 700 !default;
|
|
138
|
-
$typography-heading-5-small-font-size: 1rem !default;
|
|
139
|
-
$typography-heading-5-small-line-height: 1.5rem !default;
|
|
140
|
-
$typography-heading-5-small-font-weight: 700 !default;
|
|
141
|
-
$typography-heading-5-base-font-size: 1rem !default;
|
|
142
|
-
$typography-heading-5-base-line-height: 1.5rem !default;
|
|
143
|
-
$typography-heading-5-base-font-weight: 700 !default;
|
|
144
|
-
$typography-body-small-font-size: 1.125rem !default;
|
|
145
|
-
$typography-body-small-line-height: 1.75rem !default;
|
|
146
|
-
$typography-body-small-font-weight: 400 !default;
|
|
147
|
-
$typography-body-base-font-size: 1.25rem !default;
|
|
148
|
-
$typography-body-base-line-height: 2rem !default;
|
|
149
|
-
$typography-body-base-font-weight: 400 !default;
|
|
150
|
-
$typography-small-small-font-size: 1rem !default;
|
|
151
|
-
$typography-small-small-line-height: 1.5rem !default;
|
|
152
|
-
$typography-small-small-font-weight: 400 !default;
|
|
153
|
-
$typography-small-base-font-size: 1rem !default;
|
|
154
|
-
$typography-small-base-line-height: 1.5rem !default;
|
|
155
|
-
$typography-small-base-font-weight: 400 !default;
|
|
156
|
-
|
|
157
|
-
$tokens: (
|
|
158
|
-
'breakpoint': (
|
|
159
|
-
'small': $breakpoint-small,
|
|
160
|
-
'medium': $breakpoint-medium,
|
|
161
|
-
'large': $breakpoint-large,
|
|
162
|
-
'xl': $breakpoint-xl
|
|
163
|
-
),
|
|
164
|
-
'color': (
|
|
165
|
-
'brand': (
|
|
166
|
-
'snohvit': $color-brand-snohvit,
|
|
167
|
-
'varde': $color-brand-varde,
|
|
168
|
-
'granitt': $color-brand-granitt,
|
|
169
|
-
'hvit': $color-brand-hvit,
|
|
170
|
-
'svart': $color-brand-svart,
|
|
171
|
-
'skifer': $color-brand-skifer,
|
|
172
|
-
'fjellgra': $color-brand-fjellgra,
|
|
173
|
-
'stein': $color-brand-stein,
|
|
174
|
-
'svaberg': $color-brand-svaberg,
|
|
175
|
-
'dis': $color-brand-dis,
|
|
176
|
-
'sand': $color-brand-sand
|
|
177
|
-
),
|
|
178
|
-
'functional': (
|
|
179
|
-
'info': $color-functional-info,
|
|
180
|
-
'info-dark': $color-functional-info-dark,
|
|
181
|
-
'success': $color-functional-success,
|
|
182
|
-
'success-dark': $color-functional-success-dark,
|
|
183
|
-
'warning': $color-functional-warning,
|
|
184
|
-
'warning-dark': $color-functional-warning-dark,
|
|
185
|
-
'error': $color-functional-error,
|
|
186
|
-
'error-dark': $color-functional-error-dark
|
|
187
|
-
),
|
|
188
|
-
'svart': $color-svart,
|
|
189
|
-
'granitt': $color-granitt,
|
|
190
|
-
'skifer': $color-skifer,
|
|
191
|
-
'fjellgra': $color-fjellgra,
|
|
192
|
-
'stein': $color-stein,
|
|
193
|
-
'svaberg': $color-svaberg,
|
|
194
|
-
'varde': $color-varde,
|
|
195
|
-
'dis': $color-dis,
|
|
196
|
-
'sand': $color-sand,
|
|
197
|
-
'snohvit': $color-snohvit,
|
|
198
|
-
'hvit': $color-hvit,
|
|
199
|
-
'suksess': $color-suksess,
|
|
200
|
-
'suksess-dark': $color-suksess-dark,
|
|
201
|
-
'feil': $color-feil,
|
|
202
|
-
'feil-dark': $color-feil-dark,
|
|
203
|
-
'info': $color-info,
|
|
204
|
-
'info-dark': $color-info-dark,
|
|
205
|
-
'advarsel': $color-advarsel,
|
|
206
|
-
'advarsel-dark': $color-advarsel-dark
|
|
207
|
-
),
|
|
208
|
-
'motion': (
|
|
209
|
-
'timing': (
|
|
210
|
-
'energetic': $motion-timing-energetic,
|
|
211
|
-
'snappy': $motion-timing-snappy,
|
|
212
|
-
'productive': $motion-timing-productive,
|
|
213
|
-
'expressive': $motion-timing-expressive,
|
|
214
|
-
'lazy': $motion-timing-lazy
|
|
215
|
-
),
|
|
216
|
-
'easing': (
|
|
217
|
-
'standard': $motion-easing-standard,
|
|
218
|
-
'entrance': $motion-easing-entrance,
|
|
219
|
-
'exit': $motion-easing-exit,
|
|
220
|
-
'easeInBounceOut': $motion-easing-ease-in-bounce-out,
|
|
221
|
-
'focus': $motion-easing-focus
|
|
222
|
-
)
|
|
223
|
-
),
|
|
224
|
-
'spacing': (
|
|
225
|
-
'0': $spacing-0,
|
|
226
|
-
'2': $spacing-2,
|
|
227
|
-
'4': $spacing-4,
|
|
228
|
-
'8': $spacing-8,
|
|
229
|
-
'12': $spacing-12,
|
|
230
|
-
'16': $spacing-16,
|
|
231
|
-
'24': $spacing-24,
|
|
232
|
-
'32': $spacing-32,
|
|
233
|
-
'40': $spacing-40,
|
|
234
|
-
'64': $spacing-64,
|
|
235
|
-
'104': $spacing-104,
|
|
236
|
-
'168': $spacing-168
|
|
237
|
-
),
|
|
238
|
-
'semantic-spacing': (
|
|
239
|
-
'none': $semantic-spacing-none,
|
|
240
|
-
'2xs': $semantic-spacing-2xs,
|
|
241
|
-
'xs': $semantic-spacing-xs,
|
|
242
|
-
's': $semantic-spacing-s,
|
|
243
|
-
'm': $semantic-spacing-m,
|
|
244
|
-
'l': $semantic-spacing-l,
|
|
245
|
-
'xl': $semantic-spacing-xl,
|
|
246
|
-
'2xl': $semantic-spacing-2xl
|
|
247
|
-
),
|
|
248
|
-
'icon': (
|
|
249
|
-
'weight': (
|
|
250
|
-
'normal': $icon-weight-normal,
|
|
251
|
-
'bold': $icon-weight-bold
|
|
252
|
-
)
|
|
253
|
-
),
|
|
254
|
-
'typography': (
|
|
255
|
-
'weight': (
|
|
256
|
-
'normal': $typography-weight-normal,
|
|
257
|
-
'bold': $typography-weight-bold
|
|
258
|
-
),
|
|
259
|
-
'font': (
|
|
260
|
-
'size': (
|
|
261
|
-
'16': $typography-font-size-16,
|
|
262
|
-
'18': $typography-font-size-18,
|
|
263
|
-
'20': $typography-font-size-20,
|
|
264
|
-
'21': $typography-font-size-21,
|
|
265
|
-
'23': $typography-font-size-23,
|
|
266
|
-
'25': $typography-font-size-25,
|
|
267
|
-
'26': $typography-font-size-26,
|
|
268
|
-
'28': $typography-font-size-28,
|
|
269
|
-
'30': $typography-font-size-30,
|
|
270
|
-
'36': $typography-font-size-36,
|
|
271
|
-
'44': $typography-font-size-44,
|
|
272
|
-
'56': $typography-font-size-56
|
|
273
|
-
)
|
|
274
|
-
),
|
|
275
|
-
'line': (
|
|
276
|
-
'height': (
|
|
277
|
-
'24': $typography-line-height-24,
|
|
278
|
-
'28': $typography-line-height-28,
|
|
279
|
-
'32': $typography-line-height-32,
|
|
280
|
-
'36': $typography-line-height-36,
|
|
281
|
-
'40': $typography-line-height-40,
|
|
282
|
-
'44': $typography-line-height-44,
|
|
283
|
-
'52': $typography-line-height-52,
|
|
284
|
-
'64': $typography-line-height-64
|
|
285
|
-
)
|
|
286
|
-
),
|
|
287
|
-
'title': (
|
|
288
|
-
'small': (
|
|
289
|
-
'fontSize': $typography-title-small-font-size,
|
|
290
|
-
'lineHeight': $typography-title-small-line-height,
|
|
291
|
-
'fontWeight': $typography-title-small-font-weight
|
|
292
|
-
),
|
|
293
|
-
'base': (
|
|
294
|
-
'fontSize': $typography-title-base-font-size,
|
|
295
|
-
'lineHeight': $typography-title-base-line-height,
|
|
296
|
-
'fontWeight': $typography-title-base-font-weight
|
|
297
|
-
)
|
|
298
|
-
),
|
|
299
|
-
'titleSmall': (
|
|
300
|
-
'small': (
|
|
301
|
-
'fontSize': $typography-title-small-small-font-size,
|
|
302
|
-
'lineHeight': $typography-title-small-small-line-height,
|
|
303
|
-
'fontWeight': $typography-title-small-small-font-weight
|
|
304
|
-
),
|
|
305
|
-
'base': (
|
|
306
|
-
'fontSize': $typography-title-small-base-font-size,
|
|
307
|
-
'lineHeight': $typography-title-small-base-line-height,
|
|
308
|
-
'fontWeight': $typography-title-small-base-font-weight
|
|
309
|
-
)
|
|
310
|
-
),
|
|
311
|
-
'heading-1': (
|
|
312
|
-
'small': (
|
|
313
|
-
'fontSize': $typography-heading-1-small-font-size,
|
|
314
|
-
'lineHeight': $typography-heading-1-small-line-height,
|
|
315
|
-
'fontWeight': $typography-heading-1-small-font-weight
|
|
316
|
-
),
|
|
317
|
-
'base': (
|
|
318
|
-
'fontSize': $typography-heading-1-base-font-size,
|
|
319
|
-
'lineHeight': $typography-heading-1-base-line-height,
|
|
320
|
-
'fontWeight': $typography-heading-1-base-font-weight
|
|
321
|
-
)
|
|
322
|
-
),
|
|
323
|
-
'heading-2': (
|
|
324
|
-
'small': (
|
|
325
|
-
'fontSize': $typography-heading-2-small-font-size,
|
|
326
|
-
'lineHeight': $typography-heading-2-small-line-height,
|
|
327
|
-
'fontWeight': $typography-heading-2-small-font-weight
|
|
328
|
-
),
|
|
329
|
-
'base': (
|
|
330
|
-
'fontSize': $typography-heading-2-base-font-size,
|
|
331
|
-
'lineHeight': $typography-heading-2-base-line-height,
|
|
332
|
-
'fontWeight': $typography-heading-2-base-font-weight
|
|
333
|
-
)
|
|
334
|
-
),
|
|
335
|
-
'heading-3': (
|
|
336
|
-
'small': (
|
|
337
|
-
'fontSize': $typography-heading-3-small-font-size,
|
|
338
|
-
'lineHeight': $typography-heading-3-small-line-height,
|
|
339
|
-
'fontWeight': $typography-heading-3-small-font-weight
|
|
340
|
-
),
|
|
341
|
-
'base': (
|
|
342
|
-
'fontSize': $typography-heading-3-base-font-size,
|
|
343
|
-
'lineHeight': $typography-heading-3-base-line-height,
|
|
344
|
-
'fontWeight': $typography-heading-3-base-font-weight
|
|
345
|
-
)
|
|
346
|
-
),
|
|
347
|
-
'heading-4': (
|
|
348
|
-
'small': (
|
|
349
|
-
'fontSize': $typography-heading-4-small-font-size,
|
|
350
|
-
'lineHeight': $typography-heading-4-small-line-height,
|
|
351
|
-
'fontWeight': $typography-heading-4-small-font-weight
|
|
352
|
-
),
|
|
353
|
-
'base': (
|
|
354
|
-
'fontSize': $typography-heading-4-base-font-size,
|
|
355
|
-
'lineHeight': $typography-heading-4-base-line-height,
|
|
356
|
-
'fontWeight': $typography-heading-4-base-font-weight
|
|
357
|
-
)
|
|
358
|
-
),
|
|
359
|
-
'heading-5': (
|
|
360
|
-
'small': (
|
|
361
|
-
'fontSize': $typography-heading-5-small-font-size,
|
|
362
|
-
'lineHeight': $typography-heading-5-small-line-height,
|
|
363
|
-
'fontWeight': $typography-heading-5-small-font-weight
|
|
364
|
-
),
|
|
365
|
-
'base': (
|
|
366
|
-
'fontSize': $typography-heading-5-base-font-size,
|
|
367
|
-
'lineHeight': $typography-heading-5-base-line-height,
|
|
368
|
-
'fontWeight': $typography-heading-5-base-font-weight
|
|
369
|
-
)
|
|
370
|
-
),
|
|
371
|
-
'body': (
|
|
372
|
-
'small': (
|
|
373
|
-
'fontSize': $typography-body-small-font-size,
|
|
374
|
-
'lineHeight': $typography-body-small-line-height,
|
|
375
|
-
'fontWeight': $typography-body-small-font-weight
|
|
376
|
-
),
|
|
377
|
-
'base': (
|
|
378
|
-
'fontSize': $typography-body-base-font-size,
|
|
379
|
-
'lineHeight': $typography-body-base-line-height,
|
|
380
|
-
'fontWeight': $typography-body-base-font-weight
|
|
381
|
-
)
|
|
382
|
-
),
|
|
383
|
-
'small': (
|
|
384
|
-
'small': (
|
|
385
|
-
'fontSize': $typography-small-small-font-size,
|
|
386
|
-
'lineHeight': $typography-small-small-line-height,
|
|
387
|
-
'fontWeight': $typography-small-small-font-weight
|
|
388
|
-
),
|
|
389
|
-
'base': (
|
|
390
|
-
'fontSize': $typography-small-base-font-size,
|
|
391
|
-
'lineHeight': $typography-small-base-line-height,
|
|
392
|
-
'fontWeight': $typography-small-base-font-weight
|
|
393
|
-
)
|
|
394
|
-
)
|
|
395
|
-
)
|
|
396
|
-
);
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
2
|
-
@layer jokul.resets {
|
|
3
|
-
/* Document
|
|
4
|
-
========================================================================== */
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* 1. Correct the line height in all browsers.
|
|
8
|
-
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
html {
|
|
12
|
-
line-height: 1.15; /* 1 */
|
|
13
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* Sections
|
|
17
|
-
========================================================================== */
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Remove the margin in all browsers.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
body {
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Correct the font size and margin on `h1` elements within `section` and
|
|
29
|
-
* `article` contexts in Chrome, Firefox, and Safari.
|
|
30
|
-
*/
|
|
31
|
-
|
|
32
|
-
h1 {
|
|
33
|
-
font-size: 2em;
|
|
34
|
-
margin: 0.67em 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/* Grouping content
|
|
38
|
-
========================================================================== */
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* 1. Add the correct box sizing in Firefox.
|
|
42
|
-
* 2. Show the overflow in Edge and IE.
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
hr {
|
|
46
|
-
box-sizing: content-box; /* 1 */
|
|
47
|
-
height: 0; /* 1 */
|
|
48
|
-
overflow: visible; /* 2 */
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
53
|
-
* 2. Correct the odd `em` font sizing in all browsers.
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
pre {
|
|
57
|
-
font-family: monospace, monospace; /* 1 */
|
|
58
|
-
font-size: 1em; /* 2 */
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/* Text-level semantics
|
|
62
|
-
========================================================================== */
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* 1. Remove the bottom border in Chrome 57-
|
|
66
|
-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
abbr[title] {
|
|
70
|
-
border-bottom: none; /* 1 */
|
|
71
|
-
text-decoration: underline; /* 2 */
|
|
72
|
-
text-decoration: underline dotted; /* 2 */
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
77
|
-
*/
|
|
78
|
-
|
|
79
|
-
b,
|
|
80
|
-
strong {
|
|
81
|
-
font-weight: bolder;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
86
|
-
* 2. Correct the odd `em` font sizing in all browsers.
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
code,
|
|
90
|
-
kbd,
|
|
91
|
-
samp {
|
|
92
|
-
font-family: monospace, monospace; /* 1 */
|
|
93
|
-
font-size: 1em; /* 2 */
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Add the correct font size in all browsers.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
small {
|
|
101
|
-
font-size: 80%;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
106
|
-
* all browsers.
|
|
107
|
-
*/
|
|
108
|
-
|
|
109
|
-
sub,
|
|
110
|
-
sup {
|
|
111
|
-
font-size: 75%;
|
|
112
|
-
line-height: 0;
|
|
113
|
-
position: relative;
|
|
114
|
-
vertical-align: baseline;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
sub {
|
|
118
|
-
bottom: -0.25em;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
sup {
|
|
122
|
-
top: -0.5em;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/* Forms
|
|
126
|
-
========================================================================== */
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* 1. Change the font styles in all browsers.
|
|
130
|
-
* 2. Remove the margin in Firefox and Safari.
|
|
131
|
-
*/
|
|
132
|
-
|
|
133
|
-
button,
|
|
134
|
-
input,
|
|
135
|
-
optgroup,
|
|
136
|
-
select,
|
|
137
|
-
textarea {
|
|
138
|
-
font-family: inherit; /* 1 */
|
|
139
|
-
font-size: 100%; /* 1 */
|
|
140
|
-
line-height: 1.15; /* 1 */
|
|
141
|
-
margin: 0; /* 2 */
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
146
|
-
* 1. Remove the inheritance of text transform in Firefox.
|
|
147
|
-
*/
|
|
148
|
-
|
|
149
|
-
button,
|
|
150
|
-
select {
|
|
151
|
-
/* 1 */
|
|
152
|
-
text-transform: none;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Correct the inability to style clickable types in iOS and Safari.
|
|
157
|
-
*/
|
|
158
|
-
|
|
159
|
-
button,
|
|
160
|
-
[type="button"],
|
|
161
|
-
[type="reset"],
|
|
162
|
-
[type="submit"] {
|
|
163
|
-
-webkit-appearance: button;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/**
|
|
167
|
-
* Correct the padding in Firefox.
|
|
168
|
-
*/
|
|
169
|
-
|
|
170
|
-
fieldset {
|
|
171
|
-
padding: 0.35em 0.75em 0.625em;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* 1. Correct the text wrapping in Edge and IE.
|
|
176
|
-
* 2. Remove the padding so developers are not caught out when they zero out
|
|
177
|
-
* `fieldset` elements in all browsers.
|
|
178
|
-
*/
|
|
179
|
-
|
|
180
|
-
legend {
|
|
181
|
-
box-sizing: border-box; /* 1 */
|
|
182
|
-
display: table; /* 1 */
|
|
183
|
-
max-width: 100%; /* 1 */
|
|
184
|
-
padding: 0; /* 2 */
|
|
185
|
-
white-space: normal; /* 1 */
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
190
|
-
*/
|
|
191
|
-
|
|
192
|
-
progress {
|
|
193
|
-
vertical-align: baseline;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
198
|
-
*/
|
|
199
|
-
|
|
200
|
-
[type="number"]::-webkit-inner-spin-button,
|
|
201
|
-
[type="number"]::-webkit-outer-spin-button {
|
|
202
|
-
height: auto;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
* 1. Correct the odd appearance in Chrome and Safari.
|
|
207
|
-
* 2. Correct the outline style in Safari.
|
|
208
|
-
*/
|
|
209
|
-
|
|
210
|
-
[type="search"] {
|
|
211
|
-
-webkit-appearance: textfield; /* 1 */
|
|
212
|
-
outline-offset: -2px; /* 2 */
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* Remove the inner padding in Chrome and Safari on macOS.
|
|
217
|
-
*/
|
|
218
|
-
|
|
219
|
-
[type="search"]::-webkit-search-decoration {
|
|
220
|
-
-webkit-appearance: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
225
|
-
* 2. Change font properties to `inherit` in Safari.
|
|
226
|
-
*/
|
|
227
|
-
|
|
228
|
-
::-webkit-file-upload-button {
|
|
229
|
-
-webkit-appearance: button; /* 1 */
|
|
230
|
-
font: inherit; /* 2 */
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/* Interactive
|
|
234
|
-
========================================================================== */
|
|
235
|
-
|
|
236
|
-
/*
|
|
237
|
-
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
238
|
-
*/
|
|
239
|
-
|
|
240
|
-
details {
|
|
241
|
-
display: block;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/*
|
|
245
|
-
* Add the correct display in all browsers.
|
|
246
|
-
*/
|
|
247
|
-
|
|
248
|
-
summary {
|
|
249
|
-
display: list-item;
|
|
250
|
-
}
|
|
251
|
-
}
|