Commit 29ff8e60 by Ivana Huckova Committed by GitHub

Explore: Style panel containers (#18834)

parent 964c2e72
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment