fix colours + increase font-size in breadcrumb

This commit is contained in:
Mads Rasmussen
2017-02-24 11:38:18 +01:00
parent 815a288bcb
commit 89ebad2fbc

View File

@@ -12,8 +12,8 @@
.umb-breadcrumbs__ancestor-link,
.umb-breadcrumbs__ancestor-text {
font-size: 11px;
color: #555;
font-size: 12px;
color: @gray-3;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
@@ -25,7 +25,7 @@
}
.umb-breadcrumbs__ancestor-link:hover {
color: #000;
color: @black;
}
.umb-breadcrumbs__seperator {
@@ -33,5 +33,5 @@
top: 1px;
margin-left: 5px;
margin-right: 5px;
color: #ccc;
color: @gray-7;
}