Skip to content
Snippets Groups Projects
Commit 4096e265 authored by Tom Robinson's avatar Tom Robinson
Browse files

Misc cleanup

parent 2a5c19f3
Branches
Tags
No related merge requests found
......@@ -84,13 +84,13 @@
}
:local(.itemSubtitle) {
color: color(var(--subtitle-color) shade(20%));
font-size: 16px;
color: var(--subtitle-color);
font-size: 14px;
}
:local(.itemSubtitleLight) {
color: var(--subtitle-color);
font-size: 16px;
font-size: 14px;
}
:local(.itemSubtitleBold) {
......
......@@ -14,8 +14,7 @@
}
:local(.guideEmptyMessage) {
composes: text-dark mt3 from "style";
text-align: left;
composes: text-dark text-centered mt3 from "style";
font-size: 1.1em;
line-height: 1.457em;
}
......
......@@ -23,7 +23,7 @@ const referenceSections = {
adminMessage: "Defining common metrics for your team makes it even easier to ask questions",
message: "Metrics will appear here once your admins have created some",
image: "/app/img/metrics-list",
adminAction: "Create a metric",
adminAction: "Learn how to create metrics",
adminLink: "http://www.metabase.com/docs/latest/administration-guide/05-segments-and-metrics.html"
},
breadcrumb: "Metrics",
......@@ -40,7 +40,7 @@ const referenceSections = {
adminMessage: "Defining common segments for your team makes it even easier to ask questions",
message: "Segments will appear here once your admins have created some",
image: "/app/img/segments-list",
adminAction: "Create a segment",
adminAction: "Learn how to create segments",
adminLink: "http://www.metabase.com/docs/latest/administration-guide/05-segments-and-metrics.html"
},
breadcrumb: "Segments",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment