Update dashboard breadcrumb style to match mockups (#9850)

* update breadcrumb style to match mockups

* remove unnecessary fontsize
This commit is contained in:
Kim Santiago
2020-04-03 14:42:35 -07:00
committed by GitHub
parent d707b92fdc
commit a8c48fab78

View File

@@ -63,3 +63,22 @@ dashboard-page .editor-toolbar {
border-bottom-style: solid;
padding: 3px 0;
}
.dashboardEditor breadcrumb .chevron-right.codicon {
background-size: 8px;
}
.dashboardEditor breadcrumb {
font-size: 13px;
color: #323130;
}
.vs-dark .dashboardEditor breadcrumb,
.hc-black .dashboardEditor breadcrumb {
color: #FFFFFF;
}
.dashboardEditor breadcrumb .router-link {
color: #2170DE;;
}