mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-05 17:31:20 +00:00
18 lines
199 B
SCSS
18 lines
199 B
SCSS
|
/*
|
||
|
Breadcrumbs
|
||
|
*/
|
||
|
|
||
|
.breadcrumbs {
|
||
|
@include span-columns(12);
|
||
|
margin-bottom: 20px;
|
||
|
|
||
|
a {
|
||
|
display: inline-block;
|
||
|
font-size: $base-font-size + 2px;
|
||
|
}
|
||
|
|
||
|
.fa {
|
||
|
margin: 0 10px;
|
||
|
}
|
||
|
}
|