srcdev-nuxt-components 5.0.3 → 6.0.1
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/README.md +2 -10
- package/app/assets/styles/extends-layer/srcdev-components/components/_display-prompt-core.css +72 -0
- package/app/assets/styles/extends-layer/srcdev-components/components/index.css +1 -0
- package/app/assets/styles/extends-layer/srcdev-components/index.css +2 -0
- package/app/assets/styles/extends-layer/srcdev-components/setup/index.css +1 -0
- package/{assets/styles/extends-layer/srcdev-components → app/assets/styles/extends-layer/srcdev-components/setup}/themes/_error.css +1 -1
- package/{assets/styles/extends-layer/srcdev-components → app/assets/styles/extends-layer/srcdev-components/setup}/themes/_info.css +1 -1
- package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_secondary.css +15 -0
- package/{assets/styles/extends-layer/srcdev-components → app/assets/styles/extends-layer/srcdev-components/setup}/themes/_success.css +1 -1
- package/{assets/styles/extends-layer/srcdev-components → app/assets/styles/extends-layer/srcdev-components/setup}/themes/_warning.css +1 -1
- package/{assets/styles/extends-layer/srcdev-components → app/assets/styles/extends-layer/srcdev-components/setup}/themes/index.css +1 -0
- package/app/assets/styles/setup/_head.css +36 -0
- package/{assets → app/assets}/styles/setup/a11y/_variables.css +0 -2
- package/app/assets/styles/setup/index.css +5 -0
- package/app/assets/styles/setup/typography/index.css +2 -0
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-classes.css +217 -0
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-variation-settings.css +29 -0
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-weights.css +39 -0
- package/app/assets/styles/setup/typography/vars/_colors.css +14 -0
- package/app/assets/styles/setup/typography/vars/_reponsive-font-sizes.css +12 -0
- package/{assets → app/assets}/styles/setup/typography/vars/index.css +1 -0
- package/app/assets/styles/setup/utility-classes/_fluid-spacing.css +13 -0
- package/app/assets/styles/setup/utility-classes/animations/_auto-rotate.css +13 -0
- package/app/assets/styles/setup/utility-classes/animations/_entry-exit-blur.css +16 -0
- package/app/assets/styles/setup/utility-classes/animations/_entry-slide-in.css +15 -0
- package/app/assets/styles/setup/utility-classes/animations/_entry-zoom-reveal.css +15 -0
- package/app/assets/styles/setup/utility-classes/animations/index.css +4 -0
- package/app/assets/styles/setup/utility-classes/index.css +2 -0
- package/app/assets/styles/setup/variables/index.css +1 -0
- package/{components → app/components}/accordian/AccordianCore.vue +1 -1
- package/{components → app/components}/display-prompt/DisplayPromptCore.vue +1 -1
- package/{components → app/components}/responsive-header/NavigationItems.vue +1 -1
- package/nuxt.config.ts +5 -2
- package/package.json +13 -17
- package/assets/styles/extends-layer/srcdev-components/display-prompt-core/index.css +0 -70
- package/assets/styles/extends-layer/srcdev-components/index.css +0 -2
- package/assets/styles/setup/_head.css +0 -5
- package/assets/styles/setup/index.css +0 -5
- package/assets/styles/setup/typography/index.css +0 -2
- package/assets/styles/setup/typography/utility-classes/_generic-font-classes.css +0 -192
- package/assets/styles/setup/typography/utility-classes/_generic-font-variation-settings.css +0 -29
- package/assets/styles/setup/typography/utility-classes/_generic-font-weights.css +0 -41
- package/assets/styles/setup/typography/vars/_reponsive-font-sizes.css +0 -10
- package/assets/styles/setup/utility-classes/_margin-helpers.css +0 -334
- package/assets/styles/setup/utility-classes/_padding-helpers.css +0 -308
- package/assets/styles/setup/utility-classes/_page.css +0 -50
- package/assets/styles/setup/utility-classes/index.css +0 -3
- package/assets/styles/setup/variables/index.css +0 -1
- package/{assets → app/assets}/styles/main.css +0 -0
- package/{assets → app/assets}/styles/setup/a11y/_utils.css +0 -0
- package/{assets → app/assets}/styles/setup/a11y/index.css +0 -0
- package/{assets → app/assets}/styles/setup/typography/utility-classes/index.css +1 -1
- package/{assets → app/assets}/styles/setup/variables/colors/_blue.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/_gray.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/_green.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/_orange.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/_red.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/_yellow.css +0 -0
- package/{assets → app/assets}/styles/setup/variables/colors/index.css +3 -3
- /package/{components → app/components}/animated-svg-text/AnimatedSvgText.vue +0 -0
- /package/{components → app/components}/canvas-switcher/CanvasSwitcher.vue +0 -0
- /package/{components → app/components}/carousel-basic/CarouselBasic.vue +0 -0
- /package/{components → app/components}/carousel-basic/CarouselFlip.vue +0 -0
- /package/{components → app/components}/carousel-basic/CarouselInfinite.vue +0 -0
- /package/{components → app/components}/clip-element/ClipElement.vue +0 -0
- /package/{components → app/components}/clipped-panels/ClippedPanel.vue +0 -0
- /package/{components → app/components}/container-glow/ContainerGlowCore.vue +0 -0
- /package/{components → app/components}/content-grid/ContentGrid.vue +0 -0
- /package/{components → app/components}/deep-expanding-menu/DeepExpandingMenu.vue +0 -0
- /package/{components → app/components}/deep-expanding-menu/DeepExpandingMenuOld.vue +0 -0
- /package/{components → app/components}/display-banner/DisplayBanner.vue +0 -0
- /package/{components → app/components}/display-details/DisplayDetailsCore.vue +0 -0
- /package/{components → app/components}/display-dialog/DisplayDialogCore.vue +0 -0
- /package/{components → app/components}/display-dialog/variants/DisplayDialogConfirm.vue +0 -0
- /package/{components → app/components}/display-dialog/variants/DisplayDialogScrollableContent.vue +0 -0
- /package/{components → app/components}/display-grid/DisplayGridCore.vue +0 -0
- /package/{components → app/components}/display-prompt/variants/DisplayPromptError.vue +0 -0
- /package/{components → app/components}/expanding-panel/ExpandingPanel.vue +0 -0
- /package/{components → app/components}/image-galleries/SliderGallery.vue +0 -0
- /package/{components → app/components}/layout-grids/LayoutGridA.vue +0 -0
- /package/{components → app/components}/layout-grids/LayoutGridB.vue +0 -0
- /package/{components → app/components}/layout-row/LayoutRow.vue +0 -0
- /package/{components → app/components}/masonry-grid/MasonryGrid.vue +0 -0
- /package/{components → app/components}/masonry-grid-ordered/MasonryGridOrdered.vue +0 -0
- /package/{components → app/components}/masonry-grid-sorted/MasonryGridSorted.vue +0 -0
- /package/{components → app/components}/pop-over/PopOver.vue +0 -0
- /package/{components → app/components}/responsive-header/ResponsiveHeader.vue +0 -0
- /package/{components → app/components}/rotating-carousel/RotatingCarouselImage.vue +0 -0
- /package/{components → app/components}/skip-links/SkipLinks.vue +0 -0
- /package/{components → app/components}/tabs/TabsCore.vue +0 -0
- /package/{composables → app/composables}/useDialogControls.ts +0 -0
- /package/{composables → app/composables}/useStyleClassPassthrough.ts +0 -0
- /package/{composables → app/composables}/useTabs.ts +0 -0
- /package/{types → app/types}/gallery-data.ts +0 -0
- /package/{types → app/types}/responsiveHeader.ts +0 -0
- /package/{types → app/types}/types.carousel-basic.ts +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "srcdev-nuxt-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.1",
|
|
5
5
|
"main": "nuxt.config.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"clean": "rm -rf .nuxt && rm -rf .output && rm -rf .playground/.nuxt && rm -rf .playground/.output",
|
|
@@ -18,25 +18,21 @@
|
|
|
18
18
|
"test": "vitest"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"composables/",
|
|
24
|
-
"plugins/",
|
|
25
|
-
"types/"
|
|
21
|
+
"app/",
|
|
22
|
+
"nuxt.config.ts"
|
|
26
23
|
],
|
|
27
24
|
"devDependencies": {
|
|
28
|
-
"@iconify-json/akar-icons": "1.2.
|
|
29
|
-
"@iconify-json/bitcoin-icons": "1.2.
|
|
30
|
-
"@nuxt/eslint-config": "1.
|
|
31
|
-
"@nuxt/icon": "
|
|
32
|
-
"@nuxt/image": "1.
|
|
33
|
-
"@
|
|
34
|
-
"@vueuse/core": "13.5.0",
|
|
25
|
+
"@iconify-json/akar-icons": "1.2.7",
|
|
26
|
+
"@iconify-json/bitcoin-icons": "1.2.4",
|
|
27
|
+
"@nuxt/eslint-config": "1.8.0",
|
|
28
|
+
"@nuxt/icon": "2.0.0",
|
|
29
|
+
"@nuxt/image": "1.11.0",
|
|
30
|
+
"@vueuse/core": "13.6.0",
|
|
35
31
|
"eslint": "9.31.0",
|
|
36
|
-
"happy-dom": "
|
|
37
|
-
"nuxt": "
|
|
38
|
-
"release-it": "
|
|
39
|
-
"typescript": "5.
|
|
32
|
+
"happy-dom": "18.0.1",
|
|
33
|
+
"nuxt": "4.0.3",
|
|
34
|
+
"release-it": "19.0.4",
|
|
35
|
+
"typescript": "5.9.2"
|
|
40
36
|
},
|
|
41
37
|
"dependencies": {
|
|
42
38
|
"focus-trap-vue": "4.0.3",
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
.display-prompt-core {
|
|
2
|
-
.display-prompt-wrapper {
|
|
3
|
-
background-color: var(--component-theme-10);
|
|
4
|
-
border: 1px solid var(--component-theme-8);
|
|
5
|
-
border-inline-start: 8px solid var(--component-theme-8);
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
border-start-start-radius: 8px;
|
|
8
|
-
border-end-start-radius: 8px;
|
|
9
|
-
|
|
10
|
-
.display-prompt-inner {
|
|
11
|
-
align-items: center;
|
|
12
|
-
gap: 12px;
|
|
13
|
-
padding-block: 1rem;
|
|
14
|
-
padding-inline: 1.5rem;
|
|
15
|
-
|
|
16
|
-
.display-prompt-icon {
|
|
17
|
-
.icon {
|
|
18
|
-
color: var(--component-theme-8);
|
|
19
|
-
font-size: 3rem;
|
|
20
|
-
font-style: normal;
|
|
21
|
-
font-weight: normal;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.display-prompt-content {
|
|
26
|
-
gap: 1rem;
|
|
27
|
-
margin: 0;
|
|
28
|
-
padding: 0.2rem;
|
|
29
|
-
|
|
30
|
-
.title {
|
|
31
|
-
font-size: var(--step-5);
|
|
32
|
-
font-weight: bold;
|
|
33
|
-
line-height: 1.3;
|
|
34
|
-
color: var(--component-theme-8);
|
|
35
|
-
margin: 0;
|
|
36
|
-
padding: 0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.text {
|
|
40
|
-
font-size: var(--step-5);
|
|
41
|
-
font-weight: normal;
|
|
42
|
-
line-height: 1.3;
|
|
43
|
-
color: var(--component-theme-8);
|
|
44
|
-
margin: 0;
|
|
45
|
-
padding: 0;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.display-prompt-action {
|
|
49
|
-
background-color: transparent;
|
|
50
|
-
align-items: center;
|
|
51
|
-
margin: 1rem;
|
|
52
|
-
padding: 0.5rem;
|
|
53
|
-
border: 0.1rem solid var(--component-theme-8);
|
|
54
|
-
border-radius: 50%;
|
|
55
|
-
outline: 1px solid var(--component-theme-3);
|
|
56
|
-
|
|
57
|
-
&:hover {
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.icon {
|
|
62
|
-
color: var(--component-theme-8);
|
|
63
|
-
font-size: var(--step-5);
|
|
64
|
-
border: 1px solid green;
|
|
65
|
-
padding: 1rem;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
.heading-1 {
|
|
3
|
-
font-size: var(--step-8);
|
|
4
|
-
font-weight: bold;
|
|
5
|
-
line-height: 1.3;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.heading-2 {
|
|
9
|
-
font-size: var(--step-7);
|
|
10
|
-
font-weight: bold;
|
|
11
|
-
line-height: 1.3;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.heading-3 {
|
|
15
|
-
font-size: var(--step-6);
|
|
16
|
-
font-weight: bold;
|
|
17
|
-
line-height: 1.3;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.heading-4 {
|
|
21
|
-
font-size: var(--step-5);
|
|
22
|
-
font-weight: bold;
|
|
23
|
-
line-height: 1.3;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.heading-5 {
|
|
27
|
-
font-size: var(--step-4);
|
|
28
|
-
font-weight: bold;
|
|
29
|
-
line-height: 1.3;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.heading-6 {
|
|
33
|
-
font-size: var(--step-3);
|
|
34
|
-
font-weight: bold;
|
|
35
|
-
line-height: 1.3;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/* Body text */
|
|
39
|
-
|
|
40
|
-
.body-large {
|
|
41
|
-
font-size: var(--step-6);
|
|
42
|
-
font-weight: normal;
|
|
43
|
-
line-height: 1.5;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.body-medium {
|
|
47
|
-
font-size: var(--step-5);
|
|
48
|
-
font-weight: normal;
|
|
49
|
-
line-height: 1.5;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.body-normal {
|
|
53
|
-
font-size: var(--step-4);
|
|
54
|
-
font-weight: normal;
|
|
55
|
-
line-height: 1.5;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.body-small {
|
|
59
|
-
font-size: var(--step--0);
|
|
60
|
-
font-weight: normal;
|
|
61
|
-
line-height: 1.5;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.body-xsmall {
|
|
65
|
-
font-size: var(--step-2);
|
|
66
|
-
font-weight: normal;
|
|
67
|
-
line-height: 1.5;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.body-large-semibold {
|
|
71
|
-
font-size: var(--step-6);
|
|
72
|
-
font-weight: 500;
|
|
73
|
-
line-height: 1.5;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.body-medium-semibold {
|
|
77
|
-
font-size: var(--step-5);
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
line-height: 1.5;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.body-normal-semibold {
|
|
83
|
-
font-size: var(--step-4);
|
|
84
|
-
font-weight: 500;
|
|
85
|
-
line-height: 1.5;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.body-small-semibold {
|
|
89
|
-
font-size: var(--step-3);
|
|
90
|
-
font-weight: 500;
|
|
91
|
-
line-height: 1.5;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.body-xsmall-semibold {
|
|
95
|
-
font-size: var(--step-2);
|
|
96
|
-
font-weight: 500;
|
|
97
|
-
line-height: 1.5;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.body-large-bold {
|
|
101
|
-
font-size: var(--step-6);
|
|
102
|
-
font-weight: bold;
|
|
103
|
-
line-height: 1.5;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.body-medium-bold {
|
|
107
|
-
font-size: var(--step-5);
|
|
108
|
-
font-weight: bold;
|
|
109
|
-
line-height: 1.5;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.body-normal-bold {
|
|
113
|
-
font-size: var(--step-4);
|
|
114
|
-
font-weight: bold;
|
|
115
|
-
line-height: 1.5;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.body-small-bold {
|
|
119
|
-
font-size: var(--step-3);
|
|
120
|
-
font-weight: bold;
|
|
121
|
-
line-height: 1.5;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.body-xsmall-bold {
|
|
125
|
-
font-size: var(--step-2);
|
|
126
|
-
font-weight: bold;
|
|
127
|
-
line-height: 1.5;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/* Links */
|
|
131
|
-
|
|
132
|
-
.link-large {
|
|
133
|
-
color: var(--theme-link-default);
|
|
134
|
-
font-size: var(--step-6);
|
|
135
|
-
font-weight: 600;
|
|
136
|
-
line-height: 1.5;
|
|
137
|
-
text-decoration: underline;
|
|
138
|
-
|
|
139
|
-
&:visited {
|
|
140
|
-
color: var(--theme-link-default);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.link-medium {
|
|
145
|
-
color: var(--theme-link-default);
|
|
146
|
-
font-size: var(--step-5);
|
|
147
|
-
font-weight: 600;
|
|
148
|
-
line-height: 1.5;
|
|
149
|
-
text-decoration: underline;
|
|
150
|
-
|
|
151
|
-
&:visited {
|
|
152
|
-
color: var(--theme-link-default);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.link-normal {
|
|
157
|
-
color: var(--theme-link-default);
|
|
158
|
-
font-size: var(--step-4);
|
|
159
|
-
font-weight: 600;
|
|
160
|
-
line-height: 1.5;
|
|
161
|
-
text-decoration: underline;
|
|
162
|
-
|
|
163
|
-
&:visited,
|
|
164
|
-
&:active {
|
|
165
|
-
color: var(--theme-link-default);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.link-small {
|
|
170
|
-
color: var(--theme-link-default);
|
|
171
|
-
font-size: var(--step-3);
|
|
172
|
-
font-weight: 600;
|
|
173
|
-
line-height: 1.5;
|
|
174
|
-
text-decoration: underline;
|
|
175
|
-
|
|
176
|
-
&:visited {
|
|
177
|
-
color: var(--theme-link-default);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.link-xsmall {
|
|
182
|
-
color: var(--theme-link-default);
|
|
183
|
-
font-size: var(--step-2);
|
|
184
|
-
font-weight: 600;
|
|
185
|
-
line-height: 1.5;
|
|
186
|
-
text-decoration: underline;
|
|
187
|
-
|
|
188
|
-
&:visited {
|
|
189
|
-
color: var(--theme-link-default);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
.fvs-wght-100 {
|
|
3
|
-
font-variation-settings: 'wght' 100;
|
|
4
|
-
}
|
|
5
|
-
.fvs-wght-200 {
|
|
6
|
-
font-variation-settings: 'wght' 200;
|
|
7
|
-
}
|
|
8
|
-
.fvs-wght-300 {
|
|
9
|
-
font-variation-settings: 'wght' 300;
|
|
10
|
-
}
|
|
11
|
-
.fvs-wght-400 {
|
|
12
|
-
font-variation-settings: 'wght' 400;
|
|
13
|
-
}
|
|
14
|
-
.fvs-wght-500 {
|
|
15
|
-
font-variation-settings: 'wght' 500;
|
|
16
|
-
}
|
|
17
|
-
.fvs-wght-600 {
|
|
18
|
-
font-variation-settings: 'wght' 600;
|
|
19
|
-
}
|
|
20
|
-
.fvs-wght-700 {
|
|
21
|
-
font-variation-settings: 'wght' 700;
|
|
22
|
-
}
|
|
23
|
-
.fvs-wght-800 {
|
|
24
|
-
font-variation-settings: 'wght' 800;
|
|
25
|
-
}
|
|
26
|
-
.fvs-wght-900 {
|
|
27
|
-
font-variation-settings: 'wght' 900;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* By numeric step */
|
|
3
|
-
.wght-100 {
|
|
4
|
-
font-weight: 100;
|
|
5
|
-
}
|
|
6
|
-
.wght-200 {
|
|
7
|
-
font-weight: 200;
|
|
8
|
-
}
|
|
9
|
-
.wght-300 {
|
|
10
|
-
font-weight: 300;
|
|
11
|
-
}
|
|
12
|
-
.wght-400 {
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
}
|
|
15
|
-
.wght-500 {
|
|
16
|
-
font-weight: 500;
|
|
17
|
-
}
|
|
18
|
-
.wght-600 {
|
|
19
|
-
font-weight: 600;
|
|
20
|
-
}
|
|
21
|
-
.wght-700 {
|
|
22
|
-
font-weight: 700;
|
|
23
|
-
}
|
|
24
|
-
.wght-800 {
|
|
25
|
-
font-weight: 800;
|
|
26
|
-
}
|
|
27
|
-
.wght-900 {
|
|
28
|
-
font-weight: 900;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/* By named weight */
|
|
32
|
-
.light {
|
|
33
|
-
font-weight: light;
|
|
34
|
-
}
|
|
35
|
-
.normal {
|
|
36
|
-
font-weight: normal;
|
|
37
|
-
}
|
|
38
|
-
.bold {
|
|
39
|
-
font-weight: bold;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--step-8: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem);
|
|
3
|
-
--step-7: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
|
|
4
|
-
--step-6: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
|
|
5
|
-
--step-5: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
|
|
6
|
-
--step-4: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
|
|
7
|
-
--step-3: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
|
|
8
|
-
--step-2: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
|
|
9
|
-
--step-1: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
|
|
10
|
-
}
|