@mongodb-js/compass-query-history 8.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ // TODO: TEMP - remove hardcoded require statement from hadron-style-manager
2
+
3
+ // Slide animation
4
+ @keyframes slidein {
5
+ from { width: 0px }
6
+ to { width: 325px }
7
+ }