@alma/widgets 3.3.11 → 3.4.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.
File without changes
@@ -76,6 +76,21 @@
76
76
  font-size: 20px;
77
77
  }
78
78
 
79
+ ._15KNd {
80
+ margin: 4px 0;
81
+ font-family: 'Venn', sans-serif;
82
+ border-radius: 20px;
83
+ border: 1px solid var(--off-white);
84
+ padding: 16px;
85
+ z-index: 2;
86
+ position: relative;
87
+ font-size: 16px;
88
+ }
89
+
90
+ ._3T0mA {
91
+ font-weight: var(--weight-bold);
92
+ }
93
+
79
94
  ._W7qIA {
80
95
  display: flex;
81
96
  font-family: 'Venn', sans-serif;
@@ -90,6 +105,13 @@
90
105
  text-align: right;
91
106
  }
92
107
 
108
+ ._2e3lw {
109
+ font-size: 10px;
110
+ font-family: 'Venn', sans-serif;
111
+ margin-top: 8px;
112
+ font-weight: var(--weight-normal);
113
+ }
114
+
93
115
  ._31lrj {
94
116
  display: flex;
95
117
  flex-direction: column;
@@ -195,6 +217,9 @@
195
217
  }
196
218
  }
197
219
 
220
+ ._bplXm {
221
+ text-decoration: underline;
222
+ }
198
223
  ._1l2Oa {
199
224
  display: flex;
200
225
  flex-wrap: wrap;
@@ -273,7 +298,7 @@
273
298
 
274
299
  ._1Z9wr::after {
275
300
  border-left: 2px solid var(--off-white);
276
- height: 85px;
301
+ height: 18px;
277
302
  margin-left: 4px;
278
303
  content: " ";
279
304
  position: absolute;
@@ -288,11 +313,6 @@
288
313
  font-family: 'Venn', sans-serif;
289
314
  }
290
315
 
291
- ._3a7er {
292
- font-size: 14px;
293
- margin-left: 4px;
294
- }
295
-
296
316
  @media (min-width: 800px) {
297
317
  ._MPKjS {
298
318
  overflow-y: auto;