@digigov/css 2.0.0-a402a664 → 2.0.0-a64dc016
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/dist/components.js +1 -1
- package/dist/digigov.css +1 -1
- package/package.json +6 -6
- package/src/components/accordion.css +31 -6
- package/src/components/blockquote.common.css +1 -1
- package/src/components/breadcrumbs.css +1 -1
- package/src/components/card.common.css +1 -1
- package/src/components/card.css +17 -1
- package/src/components/code.css +5 -4
- package/src/components/details.common.css +1 -1
- package/src/components/details.css +4 -0
- package/src/components/drawer.css +1 -1
- package/src/components/dropdown.common.css +1 -1
- package/src/components/fillable.css +1 -1
- package/src/components/filter.css +17 -23
- package/src/components/form.css +2 -2
- package/src/components/header.css +4 -0
- package/src/components/misc.css +1 -1
- package/src/components/panel.common.css +1 -1
- package/src/components/phase-banner.common.css +1 -1
- package/src/components/stack.css +2 -2
- package/src/components/stepnav.css +2 -2
- package/src/components/summary-list.common.css +10 -1
- package/src/components/summary-list.css +10 -1
- package/src/components/table.css +14 -8
- package/src/components/tabs.css +8 -5
- package/src/components/task-list.css +12 -7
- package/src/components/timeline.css +8 -7
- package/src/components/typography.common.css +1 -1
- package/src/components/typography.css +7 -4
- package/src/components/warning-text.common.css +1 -1
- package/src/components/warning-text.css +1 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.ds-timeline {
|
|
2
|
-
@apply mb-4 pl-6 pb-2 border-l-4 border-secondary;
|
|
2
|
+
@apply mb-4 md:mb-8 pl-6 pb-2 border-l-4 border-secondary;
|
|
3
3
|
&.ds-timeline--dense,
|
|
4
4
|
.ds-dense & {
|
|
5
5
|
@apply pb-0 border-l-3;
|
|
6
6
|
.ds-timeline__item {
|
|
7
|
-
@apply mb-
|
|
7
|
+
@apply mb-3 md:mb-6;
|
|
8
8
|
}
|
|
9
9
|
.ds-timeline__heading {
|
|
10
10
|
@apply mb-2;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
@apply mb-10 md:mb-12;
|
|
21
21
|
}
|
|
22
22
|
.ds-timeline__heading {
|
|
23
|
-
@apply md:text-3xl
|
|
23
|
+
@apply text-2xl md:text-3xl font-bold mx-0 mb-3 md:mb-6 relative;
|
|
24
24
|
&::before {
|
|
25
25
|
@apply block absolute top-4 -left-6 w-4
|
|
26
26
|
border-b-4 border-secondary;
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
.ds-timeline__heading-md {
|
|
31
|
-
@apply md:text-2xl
|
|
31
|
+
@apply text-xl md:text-2xl mb-2 md:mb-4;
|
|
32
32
|
&::before {
|
|
33
33
|
@apply top-3 w-3;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
.ds-timeline__heading-sm {
|
|
37
|
-
@apply md:text-lg
|
|
37
|
+
@apply text-base md:text-lg mb-1 md:mb-3;
|
|
38
38
|
&::before {
|
|
39
39
|
@apply top-2.5 w-3;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
.ds-timeline__content {
|
|
43
|
-
@apply mb-4;
|
|
43
|
+
@apply mb-2 md:mb-4;
|
|
44
44
|
}
|
|
45
45
|
.ds-timeline__actions {
|
|
46
|
-
@apply flex flex-wrap items-center gap-4 mb-
|
|
46
|
+
@apply flex flex-wrap items-center gap-4 mb-0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* overrides */
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
.ds-timeline__actions {
|
|
57
|
+
.ds-btn-group,
|
|
57
58
|
.ds-btn,
|
|
58
59
|
.ds-link {
|
|
59
60
|
@apply mb-0;
|
|
@@ -179,11 +179,14 @@
|
|
|
179
179
|
&.ds-link--no-underline {
|
|
180
180
|
@apply no-underline hover:underline;
|
|
181
181
|
}
|
|
182
|
-
&.ds-link--disabled
|
|
183
|
-
|
|
184
|
-
|
|
182
|
+
&.ds-link--disabled,
|
|
183
|
+
&[disabled] {
|
|
184
|
+
@apply !cursor-not-allowed text-base-600 hover:text-base-600;
|
|
185
185
|
&:hover {
|
|
186
|
-
|
|
186
|
+
text-decoration-thickness: inherit;
|
|
187
|
+
}
|
|
188
|
+
&.ds-link--no-underline {
|
|
189
|
+
@apply hover:no-underline;
|
|
187
190
|
}
|
|
188
191
|
}
|
|
189
192
|
&.ds-link-warning {
|