mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 16:05:53 +08:00
Connections: update the style of the cards (#61989)
This commit is contained in:
@ -15,7 +15,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
card: css`
|
card: css`
|
||||||
height: 90px;
|
height: 90px;
|
||||||
padding: 0px 24px;
|
padding: 0px 24px;
|
||||||
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
|
margin-bottom: 0;
|
||||||
`,
|
`,
|
||||||
cardContent: css`
|
cardContent: css`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user