hardpool-flat 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/head.html +4 -0
- data/_includes/header.html +17 -0
- data/_includes/seo.html +11 -0
- data/_layouts/default.html +16 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +6 -0
- data/_sass/_mixins.scss +105 -0
- data/_sass/_var.scss +43 -0
- data/_sass/bootstrap/_alert.scss +51 -0
- data/_sass/bootstrap/_badge.scss +47 -0
- data/_sass/bootstrap/_breadcrumb.scss +41 -0
- data/_sass/bootstrap/_button-group.scss +172 -0
- data/_sass/bootstrap/_buttons.scss +143 -0
- data/_sass/bootstrap/_card.scss +301 -0
- data/_sass/bootstrap/_carousel.scss +236 -0
- data/_sass/bootstrap/_close.scss +35 -0
- data/_sass/bootstrap/_code.scss +48 -0
- data/_sass/bootstrap/_custom-forms.scss +433 -0
- data/_sass/bootstrap/_dropdown.scss +166 -0
- data/_sass/bootstrap/_forms.scss +333 -0
- data/_sass/bootstrap/_functions.scss +86 -0
- data/_sass/bootstrap/_grid.scss +52 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_input-group.scss +173 -0
- data/_sass/bootstrap/_jumbotron.scss +16 -0
- data/_sass/bootstrap/_list-group.scss +115 -0
- data/_sass/bootstrap/_media.scss +8 -0
- data/_sass/bootstrap/_mixins.scss +41 -0
- data/_sass/bootstrap/_modal.scss +180 -0
- data/_sass/bootstrap/_nav.scss +118 -0
- data/_sass/bootstrap/_navbar.scss +299 -0
- data/_sass/bootstrap/_pagination.scss +78 -0
- data/_sass/bootstrap/_popover.scss +183 -0
- data/_sass/bootstrap/_print.scss +141 -0
- data/_sass/bootstrap/_progress.scss +34 -0
- data/_sass/bootstrap/_reboot.scss +483 -0
- data/_sass/bootstrap/_root.scss +19 -0
- data/_sass/bootstrap/_tables.scss +187 -0
- data/_sass/bootstrap/_tooltip.scss +115 -0
- data/_sass/bootstrap/_transitions.scss +22 -0
- data/_sass/bootstrap/_type.scss +125 -0
- data/_sass/bootstrap/_utilities.scss +15 -0
- data/_sass/bootstrap/_variables.scss +952 -0
- data/_sass/bootstrap/bootstrap-grid.scss +32 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
- data/_sass/bootstrap/bootstrap.scss +149 -0
- data/_sass/bootstrap/mixins/_alert.scss +13 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +21 -0
- data/_sass/bootstrap/mixins/_badge.scss +12 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +35 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
- data/_sass/bootstrap/mixins/_buttons.scss +109 -0
- data/_sass/bootstrap/mixins/_caret.scss +66 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +7 -0
- data/_sass/bootstrap/mixins/_float.scss +11 -0
- data/_sass/bootstrap/mixins/_forms.scss +147 -0
- data/_sass/bootstrap/mixins/_gradients.scss +45 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +67 -0
- data/_sass/bootstrap/mixins/_grid.scss +52 -0
- data/_sass/bootstrap/mixins/_hover.scss +37 -0
- data/_sass/bootstrap/mixins/_image.scss +36 -0
- data/_sass/bootstrap/mixins/_list-group.scss +21 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap/mixins/_pagination.scss +22 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
- data/_sass/bootstrap/mixins/_size.scss +6 -0
- data/_sass/bootstrap/mixins/_table-row.scss +30 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +13 -0
- data/_sass/bootstrap/mixins/_visibility.scss +7 -0
- data/_sass/bootstrap/utilities/_align.scss +8 -0
- data/_sass/bootstrap/utilities/_background.scss +19 -0
- data/_sass/bootstrap/utilities/_borders.scss +59 -0
- data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
- data/_sass/bootstrap/utilities/_display.scss +38 -0
- data/_sass/bootstrap/utilities/_embed.scss +52 -0
- data/_sass/bootstrap/utilities/_flex.scss +51 -0
- data/_sass/bootstrap/utilities/_float.scss +9 -0
- data/_sass/bootstrap/utilities/_position.scss +37 -0
- data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
- data/_sass/bootstrap/utilities/_shadows.scss +6 -0
- data/_sass/bootstrap/utilities/_sizing.scss +12 -0
- data/_sass/bootstrap/utilities/_spacing.scss +51 -0
- data/_sass/bootstrap/utilities/_text.scss +58 -0
- data/_sass/bootstrap/utilities/_visibility.scss +11 -0
- data/_sass/theme/_global.scss +78 -0
- data/_sass/theme/_header.scss +12 -0
- data/_sass/theme.scss +5 -0
- data/assets/fonts/muli/Muli-Bold.ttf +0 -0
- data/assets/fonts/muli/Muli-Light.ttf +0 -0
- data/assets/fonts/muli/Muli-Regular.ttf +0 -0
- data/assets/fonts/playfair/PlayfairDisplay-Black.ttf +0 -0
- data/assets/fonts/playfair/PlayfairDisplay-Bold.ttf +0 -0
- data/assets/fonts/playfair/PlayfairDisplay-Regular.ttf +0 -0
- data/assets/styles/main.scss +6 -0
- metadata +189 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f5dc31de75a860eb3af1bf805f6ad772b723fe8642355466993deb1c79aa0cfc
|
4
|
+
data.tar.gz: aa01f8b03ceb389eaf9388a2f44148897e4f84f5c2b71ee2cbed195c812fb1d6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: da167c612b47aaee7eff5e9ae33cc6344116acb68164ba0b8f962a7832cef180ae6a364fcab17f15873f37203b3511cf10e26b3150c3f2bef8ae5e935e164ac7
|
7
|
+
data.tar.gz: f93cdea6c0025de0ddaff15cf7455e7e8667aa5347b8e00494ce835650beec770bd82bd8e3614987c10b65399a6ca503c77bbf1f72f43d15c4c6caee1fbcc784
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2019 Hardik Dabhi
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
# hardpool-flat
|
2
|
+
|
3
|
+
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
4
|
+
|
5
|
+
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
6
|
+
|
7
|
+
TODO: Delete this and the text above, and describe your gem
|
8
|
+
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
Add this line to your Jekyll site's `Gemfile`:
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
gem "hardpool-flat"
|
16
|
+
```
|
17
|
+
|
18
|
+
And add this line to your Jekyll site's `_config.yml`:
|
19
|
+
|
20
|
+
```yaml
|
21
|
+
theme: hardpool-flat
|
22
|
+
```
|
23
|
+
|
24
|
+
And then execute:
|
25
|
+
|
26
|
+
$ bundle
|
27
|
+
|
28
|
+
Or install it yourself as:
|
29
|
+
|
30
|
+
$ gem install hardpool-flat
|
31
|
+
|
32
|
+
## Usage
|
33
|
+
|
34
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
+
|
36
|
+
## Contributing
|
37
|
+
|
38
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
39
|
+
|
40
|
+
## Development
|
41
|
+
|
42
|
+
To set up your environment to develop this theme, run `bundle install`.
|
43
|
+
|
44
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
45
|
+
|
46
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
47
|
+
To add a custom directory to your theme-gem, please edit the regexp in `hardpool-flat.gemspec` accordingly.
|
48
|
+
|
49
|
+
## License
|
50
|
+
|
51
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
52
|
+
|
data/_includes/head.html
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{% capture logo_path %}{{ site.main_logo }}{% endcapture %}
|
2
|
+
|
3
|
+
<header>
|
4
|
+
<div class="container text-center">
|
5
|
+
<div class="row">
|
6
|
+
<div class="col">
|
7
|
+
<a class="main-logo mt-6" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=" "></a>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
<div class="row">
|
11
|
+
<div class="col">
|
12
|
+
<h1 class="mt-3">{{ site.title }}</h1>
|
13
|
+
<p class="text-info text-lg">{{ site.description }}</p>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</header>
|
data/_includes/seo.html
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
{% assign title_separator = site.title_separator | default: '-' | replace: '|', '|' %}
|
2
|
+
|
3
|
+
{%- if page.title -%}
|
4
|
+
{%- assign seo_title = page.title | append: " " | append: title_separator | append: " " | append: site.title -%}
|
5
|
+
{%- endif -%}
|
6
|
+
|
7
|
+
{%- if seo_title -%}
|
8
|
+
{%- assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once -%}
|
9
|
+
{%- endif -%}
|
10
|
+
|
11
|
+
<title>{{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</title>
|
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
data/_sass/_mixins.scss
ADDED
@@ -0,0 +1,105 @@
|
|
1
|
+
@mixin banner-bg ($img, $aspect){
|
2
|
+
background: {
|
3
|
+
image: url("#{$p-img}#{$img}");
|
4
|
+
size: cover;
|
5
|
+
repeat: no-repeat;
|
6
|
+
position: center;
|
7
|
+
}
|
8
|
+
width: 100%;
|
9
|
+
height: 100vw/$aspect;
|
10
|
+
position: absolute;
|
11
|
+
}
|
12
|
+
@mixin circle-image ($size, $url:"not-provided"){
|
13
|
+
background: {
|
14
|
+
size: 100% auto;
|
15
|
+
repeat: no-repeat;
|
16
|
+
@if $url != "not-provided" {
|
17
|
+
image: url("#{$p-img}#{$url}");
|
18
|
+
}
|
19
|
+
}
|
20
|
+
width: $size;
|
21
|
+
height: $size;
|
22
|
+
border-radius: 100%;
|
23
|
+
display: inline-block;
|
24
|
+
}
|
25
|
+
|
26
|
+
@mixin transition($property:all, $duration:1s, $timinng:ease, $delay:0s){
|
27
|
+
-webkit-transition: $property $duration $timinng $delay;
|
28
|
+
-moz-transition: $property $duration $timinng $delay;
|
29
|
+
-o-transition: $property $duration $timinng $delay;
|
30
|
+
transition: $property $duration $timinng $delay;
|
31
|
+
}
|
32
|
+
@mixin animation($name, $duration:1s, $timinng:ease, $delay:0s){
|
33
|
+
-webkit-animation: $name $duration $timinng $delay normal 1 forwards running;
|
34
|
+
-moz-animation: $name $duration $timinng $delay normal 1 forwards running;
|
35
|
+
-o-animation: $name $duration $timinng $delay normal 1 forwards running;
|
36
|
+
animation: $name $duration $timinng $delay normal 1 forwards running;
|
37
|
+
}
|
38
|
+
@mixin play-animation(){
|
39
|
+
-webkit-animation-play-state: running;
|
40
|
+
-moz-animation-play-state: running;
|
41
|
+
-o-animation-play-state: running;
|
42
|
+
animation-play-state: running;
|
43
|
+
}
|
44
|
+
@mixin filter($values){
|
45
|
+
-webkit-filter: $values;
|
46
|
+
filter: $values;
|
47
|
+
}
|
48
|
+
@mixin transform($value){
|
49
|
+
-webkit-transform: $value;
|
50
|
+
-moz-transform: $value;
|
51
|
+
-o-transform: $value;
|
52
|
+
transform: $value;
|
53
|
+
}
|
54
|
+
@mixin boxshadow($value: 0px 0px 3px rgba(0, 0, 0, 0.2)){
|
55
|
+
box-shadow: $value;
|
56
|
+
}
|
57
|
+
@mixin icon-image($size: 2rem){
|
58
|
+
width: $size;
|
59
|
+
height: $size;
|
60
|
+
display: block;
|
61
|
+
margin: 0 auto;
|
62
|
+
background-repeat: no-repeat!important;
|
63
|
+
}
|
64
|
+
@mixin ddd(){
|
65
|
+
text-overflow: ellipsis;
|
66
|
+
overflow: hidden;
|
67
|
+
}
|
68
|
+
@mixin max-lines($lines: 3, $line-height: 1.3){
|
69
|
+
display: -webkit-box;
|
70
|
+
max-height: #{$lines*$line-height}rem;
|
71
|
+
line-height: $line-height;
|
72
|
+
-webkit-line-clamp: $lines;
|
73
|
+
-webkit-box-orient: vertical;
|
74
|
+
|
75
|
+
@include ddd;
|
76
|
+
}
|
77
|
+
// =============================================================================
|
78
|
+
// Font Face
|
79
|
+
// =============================================================================
|
80
|
+
@mixin font-face($name, $path, $weight: null, $style: null, $exts: eot woff2 woff ttf svg) {
|
81
|
+
$src: null;
|
82
|
+
|
83
|
+
$extmods: (
|
84
|
+
eot: "?",
|
85
|
+
svg: "#" + str-replace($name, " ", "_")
|
86
|
+
);
|
87
|
+
|
88
|
+
$formats: (
|
89
|
+
otf: "opentype",
|
90
|
+
ttf: "truetype"
|
91
|
+
);
|
92
|
+
|
93
|
+
@each $ext in $exts {
|
94
|
+
$extmod: if(map-has-key($extmods, $ext), $ext + map-get($extmods, $ext), $ext);
|
95
|
+
$format: if(map-has-key($formats, $ext), map-get($formats, $ext), $ext);
|
96
|
+
$src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);
|
97
|
+
}
|
98
|
+
|
99
|
+
@font-face {
|
100
|
+
font-family: quote($name);
|
101
|
+
font-style: $style;
|
102
|
+
font-weight: $weight;
|
103
|
+
src: $src;
|
104
|
+
}
|
105
|
+
}
|
data/_sass/_var.scss
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
// =============================================================================
|
2
|
+
// paths
|
3
|
+
// =============================================================================
|
4
|
+
$p-img : unquote("/assets/img/");
|
5
|
+
|
6
|
+
// =============================================================================
|
7
|
+
// colors
|
8
|
+
// =============================================================================
|
9
|
+
$light-teal : rgb(80,215,150);
|
10
|
+
$teal : rgb(0,180,140);
|
11
|
+
$blue : rgb(0,80,220);
|
12
|
+
$red : #f45549; //rgb(240,90,65);
|
13
|
+
$yellow : rgb(255,220,60);
|
14
|
+
|
15
|
+
$gray : #ccc;
|
16
|
+
$primary : $blue;
|
17
|
+
$secondary : $teal;
|
18
|
+
$success : $teal/1.2;
|
19
|
+
$info : $gray/1.25;
|
20
|
+
$warning : $yellow;
|
21
|
+
$danger : $red;
|
22
|
+
$text-muted : $gray;
|
23
|
+
$dark : #000;
|
24
|
+
|
25
|
+
// =============================================================================
|
26
|
+
// height-width
|
27
|
+
// =============================================================================
|
28
|
+
$h-header : 6.5rem;
|
29
|
+
$h-footer : 24.5rem;
|
30
|
+
$h-footer-br : 19rem;
|
31
|
+
$w-mainLogo : 7.2rem;
|
32
|
+
|
33
|
+
// =============================================================================
|
34
|
+
// font-family
|
35
|
+
// =============================================================================
|
36
|
+
$f-normal : sourcesans;
|
37
|
+
$f-heading : colaborate;
|
38
|
+
|
39
|
+
// =============================================================================
|
40
|
+
// easing
|
41
|
+
// =============================================================================
|
42
|
+
$e-easeOutBack : cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
43
|
+
$e-easeOutCubic : cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -0,0 +1,51 @@
|
|
1
|
+
//
|
2
|
+
// Base styles
|
3
|
+
//
|
4
|
+
|
5
|
+
.alert {
|
6
|
+
position: relative;
|
7
|
+
padding: $alert-padding-y $alert-padding-x;
|
8
|
+
margin-bottom: $alert-margin-bottom;
|
9
|
+
border: $alert-border-width solid transparent;
|
10
|
+
@include border-radius($alert-border-radius);
|
11
|
+
}
|
12
|
+
|
13
|
+
// Headings for larger alerts
|
14
|
+
.alert-heading {
|
15
|
+
// Specified to prevent conflicts of changing $headings-color
|
16
|
+
color: inherit;
|
17
|
+
}
|
18
|
+
|
19
|
+
// Provide class for links that match alerts
|
20
|
+
.alert-link {
|
21
|
+
font-weight: $alert-link-font-weight;
|
22
|
+
}
|
23
|
+
|
24
|
+
|
25
|
+
// Dismissible alerts
|
26
|
+
//
|
27
|
+
// Expand the right padding and account for the close button's positioning.
|
28
|
+
|
29
|
+
.alert-dismissible {
|
30
|
+
padding-right: ($close-font-size + $alert-padding-x * 2);
|
31
|
+
|
32
|
+
// Adjust close link position
|
33
|
+
.close {
|
34
|
+
position: absolute;
|
35
|
+
top: 0;
|
36
|
+
right: 0;
|
37
|
+
padding: $alert-padding-y $alert-padding-x;
|
38
|
+
color: inherit;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
|
43
|
+
// Alternate styles
|
44
|
+
//
|
45
|
+
// Generate contextual modifier classes for colorizing the alert.
|
46
|
+
|
47
|
+
@each $color, $value in $theme-colors {
|
48
|
+
.alert-#{$color} {
|
49
|
+
@include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));
|
50
|
+
}
|
51
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
// Base class
|
2
|
+
//
|
3
|
+
// Requires one of the contextual, color modifier classes for `color` and
|
4
|
+
// `background-color`.
|
5
|
+
|
6
|
+
.badge {
|
7
|
+
display: inline-block;
|
8
|
+
padding: $badge-padding-y $badge-padding-x;
|
9
|
+
font-size: $badge-font-size;
|
10
|
+
font-weight: $badge-font-weight;
|
11
|
+
line-height: 1;
|
12
|
+
text-align: center;
|
13
|
+
white-space: nowrap;
|
14
|
+
vertical-align: baseline;
|
15
|
+
@include border-radius($badge-border-radius);
|
16
|
+
|
17
|
+
// Empty badges collapse automatically
|
18
|
+
&:empty {
|
19
|
+
display: none;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
// Quick fix for badges in buttons
|
24
|
+
.btn .badge {
|
25
|
+
position: relative;
|
26
|
+
top: -1px;
|
27
|
+
}
|
28
|
+
|
29
|
+
// Pill badges
|
30
|
+
//
|
31
|
+
// Make them extra rounded with a modifier to replace v3's badges.
|
32
|
+
|
33
|
+
.badge-pill {
|
34
|
+
padding-right: $badge-pill-padding-x;
|
35
|
+
padding-left: $badge-pill-padding-x;
|
36
|
+
@include border-radius($badge-pill-border-radius);
|
37
|
+
}
|
38
|
+
|
39
|
+
// Colors
|
40
|
+
//
|
41
|
+
// Contextual variations (linked badges get darker on :hover).
|
42
|
+
|
43
|
+
@each $color, $value in $theme-colors {
|
44
|
+
.badge-#{$color} {
|
45
|
+
@include badge-variant($value);
|
46
|
+
}
|
47
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
.breadcrumb {
|
2
|
+
display: flex;
|
3
|
+
flex-wrap: wrap;
|
4
|
+
padding: $breadcrumb-padding-y $breadcrumb-padding-x;
|
5
|
+
margin-bottom: $breadcrumb-margin-bottom;
|
6
|
+
list-style: none;
|
7
|
+
background-color: $breadcrumb-bg;
|
8
|
+
@include border-radius($breadcrumb-border-radius);
|
9
|
+
}
|
10
|
+
|
11
|
+
.breadcrumb-item {
|
12
|
+
// The separator between breadcrumbs (by default, a forward-slash: "/")
|
13
|
+
+ .breadcrumb-item {
|
14
|
+
padding-left: $breadcrumb-item-padding;
|
15
|
+
|
16
|
+
&::before {
|
17
|
+
display: inline-block; // Suppress underlining of the separator in modern browsers
|
18
|
+
padding-right: $breadcrumb-item-padding;
|
19
|
+
color: $breadcrumb-divider-color;
|
20
|
+
content: $breadcrumb-divider;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
// IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built
|
25
|
+
// without `<ul>`s. The `::before` pseudo-element generates an element
|
26
|
+
// *within* the .breadcrumb-item and thereby inherits the `text-decoration`.
|
27
|
+
//
|
28
|
+
// To trick IE into suppressing the underline, we give the pseudo-element an
|
29
|
+
// underline and then immediately remove it.
|
30
|
+
+ .breadcrumb-item:hover::before {
|
31
|
+
text-decoration: underline;
|
32
|
+
}
|
33
|
+
// stylelint-disable-next-line no-duplicate-selectors
|
34
|
+
+ .breadcrumb-item:hover::before {
|
35
|
+
text-decoration: none;
|
36
|
+
}
|
37
|
+
|
38
|
+
&.active {
|
39
|
+
color: $breadcrumb-active-color;
|
40
|
+
}
|
41
|
+
}
|
@@ -0,0 +1,172 @@
|
|
1
|
+
// stylelint-disable selector-no-qualifying-type
|
2
|
+
|
3
|
+
// Make the div behave like a button
|
4
|
+
.btn-group,
|
5
|
+
.btn-group-vertical {
|
6
|
+
position: relative;
|
7
|
+
display: inline-flex;
|
8
|
+
vertical-align: middle; // match .btn alignment given font-size hack above
|
9
|
+
|
10
|
+
> .btn {
|
11
|
+
position: relative;
|
12
|
+
flex: 0 1 auto;
|
13
|
+
|
14
|
+
// Bring the hover, focused, and "active" buttons to the front to overlay
|
15
|
+
// the borders properly
|
16
|
+
@include hover {
|
17
|
+
z-index: 1;
|
18
|
+
}
|
19
|
+
&:focus,
|
20
|
+
&:active,
|
21
|
+
&.active {
|
22
|
+
z-index: 1;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
// Prevent double borders when buttons are next to each other
|
27
|
+
.btn + .btn,
|
28
|
+
.btn + .btn-group,
|
29
|
+
.btn-group + .btn,
|
30
|
+
.btn-group + .btn-group {
|
31
|
+
margin-left: -$btn-border-width;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
// Optional: Group multiple button groups together for a toolbar
|
36
|
+
.btn-toolbar {
|
37
|
+
display: flex;
|
38
|
+
flex-wrap: wrap;
|
39
|
+
justify-content: flex-start;
|
40
|
+
|
41
|
+
.input-group {
|
42
|
+
width: auto;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
.btn-group {
|
47
|
+
> .btn:first-child {
|
48
|
+
margin-left: 0;
|
49
|
+
}
|
50
|
+
|
51
|
+
// Reset rounded corners
|
52
|
+
> .btn:not(:last-child):not(.dropdown-toggle),
|
53
|
+
> .btn-group:not(:last-child) > .btn {
|
54
|
+
@include border-right-radius(0);
|
55
|
+
}
|
56
|
+
|
57
|
+
> .btn:not(:first-child),
|
58
|
+
> .btn-group:not(:first-child) > .btn {
|
59
|
+
@include border-left-radius(0);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
// Sizing
|
64
|
+
//
|
65
|
+
// Remix the default button sizing classes into new ones for easier manipulation.
|
66
|
+
|
67
|
+
.btn-group-sm > .btn { @extend .btn-sm; }
|
68
|
+
.btn-group-lg > .btn { @extend .btn-lg; }
|
69
|
+
|
70
|
+
|
71
|
+
//
|
72
|
+
// Split button dropdowns
|
73
|
+
//
|
74
|
+
|
75
|
+
.dropdown-toggle-split {
|
76
|
+
padding-right: $btn-padding-x * .75;
|
77
|
+
padding-left: $btn-padding-x * .75;
|
78
|
+
|
79
|
+
&::after,
|
80
|
+
.dropup &::after,
|
81
|
+
.dropright &::after {
|
82
|
+
margin-left: 0;
|
83
|
+
}
|
84
|
+
|
85
|
+
.dropleft &::before {
|
86
|
+
margin-right: 0;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
.btn-sm + .dropdown-toggle-split {
|
91
|
+
padding-right: $btn-padding-x-sm * .75;
|
92
|
+
padding-left: $btn-padding-x-sm * .75;
|
93
|
+
}
|
94
|
+
|
95
|
+
.btn-lg + .dropdown-toggle-split {
|
96
|
+
padding-right: $btn-padding-x-lg * .75;
|
97
|
+
padding-left: $btn-padding-x-lg * .75;
|
98
|
+
}
|
99
|
+
|
100
|
+
|
101
|
+
// The clickable button for toggling the menu
|
102
|
+
// Set the same inset shadow as the :active state
|
103
|
+
.btn-group.show .dropdown-toggle {
|
104
|
+
@include box-shadow($btn-active-box-shadow);
|
105
|
+
|
106
|
+
// Show no shadow for `.btn-link` since it has no other button styles.
|
107
|
+
&.btn-link {
|
108
|
+
@include box-shadow(none);
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
|
113
|
+
//
|
114
|
+
// Vertical button groups
|
115
|
+
//
|
116
|
+
|
117
|
+
.btn-group-vertical {
|
118
|
+
flex-direction: column;
|
119
|
+
align-items: flex-start;
|
120
|
+
justify-content: center;
|
121
|
+
|
122
|
+
.btn,
|
123
|
+
.btn-group {
|
124
|
+
width: 100%;
|
125
|
+
}
|
126
|
+
|
127
|
+
> .btn + .btn,
|
128
|
+
> .btn + .btn-group,
|
129
|
+
> .btn-group + .btn,
|
130
|
+
> .btn-group + .btn-group {
|
131
|
+
margin-top: -$btn-border-width;
|
132
|
+
margin-left: 0;
|
133
|
+
}
|
134
|
+
|
135
|
+
// Reset rounded corners
|
136
|
+
> .btn:not(:last-child):not(.dropdown-toggle),
|
137
|
+
> .btn-group:not(:last-child) > .btn {
|
138
|
+
@include border-bottom-radius(0);
|
139
|
+
}
|
140
|
+
|
141
|
+
> .btn:not(:first-child),
|
142
|
+
> .btn-group:not(:first-child) > .btn {
|
143
|
+
@include border-top-radius(0);
|
144
|
+
}
|
145
|
+
}
|
146
|
+
|
147
|
+
|
148
|
+
// Checkbox and radio options
|
149
|
+
//
|
150
|
+
// In order to support the browser's form validation feedback, powered by the
|
151
|
+
// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use
|
152
|
+
// `display: none;` or `visibility: hidden;` as that also hides the popover.
|
153
|
+
// Simply visually hiding the inputs via `opacity` would leave them clickable in
|
154
|
+
// certain cases which is prevented by using `clip` and `pointer-events`.
|
155
|
+
// This way, we ensure a DOM element is visible to position the popover from.
|
156
|
+
//
|
157
|
+
// See https://github.com/twbs/bootstrap/pull/12794 and
|
158
|
+
// https://github.com/twbs/bootstrap/pull/14559 for more information.
|
159
|
+
|
160
|
+
.btn-group-toggle {
|
161
|
+
> .btn,
|
162
|
+
> .btn-group > .btn {
|
163
|
+
margin-bottom: 0; // Override default `<label>` value
|
164
|
+
|
165
|
+
input[type="radio"],
|
166
|
+
input[type="checkbox"] {
|
167
|
+
position: absolute;
|
168
|
+
clip: rect(0, 0, 0, 0);
|
169
|
+
pointer-events: none;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
}
|