Explore: Style panel containers (#18834)

This commit is contained in:
Ivana Huckova 2019-09-02 17:19:30 +02:00 committed by GitHub
parent 964c2e722f
commit 29ff8e6018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ const getStyles = (theme: GrafanaTheme) => ({
`,
collapseBody: css`
label: collapse__body;
padding: ${theme.panelPadding};
padding: ${theme.panelPadding}px;
`,
loader: css`
label: collapse__loader;
@ -59,6 +59,7 @@ const getStyles = (theme: GrafanaTheme) => ({
headerCollapsed: css`
label: collapse__header--collapsed;
cursor: pointer;
padding: ${theme.spacing.sm} ${theme.spacing.md} 0 ${theme.spacing.md};
`,
headerButtons: css`
label: collapse__header-buttons;