We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e35037 commit afc8693Copy full SHA for afc8693
packages/compass-global-writes/src/components/common-styles.ts
@@ -0,0 +1,19 @@
1
+import { css, spacing } from '@mongodb-js/compass-components';
2
+
3
+export const bannerStyles = css({
4
+ textAlign: 'justify',
5
+});
6
7
+export const paragraphStyles = css({
8
+ display: 'flex',
9
+ flexDirection: 'column',
10
+ gap: spacing[100],
11
12
13
+export const containerStyles = css({
14
15
16
+ gap: spacing[400],
17
+ marginBottom: spacing[400],
18
19
0 commit comments