datajunction-ui 0.0.19 → 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 +1 -1
- package/src/styles/nav-bar.css +4 -4
package/package.json
CHANGED
package/src/styles/nav-bar.css
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
/* Notifications menu */
|
|
137
137
|
.notifications-menu {
|
|
138
|
-
min-width:
|
|
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:
|
|
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:
|
|
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:
|
|
246
|
+
font-size: 13px;
|
|
247
247
|
color: #999;
|
|
248
248
|
display: flex;
|
|
249
249
|
align-items: center;
|