Dashboard: Increase folder name size in search dashboard (#29821)

* Increase folder name size in search dashboard

* Use new fontsize in dashboard list panel as well

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
maximka 2020-12-16 09:17:47 +01:00 committed by GitHub
parent 7c55621749
commit e491bdabe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -83,10 +83,8 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
`,
folderTitle: css`
color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs};
line-height: ${theme.typography.lineHeight.xs};
position: relative;
top: -1px;
font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.sm};
`,
icon: css`
margin-left: 10px;

View File

@ -32,7 +32,8 @@ export const getStyles = stylesFactory((theme: GrafanaTheme) => ({
dashlistFolder: css`
color: ${theme.colors.textWeak};
font-size: ${theme.typography.size.xs};
font-size: ${theme.typography.size.sm};
line-height: ${theme.typography.lineHeight.sm};
`,
dashlistTitle: css`