summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss
new file mode 100644
index 0000000..2effdeb
--- /dev/null
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_breadcrumbs.scss
@@ -0,0 +1,22 @@
+// BREADCRUMBS
+// -----------
+
+.breadcrumb {
+ padding: 7px 14px;
+ margin: 0 0 $baseLineHeight;
+ @include gradient-vertical($white, #f5f5f5);
+ border: 1px solid #ddd;
+ @include border-radius(3px);
+ @include box-shadow(inset 0 1px 0 $white);
+ li {
+ display: inline-block;
+ text-shadow: 0 1px 0 $white;
+ }
+ .divider {
+ padding: 0 5px;
+ color: $grayLight;
+ }
+ .active a {
+ color: $grayDark;
+ }
+} \ No newline at end of file