jekyll-wedding 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +16 -0
  3. data/_layouts/default.html +12 -1
  4. data/_layouts/home.html +67 -0
  5. data/_layouts/information.html +30 -0
  6. data/_layouts/logs.html +42 -0
  7. data/_layouts/presents.html +60 -0
  8. data/_sass/_bootstrap.scss +56 -0
  9. data/_sass/bootstrap/_alerts.scss +73 -0
  10. data/_sass/bootstrap/_badges.scss +68 -0
  11. data/_sass/bootstrap/_breadcrumbs.scss +28 -0
  12. data/_sass/bootstrap/_button-groups.scss +244 -0
  13. data/_sass/bootstrap/_buttons.scss +168 -0
  14. data/_sass/bootstrap/_carousel.scss +270 -0
  15. data/_sass/bootstrap/_close.scss +36 -0
  16. data/_sass/bootstrap/_code.scss +69 -0
  17. data/_sass/bootstrap/_component-animations.scss +37 -0
  18. data/_sass/bootstrap/_dropdowns.scss +216 -0
  19. data/_sass/bootstrap/_forms.scss +617 -0
  20. data/_sass/bootstrap/_glyphicons.scss +307 -0
  21. data/_sass/bootstrap/_grid.scss +84 -0
  22. data/_sass/bootstrap/_input-groups.scss +171 -0
  23. data/_sass/bootstrap/_jumbotron.scss +54 -0
  24. data/_sass/bootstrap/_labels.scss +66 -0
  25. data/_sass/bootstrap/_list-group.scss +130 -0
  26. data/_sass/bootstrap/_media.scss +66 -0
  27. data/_sass/bootstrap/_mixins.scss +40 -0
  28. data/_sass/bootstrap/_modals.scss +150 -0
  29. data/_sass/bootstrap/_navbar.scss +662 -0
  30. data/_sass/bootstrap/_navs.scss +242 -0
  31. data/_sass/bootstrap/_normalize.scss +424 -0
  32. data/_sass/bootstrap/_pager.scss +54 -0
  33. data/_sass/bootstrap/_pagination.scss +89 -0
  34. data/_sass/bootstrap/_panels.scss +271 -0
  35. data/_sass/bootstrap/_popovers.scss +131 -0
  36. data/_sass/bootstrap/_print.scss +101 -0
  37. data/_sass/bootstrap/_progress-bars.scss +87 -0
  38. data/_sass/bootstrap/_responsive-embed.scss +35 -0
  39. data/_sass/bootstrap/_responsive-utilities.scss +179 -0
  40. data/_sass/bootstrap/_scaffolding.scss +161 -0
  41. data/_sass/bootstrap/_tables.scss +234 -0
  42. data/_sass/bootstrap/_theme.scss +291 -0
  43. data/_sass/bootstrap/_thumbnails.scss +38 -0
  44. data/_sass/bootstrap/_tooltip.scss +101 -0
  45. data/_sass/bootstrap/_type.scss +298 -0
  46. data/_sass/bootstrap/_utilities.scss +55 -0
  47. data/_sass/bootstrap/_variables.scss +874 -0
  48. data/_sass/bootstrap/_wells.scss +29 -0
  49. data/_sass/bootstrap/mixins/_alerts.scss +14 -0
  50. data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
  51. data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
  52. data/_sass/bootstrap/mixins/_buttons.scss +65 -0
  53. data/_sass/bootstrap/mixins/_center-block.scss +7 -0
  54. data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
  55. data/_sass/bootstrap/mixins/_forms.scss +88 -0
  56. data/_sass/bootstrap/mixins/_gradients.scss +58 -0
  57. data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
  58. data/_sass/bootstrap/mixins/_grid.scss +122 -0
  59. data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
  60. data/_sass/bootstrap/mixins/_image.scss +33 -0
  61. data/_sass/bootstrap/mixins/_labels.scss +12 -0
  62. data/_sass/bootstrap/mixins/_list-group.scss +32 -0
  63. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  64. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  65. data/_sass/bootstrap/mixins/_opacity.scss +8 -0
  66. data/_sass/bootstrap/mixins/_pagination.scss +24 -0
  67. data/_sass/bootstrap/mixins/_panels.scss +24 -0
  68. data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
  69. data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
  70. data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
  71. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  72. data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
  73. data/_sass/bootstrap/mixins/_size.scss +10 -0
  74. data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
  75. data/_sass/bootstrap/mixins/_table-row.scss +28 -0
  76. data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
  77. data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
  78. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  79. data/_sass/fonts.scss +20 -0
  80. data/_sass/style.scss +233 -0
  81. data/assets/fonts/Kurale-Regular.ttf +0 -0
  82. data/assets/fonts/LoversQuarrel-Regular.ttf +0 -0
  83. data/assets/fonts/OpenSans.ttf +0 -0
  84. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  85. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  86. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  87. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  88. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  89. data/assets/images/apple-touch-icon-120x120.png +0 -0
  90. data/assets/images/apple-touch-icon-152x152.png +0 -0
  91. data/assets/images/apple-touch-icon-180x180.png +0 -0
  92. data/assets/images/apple-touch-icon-76x76.png +0 -0
  93. data/assets/images/favicon-16x16.png +0 -0
  94. data/assets/images/favicon-32x32.png +0 -0
  95. data/assets/images/flower-ring.svg +33 -0
  96. data/assets/main.scss +13 -0
  97. metadata +95 -3
  98. data/_layouts/page.html +0 -5
  99. data/_layouts/post.html +0 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4916efea98e1e53b7486af36a1db38cab2c594a3
4
- data.tar.gz: def4ff2b636e5de91ad14390b1a9a34951e5bda0
3
+ metadata.gz: ce519ab994ae6883c4cac8e335f0ebe61f414c60
4
+ data.tar.gz: 9c3079f5a1898d3035f13ae6202cf472d5c1ced8
5
5
  SHA512:
6
- metadata.gz: 58f989d90dad34a6386f4379f46c555dc3c10e5c002a42ed7385e4c8325ba1d581c6f05a1ca59235fc18c50275d045552bd8e263f6f0b342ca03619e6bfefa3d
7
- data.tar.gz: 4c17d22550858b3119977df701446c4d5c74a043d68b3788217184805dcec318428673cb4490dc3d54fa752f705de9ae5193224ab916194e0d7c9b67e05d4ae7
6
+ metadata.gz: 4b262016af79689672bc83f89875692c0b95fe6490b8e85275cf9c3b89c19742786352880aa7aec62dbb21b7890257885befd101bc0cebfe3b56d771dcc371e8
7
+ data.tar.gz: 54354c3e20b55098f2181049be172a8b73fbe960542b99a27430d409d41c672f0e890b71dda4e1edff65147b70e24130383b4d36f42992b259eeddd4891fc89d
@@ -0,0 +1,16 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
+ <title>{{ site.title | escape }}</title>
7
+
8
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
9
+
10
+ <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-76x76.png" | relative_url }}" sizes="76x76" />
11
+ <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-120x120.png" | relative_url }}" sizes="120x120" />
12
+ <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-152x152.png" | relative_url }}" sizes="152x152" />
13
+ <link rel="apple-touch-icon" type="image/png" href="{{ "/assets/images/apple-touch-icon-180x180.png" | relative_url }}" sizes="180x180" />
14
+ <link rel="icon" type="image/png" href="{{ "/assets/images/favicon-16x16.png" | relative_url }}" sizes="16x16" />
15
+ <link rel="icon" type="image/png" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}" sizes="32x32" />
16
+ </head>
@@ -1 +1,12 @@
1
- {{ content }}
1
+ <!DOCTYPE html>
2
+ <html lang="de">
3
+
4
+ {% include head.html %}
5
+
6
+ <body>
7
+ <div class="container wedding-container">
8
+ {{ content }}
9
+ </div>
10
+ </body>
11
+
12
+ </html>
@@ -0,0 +1,67 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h1 class="wedding-h1">{{ site.data.translation.index.title }}</h1>
6
+
7
+ <div class="row">
8
+ <div class="col-md-12 text-center">
9
+ <img class="flower-ring" src="{{ "/assets/images/flower-ring.svg" | relative_url }}" />
10
+ </div>
11
+ </div>
12
+
13
+ <div class="row wedding-menu">
14
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
15
+ <div class="row">
16
+ <div class="col-xs-12 col-sm-4 col-md-4">
17
+ <a href="/logs">{{ site.data.translation.menu.journal }}</a>
18
+ </div>
19
+ <div class="col-xs-12 col-sm-4 col-md-4 text-center">
20
+ <a href="/information">{{ site.data.translation.menu.information }}</a>
21
+ </div>
22
+ <div class="col-xs-12 col-sm-4 col-md-4 text-right">
23
+ <a href="/presents">{{ site.data.translation.menu.presents }}</a>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </div>
28
+
29
+ <div class="row wedding-info">
30
+ <div class="col-sm-6 col-sm-offset-3">
31
+ <img class="landing-main-image" src="{{ site.data.index.image | relative_url }}" />
32
+ </div>
33
+ </div>
34
+
35
+ <div class="row wedding-info">
36
+ <div class="col-sm-5 col-sm-offset-1 col-md-4 col-md-offset-2">
37
+ <h2>{{ site.data.translation.index.ceremony }}</h2>
38
+
39
+ <img class="landing-location-image" src="{{ site.data.index.ceremony.image | relative_url }}" />
40
+
41
+ <address>
42
+ <strong>{{ site.data.index.ceremony.location.name }}</strong><br>
43
+ {{ site.data.index.ceremony.location.street }}<br>
44
+ {{ site.data.index.ceremony.location.zip }}
45
+ {{ site.data.index.ceremony.location.city }}
46
+ </address>
47
+
48
+ <p><strong>Datum:</strong> {{ site.data.index.ceremony.date }}</p>
49
+ <p><strong>Uhrzeit:</strong> {{ site.data.index.ceremony.time }}</p>
50
+ </div>
51
+
52
+ <div class="col-sm-5 col-md-4 text-right">
53
+ <h2>{{ site.data.translation.index.party }}</h2>
54
+
55
+ <img class="landing-location-image" src="{{ site.data.index.party.image | relative_url }}" />
56
+
57
+ <address>
58
+ <strong>{{ site.data.index.ceremony.location.name }}</strong><br>
59
+ {{ site.data.index.party.location.street }}<br>
60
+ {{ site.data.index.party.location.zip }}
61
+ {{ site.data.index.party.location.city }}
62
+ </address>
63
+
64
+ <p><strong>Datum:</strong> {{ site.data.index.party.date }}</p>
65
+ <p><strong>Uhrzeit:</strong> {{ site.data.index.party.time }}</p>
66
+ </div>
67
+ </div>
@@ -0,0 +1,30 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h1 class="wedding-h1">{{ site.data.translation.information.title }}</h1>
6
+
7
+ <div class="row wedding-menu">
8
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
9
+ <div class="row">
10
+ <div class="col-xs-12 col-sm-4 col-md-4">
11
+ <a href="/">{{ site.data.translation.menu.wedding }}</a>
12
+ </div>
13
+ <div class="col-xs-12 col-sm-4 col-md-4 text-center">
14
+ <a href="/logs">{{ site.data.translation.menu.journal }}</a>
15
+ </div>
16
+ <div class="col-xs-12 col-sm-4 col-md-4 text-right">
17
+ <a href="/presents">{{ site.data.translation.menu.presents }}</a>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+
23
+ <div class="row wedding-info">
24
+ <div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 information" style="padding-top: 30px">
25
+ {% for info in site.information %}
26
+ <h3>{{ info.title }}</h3>
27
+ {{ info.content }}
28
+ {% endfor %}
29
+ </div>
30
+ </div>
@@ -0,0 +1,42 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h1 class="wedding-h1">{{ site.data.translation.journal.title }}</h1>
6
+
7
+ <div class="row wedding-menu">
8
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
9
+ <div class="row">
10
+ <div class="col-xs-12 col-sm-4 col-md-4">
11
+ <a href="/">{{ site.data.translation.menu.wedding }}</a>
12
+ </div>
13
+ <div class="col-xs-12 col-sm-4 col-md-4 text-center">
14
+ <a href="/information">{{ site.data.translation.menu.information }}</a>
15
+ </div>
16
+ <div class="col-xs-12 col-sm-4 col-md-4 text-right">
17
+ <a href="/presents">{{ site.data.translation.menu.presents }}</a>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+
23
+ <div class="log">
24
+ {% for log in site.logs reversed %}
25
+ <div class="row">
26
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 log-title">
27
+ <h2>{{ log.title }}</h2>
28
+ </div>
29
+ </div>
30
+ <div class="row">
31
+ <div class="col-sm-1 col-sm-offset-1 col-md-1 col-md-offset-1" style="padding-right: 0px">
32
+ <div class="date hidden-xs">
33
+ <div class="day">{{ log.date | date: "%e" }}</div>
34
+ <div class="month">{{ log.date | date: "%b" }}</div>
35
+ </div>
36
+ </div>
37
+ <div class="col-sm-9 col-md-8 log-content">
38
+ {{ log.content }}
39
+ </div>
40
+ </div>
41
+ {% endfor %}
42
+ </div>
@@ -0,0 +1,60 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <h1 class="wedding-h1">{{ site.data.translation.presents.title }}</h1>
6
+
7
+ <div class="row wedding-menu">
8
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
9
+ <div class="row">
10
+ <div class="col-xs-12 col-sm-4 col-md-4">
11
+ <a href="/">{{ site.data.translation.menu.wedding }}</a>
12
+ </div>
13
+ <div class="col-xs-12 col-sm-4 col-md-4 text-center">
14
+ <a href="/information">{{ site.data.translation.menu.information }}</a>
15
+ </div>
16
+ <div class="col-xs-12 col-sm-4 col-md-4 text-right">
17
+ <a href="/logs">{{ site.data.translation.menu.journal }}</a>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+
23
+ <div class="row" style="padding-top: 45px; padding-bottom: 30px">
24
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
25
+ <p class="lead text-center">
26
+ {{ site.data.translation.presents.poem }}
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ <div class="row present-disclaimer">
32
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
33
+ <p>
34
+ {{ site.data.translation.presents.description }}
35
+ </p>
36
+ </div>
37
+ </div>
38
+
39
+ <div class="row">
40
+ <div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
41
+ <div class="row">
42
+ {% for present in site.data.presents %}
43
+ <div class="col-sm-6">
44
+ <div class="panel wedding-panel">
45
+ <div class="panel-heading">
46
+ <h3 class="panel-title">{{ present.title }}</h3>
47
+ </div>
48
+ <div class="panel-body wedding-panel-body">
49
+ {% if present.owner %}
50
+ <div class="present-ribbon">vergeben</div>
51
+ {% endif %}
52
+ <p>{{ present.description }}</p>
53
+ <strong>Wert:</strong> {{ present.value }} €
54
+ </div>
55
+ </div>
56
+ </div>
57
+ {% endfor %}
58
+ </div>
59
+ </div>
60
+ </div>
@@ -0,0 +1,56 @@
1
+ /*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2016 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ // Core variables and mixins
8
+ @import "bootstrap/variables";
9
+ @import "bootstrap/mixins";
10
+
11
+ // Reset and dependencies
12
+ @import "bootstrap/normalize";
13
+ @import "bootstrap/print";
14
+ @import "bootstrap/glyphicons";
15
+
16
+ // Core CSS
17
+ @import "bootstrap/scaffolding";
18
+ @import "bootstrap/type";
19
+ @import "bootstrap/code";
20
+ @import "bootstrap/grid";
21
+ @import "bootstrap/tables";
22
+ @import "bootstrap/forms";
23
+ @import "bootstrap/buttons";
24
+
25
+ // Components
26
+ @import "bootstrap/component-animations";
27
+ @import "bootstrap/dropdowns";
28
+ @import "bootstrap/button-groups";
29
+ @import "bootstrap/input-groups";
30
+ @import "bootstrap/navs";
31
+ @import "bootstrap/navbar";
32
+ @import "bootstrap/breadcrumbs";
33
+ @import "bootstrap/pagination";
34
+ @import "bootstrap/pager";
35
+ @import "bootstrap/labels";
36
+ @import "bootstrap/badges";
37
+ @import "bootstrap/jumbotron";
38
+ @import "bootstrap/thumbnails";
39
+ @import "bootstrap/alerts";
40
+ @import "bootstrap/progress-bars";
41
+ @import "bootstrap/media";
42
+ @import "bootstrap/list-group";
43
+ @import "bootstrap/panels";
44
+ @import "bootstrap/responsive-embed";
45
+ @import "bootstrap/wells";
46
+ @import "bootstrap/close";
47
+
48
+ // Components w/ JavaScript
49
+ @import "bootstrap/modals";
50
+ @import "bootstrap/tooltip";
51
+ @import "bootstrap/popovers";
52
+ @import "bootstrap/carousel";
53
+
54
+ // Utility classes
55
+ @import "bootstrap/utilities";
56
+ @import "bootstrap/responsive-utilities";
@@ -0,0 +1,73 @@
1
+ //
2
+ // Alerts
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base styles
7
+ // -------------------------
8
+
9
+ .alert {
10
+ padding: $alert-padding;
11
+ margin-bottom: $line-height-computed;
12
+ border: 1px solid transparent;
13
+ border-radius: $alert-border-radius;
14
+
15
+ // Headings for larger alerts
16
+ h4 {
17
+ margin-top: 0;
18
+ // Specified for the h4 to prevent conflicts of changing $headings-color
19
+ color: inherit;
20
+ }
21
+
22
+ // Provide class for links that match alerts
23
+ .alert-link {
24
+ font-weight: $alert-link-font-weight;
25
+ }
26
+
27
+ // Improve alignment and spacing of inner content
28
+ > p,
29
+ > ul {
30
+ margin-bottom: 0;
31
+ }
32
+
33
+ > p + p {
34
+ margin-top: 5px;
35
+ }
36
+ }
37
+
38
+ // Dismissible alerts
39
+ //
40
+ // Expand the right padding and account for the close button's positioning.
41
+
42
+ .alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
43
+ .alert-dismissible {
44
+ padding-right: ($alert-padding + 20);
45
+
46
+ // Adjust close link position
47
+ .close {
48
+ position: relative;
49
+ top: -2px;
50
+ right: -21px;
51
+ color: inherit;
52
+ }
53
+ }
54
+
55
+ // Alternate styles
56
+ //
57
+ // Generate contextual modifier classes for colorizing the alert.
58
+
59
+ .alert-success {
60
+ @include alert-variant($alert-success-bg, $alert-success-border, $alert-success-text);
61
+ }
62
+
63
+ .alert-info {
64
+ @include alert-variant($alert-info-bg, $alert-info-border, $alert-info-text);
65
+ }
66
+
67
+ .alert-warning {
68
+ @include alert-variant($alert-warning-bg, $alert-warning-border, $alert-warning-text);
69
+ }
70
+
71
+ .alert-danger {
72
+ @include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text);
73
+ }
@@ -0,0 +1,68 @@
1
+ //
2
+ // Badges
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base class
7
+ .badge {
8
+ display: inline-block;
9
+ min-width: 10px;
10
+ padding: 3px 7px;
11
+ font-size: $font-size-small;
12
+ font-weight: $badge-font-weight;
13
+ color: $badge-color;
14
+ line-height: $badge-line-height;
15
+ vertical-align: middle;
16
+ white-space: nowrap;
17
+ text-align: center;
18
+ background-color: $badge-bg;
19
+ border-radius: $badge-border-radius;
20
+
21
+ // Empty badges collapse automatically (not available in IE8)
22
+ &:empty {
23
+ display: none;
24
+ }
25
+
26
+ // Quick fix for badges in buttons
27
+ .btn & {
28
+ position: relative;
29
+ top: -1px;
30
+ }
31
+
32
+ .btn-xs &,
33
+ .btn-group-xs > .btn & {
34
+ top: 0;
35
+ padding: 1px 5px;
36
+ }
37
+
38
+ // [converter] extracted a& to a.badge
39
+
40
+ // Account for badges in navs
41
+ .list-group-item.active > &,
42
+ .nav-pills > .active > a > & {
43
+ color: $badge-active-color;
44
+ background-color: $badge-active-bg;
45
+ }
46
+
47
+ .list-group-item > & {
48
+ float: right;
49
+ }
50
+
51
+ .list-group-item > & + & {
52
+ margin-right: 5px;
53
+ }
54
+
55
+ .nav-pills > li > a > & {
56
+ margin-left: 3px;
57
+ }
58
+ }
59
+
60
+ // Hover state, but only for links
61
+ a.badge {
62
+ &:hover,
63
+ &:focus {
64
+ color: $badge-link-hover-color;
65
+ text-decoration: none;
66
+ cursor: pointer;
67
+ }
68
+ }
@@ -0,0 +1,28 @@
1
+ //
2
+ // Breadcrumbs
3
+ // --------------------------------------------------
4
+
5
+
6
+ .breadcrumb {
7
+ padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
8
+ margin-bottom: $line-height-computed;
9
+ list-style: none;
10
+ background-color: $breadcrumb-bg;
11
+ border-radius: $border-radius-base;
12
+
13
+ > li {
14
+ display: inline-block;
15
+
16
+ + li:before {
17
+ // [converter] Workaround for https://github.com/sass/libsass/issues/1115
18
+ $nbsp: "\00a0";
19
+ content: "#{$breadcrumb-separator}#{$nbsp}"; // Unicode space added since inline-block means non-collapsing white-space
20
+ padding: 0 5px;
21
+ color: $breadcrumb-color;
22
+ }
23
+ }
24
+
25
+ > .active {
26
+ color: $breadcrumb-active-color;
27
+ }
28
+ }