2014-04-12 01:35:42 +00:00
|
|
|
/*
|
|
|
|
Breadcrumbs
|
|
|
|
*/
|
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 20px;
|
2014-04-12 01:35:42 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa {
|
2014-04-29 18:18:14 +00:00
|
|
|
margin: 0 10px;
|
2014-04-12 01:35:42 +00:00
|
|
|
}
|
|
|
|
}
|