datajunction-ui 0.0.20 → 0.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datajunction-ui",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "DataJunction Metrics Platform UI",
5
5
  "module": "src/index.tsx",
6
6
  "repository": {
@@ -135,7 +135,7 @@
135
135
 
136
136
  /* Notifications menu */
137
137
  .notifications-menu {
138
- min-width: 240px;
138
+ min-width: 340px;
139
139
  max-width: 600px;
140
140
  padding: 0;
141
141
  }
@@ -221,7 +221,7 @@
221
221
  }
222
222
 
223
223
  .notification-title {
224
- font-size: 13px;
224
+ font-size: 15px;
225
225
  color: #333;
226
226
  font-weight: 500;
227
227
  display: flex;
@@ -230,7 +230,7 @@
230
230
  }
231
231
 
232
232
  .notification-entity {
233
- font-size: 11px;
233
+ font-size: 13px;
234
234
  }
235
235
 
236
236
  .notification-title .badge.version {
@@ -243,7 +243,7 @@
243
243
  }
244
244
 
245
245
  .notification-meta {
246
- font-size: 11px;
246
+ font-size: 13px;
247
247
  color: #999;
248
248
  display: flex;
249
249
  align-items: center;