mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
b883b3de6c
Made profile avatar proportional Added header to sidebar widgets Added bbcode colour support
17 lines
199 B
SCSS
17 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;
|
|
}
|
|
}
|