@mongodb-js/compass-query-history 0.0.0-next-cd3c5c1303c464ef7900dc08adb8154d15c7f3a9 → 0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c
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/browser.js +1 -1
- package/dist/index.css +11 -11
- package/dist/index.js +1 -1
- package/package.json +13 -13
package/dist/index.css
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
display: flex;
|
3
3
|
flex-direction: column;
|
4
4
|
background: #ffffff;
|
5
|
-
box-shadow: 0 2px 20px 0 rgba(0,
|
5
|
+
box-shadow: 0 2px 20px 0 rgba(0, 30, 43, 0.1);
|
6
6
|
border-radius: 3px;
|
7
7
|
border: 1px solid transparent;
|
8
|
-
color: #
|
8
|
+
color: #3D4F58;
|
9
9
|
max-width: 314px;
|
10
10
|
}
|
11
11
|
.card-module-component__1oGLQ:hover {
|
12
|
-
border-color: #
|
12
|
+
border-color: #0498EC;
|
13
13
|
}
|
14
14
|
.card-module-component__1oGLQ:hover .card-module-component-header-actions__1oVkw {
|
15
15
|
display: flex;
|
@@ -39,7 +39,7 @@
|
|
39
39
|
font-weight: bold;
|
40
40
|
font-size: 14px;
|
41
41
|
line-height: 1;
|
42
|
-
color: #
|
42
|
+
color: #3D4F58;
|
43
43
|
white-space: nowrap;
|
44
44
|
}
|
45
45
|
.card-module-component-header-actions__1oVkw {
|
@@ -76,7 +76,7 @@
|
|
76
76
|
.list-module-zeroState-title__yb76z {
|
77
77
|
font-weight: bold;
|
78
78
|
font-size: 14px;
|
79
|
-
color: #
|
79
|
+
color: #3D4F58;
|
80
80
|
overflow: hidden;
|
81
81
|
height: 18px;
|
82
82
|
}
|
@@ -93,7 +93,7 @@
|
|
93
93
|
border-radius: 3px;
|
94
94
|
color: white;
|
95
95
|
padding: 2px 10px 2px 10px;
|
96
|
-
background: rgba(0,
|
96
|
+
background: rgba(0, 30, 43, 0.75);
|
97
97
|
content: 'Copied!';
|
98
98
|
text-transform: none;
|
99
99
|
font-weight: normal;
|
@@ -111,7 +111,7 @@
|
|
111
111
|
border-radius: 3px;
|
112
112
|
color: white;
|
113
113
|
padding: 2px 10px 2px 10px;
|
114
|
-
background: rgba(0,
|
114
|
+
background: rgba(0, 30, 43, 0.75);
|
115
115
|
content: 'Copied!';
|
116
116
|
text-transform: none;
|
117
117
|
font-weight: normal;
|
@@ -123,7 +123,7 @@
|
|
123
123
|
}
|
124
124
|
.saving-module-form-input__1FeuB {
|
125
125
|
flex: 1;
|
126
|
-
border: 1px solid #
|
126
|
+
border: 1px solid #C1C7C6;
|
127
127
|
border-radius: 2px;
|
128
128
|
height: 28px;
|
129
129
|
outline: 0;
|
@@ -131,7 +131,7 @@
|
|
131
131
|
width: 100%;
|
132
132
|
}
|
133
133
|
.saving-module-form-input__1FeuB:focus {
|
134
|
-
border-color: #
|
134
|
+
border-color: #0498EC;
|
135
135
|
}
|
136
136
|
.saving-module-button__13nGv {
|
137
137
|
min-width: 50px;
|
@@ -155,8 +155,8 @@
|
|
155
155
|
flex-direction: column;
|
156
156
|
flex: 1;
|
157
157
|
animation: 400ms :local(slidein);
|
158
|
-
background-color: #
|
159
|
-
border-left: solid 1px #
|
158
|
+
background-color: #F9FBFA;
|
159
|
+
border-left: solid 1px #E8EDEB;
|
160
160
|
min-width: 325px;
|
161
161
|
max-width: 325px;
|
162
162
|
height: 100%;
|