Improve course breadcrumbs
LEARNER-877
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
// ------------------------------
|
||||
// Breadcrumb styles
|
||||
//
|
||||
// Mirrors styles from the Pattern Library
|
||||
|
||||
.breadcrumbs {
|
||||
font-size: font-size(small);
|
||||
line-height: line-height(small);
|
||||
|
||||
.nav-item {
|
||||
@include margin-left($baseline/4);
|
||||
display: inline-block;
|
||||
|
||||
a, a:visited {
|
||||
color: $uxpl-blue-base;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: $uxpl-blue-hover-active;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-angle-right {
|
||||
@include margin-left($baseline/4);
|
||||
display: inline-block;
|
||||
color: $base-font-color;
|
||||
|
||||
@include rtl {
|
||||
@include transform(rotateY(180deg));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user