apx-docs-theme 0.1.7 → 0.1.15
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 +4 -4
- data/_includes/footer.html +8 -9
- data/_includes/head.html +20 -9
- data/_includes/js_files.html +21 -3
- data/_includes/navbar.html +28 -0
- data/_includes/sidebar.html +43 -0
- data/_layouts/default.html +10 -10
- data/_layouts/docs.html +12 -20
- data/_sass/bootstrap/_alert.scss +51 -0
- data/_sass/bootstrap/_badge.scss +53 -0
- data/_sass/bootstrap/_breadcrumb.scss +41 -0
- data/_sass/bootstrap/_button-group.scss +163 -0
- data/_sass/bootstrap/_buttons.scss +73 -101
- data/_sass/bootstrap/_card.scss +310 -0
- data/_sass/bootstrap/_carousel.scss +130 -202
- data/_sass/bootstrap/_close.scss +23 -15
- data/_sass/bootstrap/_code.scss +15 -36
- data/_sass/bootstrap/_custom-forms.scss +507 -0
- data/_sass/bootstrap/_dropdown.scss +191 -0
- data/_sass/bootstrap/_forms.scss +215 -498
- data/_sass/bootstrap/_functions.scss +86 -0
- data/_sass/bootstrap/_grid.scss +29 -61
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_input-group.scss +193 -0
- data/_sass/bootstrap/_jumbotron.scss +9 -47
- data/_sass/bootstrap/_list-group.scss +70 -79
- data/_sass/bootstrap/_media.scss +3 -61
- data/_sass/bootstrap/_mixins.scss +19 -18
- data/_sass/bootstrap/_modal.scss +186 -0
- data/_sass/bootstrap/_nav.scss +120 -0
- data/_sass/bootstrap/_navbar.scss +192 -555
- data/_sass/bootstrap/_pagination.scss +59 -70
- data/_sass/bootstrap/_popover.scss +183 -0
- data/_sass/bootstrap/_print.scss +89 -49
- data/_sass/bootstrap/_progress.scss +34 -0
- data/_sass/bootstrap/_reboot.scss +462 -0
- data/_sass/bootstrap/_root.scss +19 -0
- data/_sass/bootstrap/_spinners.scss +53 -0
- data/_sass/bootstrap/_tables.scss +119 -166
- data/_sass/bootstrap/_toasts.scss +43 -0
- data/_sass/bootstrap/_tooltip.scss +93 -79
- data/_sass/bootstrap/_transitions.scss +22 -0
- data/_sass/bootstrap/_type.scss +66 -239
- data/_sass/bootstrap/_utilities.scss +16 -55
- data/_sass/bootstrap/_variables.scss +926 -709
- data/_sass/bootstrap/bootstrap-grid.scss +29 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
- data/_sass/bootstrap/bootstrap.scss +44 -0
- data/_sass/bootstrap/mixins/_alert.scss +13 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +14 -5
- data/_sass/bootstrap/mixins/_badge.scss +11 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +25 -8
- data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
- data/_sass/bootstrap/mixins/_buttons.scss +86 -40
- data/_sass/bootstrap/mixins/_caret.scss +62 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +3 -18
- data/_sass/bootstrap/mixins/_float.scss +11 -0
- data/_sass/bootstrap/mixins/_forms.scss +176 -66
- data/_sass/bootstrap/mixins/_gradients.scss +17 -30
- data/_sass/bootstrap/mixins/_grid-framework.scss +51 -66
- data/_sass/bootstrap/mixins/_grid.scss +34 -105
- data/_sass/bootstrap/mixins/_hover.scss +37 -0
- data/_sass/bootstrap/mixins/_image.scss +18 -15
- data/_sass/bootstrap/mixins/_list-group.scss +10 -21
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +4 -4
- data/_sass/bootstrap/mixins/_pagination.scss +10 -12
- data/_sass/bootstrap/mixins/_reset-text.scss +7 -8
- data/_sass/bootstrap/mixins/_resize.scss +1 -1
- data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
- data/_sass/bootstrap/mixins/_size.scss +1 -5
- data/_sass/bootstrap/mixins/_table-row.scss +26 -15
- data/_sass/bootstrap/mixins/_text-emphasis.scss +7 -5
- data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
- data/_sass/bootstrap/mixins/{_text-overflow.scss → _text-truncate.scss} +2 -2
- data/_sass/bootstrap/mixins/_transition.scss +16 -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 +63 -0
- data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
- data/_sass/bootstrap/utilities/_display.scss +38 -0
- data/_sass/bootstrap/utilities/_embed.scss +39 -0
- data/_sass/bootstrap/utilities/_flex.scss +51 -0
- data/_sass/bootstrap/utilities/_float.scss +9 -0
- data/_sass/bootstrap/utilities/_overflow.scss +5 -0
- data/_sass/bootstrap/utilities/_position.scss +32 -0
- data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
- data/_sass/bootstrap/utilities/_shadows.scss +6 -0
- data/_sass/bootstrap/utilities/_sizing.scss +20 -0
- data/_sass/bootstrap/utilities/_spacing.scss +73 -0
- data/_sass/bootstrap/utilities/_text.scss +67 -0
- data/_sass/bootstrap/utilities/_visibility.scss +11 -0
- data/_sass/markdown/code.scss +65 -0
- data/_sass/markdown/color-system.scss +114 -0
- data/_sass/markdown/images.scss +119 -0
- data/_sass/markdown/markdown-body.scss +103 -0
- data/_sass/markdown/markdown.scss +15 -0
- data/_sass/rouge.scss +209 -0
- data/_sass/theme.scss +35 -0
- data/_sass/{_typeahead.scss → typeahead.scss} +0 -0
- data/assets/css/main.scss +1 -90
- data/assets/img/{bg.jpg → jumbotron.jpg} +0 -0
- data/assets/js/bootstrap.min.js +6 -6
- data/assets/js/jquery-3.3.1.min.js +2 -0
- data/assets/js/main.js +2 -1
- data/assets/js/search.json +11 -0
- data/assets/js/typeahead.bundle.js +2621 -0
- data/assets/js/typeahead.bundle.min.js +4 -4
- metadata +81 -50
- data/_includes/pages_nav.html +0 -40
- data/_includes/topnav.html +0 -37
- data/_sass/_bootstrap.scss +0 -56
- data/_sass/_syntax-highlighting.scss +0 -71
- data/_sass/bootstrap/_alerts.scss +0 -73
- data/_sass/bootstrap/_badges.scss +0 -68
- data/_sass/bootstrap/_breadcrumbs.scss +0 -28
- data/_sass/bootstrap/_button-groups.scss +0 -244
- data/_sass/bootstrap/_component-animations.scss +0 -37
- data/_sass/bootstrap/_dropdowns.scss +0 -216
- data/_sass/bootstrap/_glyphicons.scss +0 -307
- data/_sass/bootstrap/_input-groups.scss +0 -171
- data/_sass/bootstrap/_labels.scss +0 -66
- data/_sass/bootstrap/_modals.scss +0 -150
- data/_sass/bootstrap/_navs.scss +0 -242
- data/_sass/bootstrap/_normalize.scss +0 -424
- data/_sass/bootstrap/_pager.scss +0 -54
- data/_sass/bootstrap/_panels.scss +0 -271
- data/_sass/bootstrap/_popovers.scss +0 -131
- data/_sass/bootstrap/_progress-bars.scss +0 -87
- data/_sass/bootstrap/_responsive-embed.scss +0 -35
- data/_sass/bootstrap/_responsive-utilities.scss +0 -179
- data/_sass/bootstrap/_scaffolding.scss +0 -161
- data/_sass/bootstrap/_theme.scss +0 -291
- data/_sass/bootstrap/_thumbnails.scss +0 -38
- data/_sass/bootstrap/_wells.scss +0 -29
- data/_sass/bootstrap/mixins/_alerts.scss +0 -14
- data/_sass/bootstrap/mixins/_center-block.scss +0 -7
- data/_sass/bootstrap/mixins/_hide-text.scss +0 -21
- data/_sass/bootstrap/mixins/_labels.scss +0 -12
- data/_sass/bootstrap/mixins/_nav-vertical-align.scss +0 -9
- data/_sass/bootstrap/mixins/_opacity.scss +0 -8
- data/_sass/bootstrap/mixins/_panels.scss +0 -24
- data/_sass/bootstrap/mixins/_progress-bar.scss +0 -10
- data/_sass/bootstrap/mixins/_reset-filter.scss +0 -8
- data/_sass/bootstrap/mixins/_responsive-visibility.scss +0 -21
- data/_sass/bootstrap/mixins/_tab-focus.scss +0 -9
- data/_sass/bootstrap/mixins/_vendor-prefixes.scss +0 -222
- data/assets/css/font-awesome.min.css +0 -4
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
|
@@ -1,122 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
/// Grid system
|
|
2
2
|
//
|
|
3
3
|
// Generate semantic grid columns with these mixins.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
@mixin make-container($gutter: $grid-gutter-width) {
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding-right: $gutter / 2;
|
|
8
|
+
padding-left: $gutter / 2;
|
|
7
9
|
margin-right: auto;
|
|
8
10
|
margin-left: auto;
|
|
9
|
-
padding-left: floor(($gutter / 2));
|
|
10
|
-
padding-right: ceil(($gutter / 2));
|
|
11
|
-
@include clearfix;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
// Creates a wrapper for a series of columns
|
|
15
|
-
@mixin make-row($gutter: $grid-gutter-width) {
|
|
16
|
-
margin-left: ceil(($gutter / -2));
|
|
17
|
-
margin-right: floor(($gutter / -2));
|
|
18
|
-
@include clearfix;
|
|
19
|
-
}
|
|
20
13
|
|
|
21
|
-
//
|
|
22
|
-
@mixin make-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
padding-left: ($gutter / 2);
|
|
28
|
-
padding-right: ($gutter / 2);
|
|
29
|
-
}
|
|
30
|
-
@mixin make-xs-column-offset($columns) {
|
|
31
|
-
margin-left: percentage(($columns / $grid-columns));
|
|
32
|
-
}
|
|
33
|
-
@mixin make-xs-column-push($columns) {
|
|
34
|
-
left: percentage(($columns / $grid-columns));
|
|
35
|
-
}
|
|
36
|
-
@mixin make-xs-column-pull($columns) {
|
|
37
|
-
right: percentage(($columns / $grid-columns));
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
// Generate the small columns
|
|
41
|
-
@mixin make-sm-column($columns, $gutter: $grid-gutter-width) {
|
|
42
|
-
position: relative;
|
|
43
|
-
min-height: 1px;
|
|
44
|
-
padding-left: ($gutter / 2);
|
|
45
|
-
padding-right: ($gutter / 2);
|
|
46
|
-
|
|
47
|
-
@media (min-width: $screen-sm-min) {
|
|
48
|
-
float: left;
|
|
49
|
-
width: percentage(($columns / $grid-columns));
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
@mixin make-sm-column-offset($columns) {
|
|
53
|
-
@media (min-width: $screen-sm-min) {
|
|
54
|
-
margin-left: percentage(($columns / $grid-columns));
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
@mixin make-sm-column-push($columns) {
|
|
58
|
-
@media (min-width: $screen-sm-min) {
|
|
59
|
-
left: percentage(($columns / $grid-columns));
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
@mixin make-sm-column-pull($columns) {
|
|
63
|
-
@media (min-width: $screen-sm-min) {
|
|
64
|
-
right: percentage(($columns / $grid-columns));
|
|
14
|
+
// For each breakpoint, define the maximum width of the container in a media query
|
|
15
|
+
@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
|
|
16
|
+
@each $breakpoint, $container-max-width in $max-widths {
|
|
17
|
+
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
|
18
|
+
max-width: $container-max-width;
|
|
19
|
+
}
|
|
65
20
|
}
|
|
66
21
|
}
|
|
67
22
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
padding-right: ($gutter / 2);
|
|
74
|
-
|
|
75
|
-
@media (min-width: $screen-md-min) {
|
|
76
|
-
float: left;
|
|
77
|
-
width: percentage(($columns / $grid-columns));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
@mixin make-md-column-offset($columns) {
|
|
81
|
-
@media (min-width: $screen-md-min) {
|
|
82
|
-
margin-left: percentage(($columns / $grid-columns));
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
@mixin make-md-column-push($columns) {
|
|
86
|
-
@media (min-width: $screen-md-min) {
|
|
87
|
-
left: percentage(($columns / $grid-columns));
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
@mixin make-md-column-pull($columns) {
|
|
91
|
-
@media (min-width: $screen-md-min) {
|
|
92
|
-
right: percentage(($columns / $grid-columns));
|
|
93
|
-
}
|
|
23
|
+
@mixin make-row($gutter: $grid-gutter-width) {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-wrap: wrap;
|
|
26
|
+
margin-right: -$gutter / 2;
|
|
27
|
+
margin-left: -$gutter / 2;
|
|
94
28
|
}
|
|
95
29
|
|
|
96
|
-
|
|
97
|
-
@mixin make-lg-column($columns, $gutter: $grid-gutter-width) {
|
|
30
|
+
@mixin make-col-ready($gutter: $grid-gutter-width) {
|
|
98
31
|
position: relative;
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
width: percentage(($columns / $grid-columns));
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
@mixin make-lg-column-offset($columns) {
|
|
109
|
-
@media (min-width: $screen-lg-min) {
|
|
110
|
-
margin-left: percentage(($columns / $grid-columns));
|
|
111
|
-
}
|
|
32
|
+
// Prevent columns from becoming too narrow when at smaller grid tiers by
|
|
33
|
+
// always setting `width: 100%;`. This works because we use `flex` values
|
|
34
|
+
// later on to override this initial width.
|
|
35
|
+
width: 100%;
|
|
36
|
+
padding-right: $gutter / 2;
|
|
37
|
+
padding-left: $gutter / 2;
|
|
112
38
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
39
|
+
|
|
40
|
+
@mixin make-col($size, $columns: $grid-columns) {
|
|
41
|
+
flex: 0 0 percentage($size / $columns);
|
|
42
|
+
// Add a `max-width` to ensure content within each column does not blow out
|
|
43
|
+
// the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
|
|
44
|
+
// do not appear to require this.
|
|
45
|
+
max-width: percentage($size / $columns);
|
|
117
46
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
47
|
+
|
|
48
|
+
@mixin make-col-offset($size, $columns: $grid-columns) {
|
|
49
|
+
$num: $size / $columns;
|
|
50
|
+
margin-left: if($num == 0, 0, percentage($num));
|
|
122
51
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Hover mixin and `$enable-hover-media-query` are deprecated.
|
|
2
|
+
//
|
|
3
|
+
// Originally added during our alphas and maintained during betas, this mixin was
|
|
4
|
+
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
|
|
5
|
+
// would persist after initial touch.
|
|
6
|
+
//
|
|
7
|
+
// For backward compatibility, we've kept these mixins and updated them to
|
|
8
|
+
// always return their regular pseudo-classes instead of a shimmed media query.
|
|
9
|
+
//
|
|
10
|
+
// Issue: https://github.com/twbs/bootstrap/issues/25195
|
|
11
|
+
|
|
12
|
+
@mixin hover {
|
|
13
|
+
&:hover { @content; }
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin hover-focus {
|
|
17
|
+
&:hover,
|
|
18
|
+
&:focus {
|
|
19
|
+
@content;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@mixin plain-hover-focus {
|
|
24
|
+
&,
|
|
25
|
+
&:hover,
|
|
26
|
+
&:focus {
|
|
27
|
+
@content;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@mixin hover-focus-active {
|
|
32
|
+
&:hover,
|
|
33
|
+
&:focus,
|
|
34
|
+
&:active {
|
|
35
|
+
@content;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -6,28 +6,31 @@
|
|
|
6
6
|
// Responsive image
|
|
7
7
|
//
|
|
8
8
|
// Keep images from scaling beyond the width of their parents.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
|
|
10
|
+
@mixin img-fluid {
|
|
11
|
+
// Part 1: Set a maximum relative to the parent
|
|
12
|
+
max-width: 100%;
|
|
13
|
+
// Part 2: Override the height to auto, otherwise images will be stretched
|
|
14
|
+
// when setting a width and height attribute on the img element.
|
|
15
|
+
height: auto;
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
|
|
16
19
|
// Retina image
|
|
17
20
|
//
|
|
18
|
-
// Short retina mixin for setting background-image and -size.
|
|
19
|
-
|
|
21
|
+
// Short retina mixin for setting background-image and -size.
|
|
22
|
+
|
|
23
|
+
// stylelint-disable indentation, media-query-list-comma-newline-after
|
|
20
24
|
@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
|
|
21
|
-
background-image: url(
|
|
25
|
+
background-image: url($file-1x);
|
|
22
26
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
only screen and (
|
|
28
|
-
only screen and (
|
|
29
|
-
|
|
30
|
-
background-image: url(if($bootstrap-sass-asset-helper, twbs-image-path("#{$file-2x}"), "#{$file-2x}"));
|
|
27
|
+
// Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,
|
|
28
|
+
// but doesn't convert dppx=>dpi.
|
|
29
|
+
// There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
|
|
30
|
+
// Compatibility info: https://caniuse.com/#feat=css-media-resolution
|
|
31
|
+
@media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx
|
|
32
|
+
only screen and (min-resolution: 2dppx) { // Standardized
|
|
33
|
+
background-image: url($file-2x);
|
|
31
34
|
background-size: $width-1x $height-1x;
|
|
32
35
|
}
|
|
33
36
|
}
|
|
@@ -5,28 +5,17 @@
|
|
|
5
5
|
color: $color;
|
|
6
6
|
background-color: $background;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
color: $color;
|
|
8
|
+
&.list-group-item-action {
|
|
9
|
+
@include hover-focus {
|
|
10
|
+
color: $color;
|
|
11
|
+
background-color: darken($background, 5%);
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
&:focus {
|
|
21
|
-
color: $color;
|
|
22
|
-
background-color: darken($background, 5%);
|
|
23
|
-
}
|
|
24
|
-
&.active,
|
|
25
|
-
&.active:hover,
|
|
26
|
-
&.active:focus {
|
|
27
|
-
color: #fff;
|
|
28
|
-
background-color: $color;
|
|
29
|
-
border-color: $color;
|
|
14
|
+
&.active {
|
|
15
|
+
color: $white;
|
|
16
|
+
background-color: $color;
|
|
17
|
+
border-color: $color;
|
|
18
|
+
}
|
|
30
19
|
}
|
|
31
20
|
}
|
|
32
21
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
//
|
|
3
3
|
// Dividers (basically an hr) within dropdowns and nav lists
|
|
4
4
|
|
|
5
|
-
@mixin nav-divider($color:
|
|
6
|
-
height:
|
|
7
|
-
margin:
|
|
5
|
+
@mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) {
|
|
6
|
+
height: 0;
|
|
7
|
+
margin: $margin-y 0;
|
|
8
8
|
overflow: hidden;
|
|
9
|
-
|
|
9
|
+
border-top: 1px solid $color;
|
|
10
10
|
}
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
// Pagination
|
|
2
2
|
|
|
3
|
-
@mixin pagination-size($padding-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
@mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
|
|
4
|
+
.page-link {
|
|
5
|
+
padding: $padding-y $padding-x;
|
|
6
|
+
font-size: $font-size;
|
|
7
|
+
line-height: $line-height;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.page-item {
|
|
11
11
|
&:first-child {
|
|
12
|
-
|
|
13
|
-
> span {
|
|
12
|
+
.page-link {
|
|
14
13
|
@include border-left-radius($border-radius);
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
&:last-child {
|
|
18
|
-
|
|
19
|
-
> span {
|
|
17
|
+
.page-link {
|
|
20
18
|
@include border-right-radius($border-radius);
|
|
21
19
|
}
|
|
22
20
|
}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
@mixin reset-text
|
|
1
|
+
@mixin reset-text {
|
|
2
2
|
font-family: $font-family-base;
|
|
3
|
-
// We deliberately do NOT reset font-size.
|
|
3
|
+
// We deliberately do NOT reset font-size or word-wrap.
|
|
4
4
|
font-style: normal;
|
|
5
|
-
font-weight: normal;
|
|
6
|
-
letter-spacing: normal;
|
|
7
|
-
line-break: auto;
|
|
5
|
+
font-weight: $font-weight-normal;
|
|
8
6
|
line-height: $line-height-base;
|
|
9
7
|
text-align: left; // Fallback for where `start` is not supported
|
|
10
|
-
text-align: start;
|
|
8
|
+
text-align: start; // stylelint-disable-line declaration-block-no-duplicate-properties
|
|
11
9
|
text-decoration: none;
|
|
12
10
|
text-shadow: none;
|
|
13
11
|
text-transform: none;
|
|
14
|
-
|
|
12
|
+
letter-spacing: normal;
|
|
15
13
|
word-break: normal;
|
|
16
14
|
word-spacing: normal;
|
|
17
|
-
|
|
15
|
+
white-space: normal;
|
|
16
|
+
line-break: auto;
|
|
18
17
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Only display content to screen readers
|
|
2
|
+
//
|
|
3
|
+
// See: https://a11yproject.com/posts/how-to-hide-content/
|
|
4
|
+
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
|
|
5
|
+
|
|
6
|
+
@mixin sr-only {
|
|
7
|
+
position: absolute;
|
|
8
|
+
width: 1px;
|
|
9
|
+
height: 1px;
|
|
10
|
+
padding: 0;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
clip: rect(0, 0, 0, 0);
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
border: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// Use in conjunction with .sr-only to only display content when it's focused.
|
|
18
|
+
//
|
|
19
|
+
// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
|
20
|
+
//
|
|
21
|
+
// Credit: HTML5 Boilerplate
|
|
22
|
+
|
|
23
|
+
@mixin sr-only-focusable {
|
|
24
|
+
&:active,
|
|
25
|
+
&:focus {
|
|
26
|
+
position: static;
|
|
27
|
+
width: auto;
|
|
28
|
+
height: auto;
|
|
29
|
+
overflow: visible;
|
|
30
|
+
clip: auto;
|
|
31
|
+
white-space: normal;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,28 +1,39 @@
|
|
|
1
1
|
// Tables
|
|
2
2
|
|
|
3
|
-
@mixin table-row-variant($state, $background) {
|
|
3
|
+
@mixin table-row-variant($state, $background, $border: null) {
|
|
4
4
|
// Exact selectors below required to override `.table-striped` and prevent
|
|
5
5
|
// inheritance to nested tables.
|
|
6
|
-
.table
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
> td
|
|
10
|
-
> th.#{$state},
|
|
11
|
-
&.#{$state} > td,
|
|
12
|
-
&.#{$state} > th {
|
|
6
|
+
.table-#{$state} {
|
|
7
|
+
&,
|
|
8
|
+
> th,
|
|
9
|
+
> td {
|
|
13
10
|
background-color: $background;
|
|
14
11
|
}
|
|
12
|
+
|
|
13
|
+
@if $border != null {
|
|
14
|
+
th,
|
|
15
|
+
td,
|
|
16
|
+
thead th,
|
|
17
|
+
tbody + tbody {
|
|
18
|
+
border-color: $border;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
// Hover states for `.table-hover`
|
|
18
24
|
// Note: this is not available for cells or rows within `thead` or `tfoot`.
|
|
19
|
-
.table-hover
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
.table-hover {
|
|
26
|
+
$hover-background: darken($background, 5%);
|
|
27
|
+
|
|
28
|
+
.table-#{$state} {
|
|
29
|
+
@include hover {
|
|
30
|
+
background-color: $hover-background;
|
|
31
|
+
|
|
32
|
+
> td,
|
|
33
|
+
> th {
|
|
34
|
+
background-color: $hover-background;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
26
37
|
}
|
|
27
38
|
}
|
|
28
39
|
}
|