Commit d3b90d5b by Dominik Prokop

Fixed sass vars template files

parent 4366b158
...@@ -4,9 +4,9 @@ const theme: GrafanaThemeCommons = { ...@@ -4,9 +4,9 @@ const theme: GrafanaThemeCommons = {
name: 'Grafana Default', name: 'Grafana Default',
typography: { typography: {
fontFamily: { fontFamily: {
sansSerif: "'Roboto', Helvetica, Arial, sans-serif;", sansSerif: "'Roboto', Helvetica, Arial, sans-serif",
serif: "Georgia, 'Times New Roman', Times, serif;", serif: "Georgia, 'Times New Roman', Times, serif",
monospace: "Menlo, Monaco, Consolas, 'Courier New', monospace;", monospace: "Menlo, Monaco, Consolas, 'Courier New', monospace",
}, },
size: { size: {
base: '13px', base: '13px',
......
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