jvetrau-ds 0.2.30 → 0.2.31
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.
|
@@ -38,6 +38,21 @@
|
|
|
38
38
|
/* motion */
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
.surface--primary .course-outline__meta {
|
|
42
|
+
/* color */
|
|
43
|
+
--course-outline-meta-color: var(--surface-color);
|
|
44
|
+
|
|
45
|
+
/* typography */
|
|
46
|
+
|
|
47
|
+
/* size */
|
|
48
|
+
|
|
49
|
+
/* border */
|
|
50
|
+
|
|
51
|
+
/* depth */
|
|
52
|
+
|
|
53
|
+
/* motion */
|
|
54
|
+
}
|
|
55
|
+
|
|
41
56
|
.surface--secondary {
|
|
42
57
|
/* color */
|
|
43
58
|
--surface-bg: var(--color-bg-container-secondary);
|
|
@@ -102,6 +117,36 @@
|
|
|
102
117
|
/* motion */
|
|
103
118
|
}
|
|
104
119
|
|
|
120
|
+
.surface--secondary .course-outline__title a {
|
|
121
|
+
/* color */
|
|
122
|
+
--course-outline-title-color-link: var(--color-primary-1);
|
|
123
|
+
|
|
124
|
+
/* typography */
|
|
125
|
+
|
|
126
|
+
/* size */
|
|
127
|
+
|
|
128
|
+
/* border */
|
|
129
|
+
|
|
130
|
+
/* depth */
|
|
131
|
+
|
|
132
|
+
/* motion */
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.surface--secondary .course-outline__action a {
|
|
136
|
+
/* color */
|
|
137
|
+
--course-outline-action-color-link: var(--color-primary-1);
|
|
138
|
+
|
|
139
|
+
/* typography */
|
|
140
|
+
|
|
141
|
+
/* size */
|
|
142
|
+
|
|
143
|
+
/* border */
|
|
144
|
+
|
|
145
|
+
/* depth */
|
|
146
|
+
|
|
147
|
+
/* motion */
|
|
148
|
+
}
|
|
149
|
+
|
|
105
150
|
.surface--tertiary {
|
|
106
151
|
/* color */
|
|
107
152
|
--surface-bg: var(--color-bg-container-tertiary);
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
--course-outline-item-gap:
|
|
1687
1687
|
var(--margin-item);
|
|
1688
1688
|
--course-outline-item-content-gap:
|
|
1689
|
-
var(--
|
|
1689
|
+
var(--margin-descriptor);
|
|
1690
1690
|
--course-outline-details-gap:
|
|
1691
1691
|
var(--font-body-margin);
|
|
1692
1692
|
|
|
@@ -4784,6 +4784,21 @@
|
|
|
4784
4784
|
/* motion */
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
|
+
.surface--primary .course-outline__meta {
|
|
4788
|
+
/* color */
|
|
4789
|
+
--course-outline-meta-color: var(--surface-color);
|
|
4790
|
+
|
|
4791
|
+
/* typography */
|
|
4792
|
+
|
|
4793
|
+
/* size */
|
|
4794
|
+
|
|
4795
|
+
/* border */
|
|
4796
|
+
|
|
4797
|
+
/* depth */
|
|
4798
|
+
|
|
4799
|
+
/* motion */
|
|
4800
|
+
}
|
|
4801
|
+
|
|
4787
4802
|
.surface--secondary {
|
|
4788
4803
|
/* color */
|
|
4789
4804
|
--surface-bg: var(--color-bg-container-secondary);
|
|
@@ -4848,6 +4863,36 @@
|
|
|
4848
4863
|
/* motion */
|
|
4849
4864
|
}
|
|
4850
4865
|
|
|
4866
|
+
.surface--secondary .course-outline__title a {
|
|
4867
|
+
/* color */
|
|
4868
|
+
--course-outline-title-color-link: var(--color-primary-1);
|
|
4869
|
+
|
|
4870
|
+
/* typography */
|
|
4871
|
+
|
|
4872
|
+
/* size */
|
|
4873
|
+
|
|
4874
|
+
/* border */
|
|
4875
|
+
|
|
4876
|
+
/* depth */
|
|
4877
|
+
|
|
4878
|
+
/* motion */
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4881
|
+
.surface--secondary .course-outline__action a {
|
|
4882
|
+
/* color */
|
|
4883
|
+
--course-outline-action-color-link: var(--color-primary-1);
|
|
4884
|
+
|
|
4885
|
+
/* typography */
|
|
4886
|
+
|
|
4887
|
+
/* size */
|
|
4888
|
+
|
|
4889
|
+
/* border */
|
|
4890
|
+
|
|
4891
|
+
/* depth */
|
|
4892
|
+
|
|
4893
|
+
/* motion */
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4851
4896
|
.surface--tertiary {
|
|
4852
4897
|
/* color */
|
|
4853
4898
|
--surface-bg: var(--color-bg-container-tertiary);
|