tabler_ui_rails 0.3.0 → 0.3.1
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/README.md +15 -3
- data/assets/javascripts/tabler_ui.js +0 -1
- data/assets/javascripts/vendors/bootstrap.bundle.min.js +7 -0
- data/assets/javascripts/vendors/chart.bundle.min.js +10 -0
- data/assets/javascripts/vendors/circle-progress.min.js +10 -0
- data/assets/javascripts/vendors/jquery-3.2.1.min.js +4 -0
- data/assets/javascripts/vendors/jquery-3.2.1.slim.min.js +4 -0
- data/assets/javascripts/vendors/jquery-jvectormap-2.0.3.min.js +2 -0
- data/assets/javascripts/vendors/jquery-jvectormap-de-merc.js +1 -0
- data/assets/javascripts/vendors/jquery-jvectormap-world-mill.js +1 -0
- data/assets/javascripts/vendors/jquery.sparkline.min.js +2 -0
- data/assets/javascripts/vendors/jquery.tablesorter.min.js +4 -0
- data/assets/javascripts/vendors/selectize.min.js +3829 -0
- data/assets/plugins/charts-c3/js/c3.min.js +1 -0
- data/assets/plugins/charts-c3/js/d3.v3.min.js +5 -0
- data/assets/plugins/charts-c3/plugin.js +10 -0
- data/assets/plugins/charts-c3/plugin.scss +2 -0
- data/assets/plugins/charts-c3/scss/_c3.scss +244 -0
- data/assets/plugins/fullcalendar/js/fullcalendar.min.js +7 -0
- data/assets/plugins/fullcalendar/js/moment.min.js +1 -0
- data/assets/plugins/fullcalendar/plugin.js +9 -0
- data/assets/plugins/fullcalendar/plugin.scss +2 -0
- data/assets/plugins/fullcalendar/scss/_fullcalendar.scss +1118 -0
- data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.eot +0 -0
- data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.svg +6150 -0
- data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.ttf +0 -0
- data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff +0 -0
- data/assets/plugins/iconfonts/fonts/materialdesignicons/materialdesignicons-webfont.woff2 +0 -0
- data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.eot +0 -0
- data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.svg +1 -0
- data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.ttf +0 -0
- data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff +0 -0
- data/assets/plugins/iconfonts/fonts/simple-line-icons/Simple-Line-Icons.woff2 +0 -0
- data/assets/plugins/iconfonts/fonts/themify/themify.eot +0 -0
- data/assets/plugins/iconfonts/fonts/themify/themify.svg +362 -0
- data/assets/plugins/iconfonts/fonts/themify/themify.ttf +0 -0
- data/assets/plugins/iconfonts/fonts/themify/themify.woff +0 -0
- data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.eot +0 -0
- data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.svg +1 -0
- data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.ttf +0 -0
- data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff +0 -0
- data/assets/plugins/iconfonts/fonts/weathericons/weathericons-regular-webfont.woff2 +0 -0
- data/assets/plugins/iconfonts/plugin.scss +4 -0
- data/assets/plugins/iconfonts/scss/_materialdesignicons.scss +8445 -0
- data/assets/plugins/iconfonts/scss/_simple-line-icons.scss +779 -0
- data/assets/plugins/iconfonts/scss/_themify.scss +1081 -0
- data/assets/plugins/iconfonts/scss/_weathericons.scss +1823 -0
- data/assets/plugins/input-mask/js/jquery.mask.min.js +19 -0
- data/assets/plugins/input-mask/plugin.js +8 -0
- data/assets/plugins/maps-google/plugin.js +0 -0
- data/assets/plugins/maps-google/plugin.scss +0 -0
- data/assets/plugins/prismjs/js/prism.pack.js +30 -0
- data/assets/plugins/prismjs/plugin.js +18 -0
- data/assets/plugins/prismjs/plugin.scss +227 -0
- data/assets/stylesheets/dashboard/_progress.scss +2 -2
- data/assets/stylesheets/dashboard/forms/_custom-selectgroup.scss +2 -3
- data/lib/tabler_ui_rails/engine.rb +1 -1
- data/lib/tabler_ui_rails/version.rb +2 -2
- metadata +72 -89
- data/assets/stylesheets/dashboard/bootstrap/_alert.scss +0 -51
- data/assets/stylesheets/dashboard/bootstrap/_badge.scss +0 -47
- data/assets/stylesheets/dashboard/bootstrap/_breadcrumb.scss +0 -38
- data/assets/stylesheets/dashboard/bootstrap/_button-group.scss +0 -166
- data/assets/stylesheets/dashboard/bootstrap/_buttons.scss +0 -143
- data/assets/stylesheets/dashboard/bootstrap/_card.scss +0 -299
- data/assets/stylesheets/dashboard/bootstrap/_carousel.scss +0 -235
- data/assets/stylesheets/dashboard/bootstrap/_close.scss +0 -34
- data/assets/stylesheets/dashboard/bootstrap/_code.scss +0 -56
- data/assets/stylesheets/dashboard/bootstrap/_custom-forms.scss +0 -420
- data/assets/stylesheets/dashboard/bootstrap/_dropdown.scss +0 -138
- data/assets/stylesheets/dashboard/bootstrap/_forms.scss +0 -335
- data/assets/stylesheets/dashboard/bootstrap/_functions.scss +0 -86
- data/assets/stylesheets/dashboard/bootstrap/_grid.scss +0 -52
- data/assets/stylesheets/dashboard/bootstrap/_images.scss +0 -42
- data/assets/stylesheets/dashboard/bootstrap/_input-group.scss +0 -159
- data/assets/stylesheets/dashboard/bootstrap/_jumbotron.scss +0 -16
- data/assets/stylesheets/dashboard/bootstrap/_list-group.scss +0 -115
- data/assets/stylesheets/dashboard/bootstrap/_media.scss +0 -8
- data/assets/stylesheets/dashboard/bootstrap/_mixins.scss +0 -42
- data/assets/stylesheets/dashboard/bootstrap/_modal.scss +0 -168
- data/assets/stylesheets/dashboard/bootstrap/_nav.scss +0 -118
- data/assets/stylesheets/dashboard/bootstrap/_navbar.scss +0 -311
- data/assets/stylesheets/dashboard/bootstrap/_pagination.scss +0 -78
- data/assets/stylesheets/dashboard/bootstrap/_popover.scss +0 -183
- data/assets/stylesheets/dashboard/bootstrap/_print.scss +0 -124
- data/assets/stylesheets/dashboard/bootstrap/_progress.scss +0 -34
- data/assets/stylesheets/dashboard/bootstrap/_reboot.scss +0 -482
- data/assets/stylesheets/dashboard/bootstrap/_root.scss +0 -19
- data/assets/stylesheets/dashboard/bootstrap/_tables.scss +0 -188
- data/assets/stylesheets/dashboard/bootstrap/_tooltip.scss +0 -115
- data/assets/stylesheets/dashboard/bootstrap/_transitions.scss +0 -36
- data/assets/stylesheets/dashboard/bootstrap/_type.scss +0 -125
- data/assets/stylesheets/dashboard/bootstrap/_utilities.scss +0 -14
- data/assets/stylesheets/dashboard/bootstrap/_variables.scss +0 -919
- data/assets/stylesheets/dashboard/bootstrap/bootstrap-grid.scss +0 -32
- data/assets/stylesheets/dashboard/bootstrap/bootstrap-reboot.scss +0 -12
- data/assets/stylesheets/dashboard/bootstrap/bootstrap.scss +0 -42
- data/assets/stylesheets/dashboard/bootstrap/mixins/_alert.scss +0 -13
- data/assets/stylesheets/dashboard/bootstrap/mixins/_background-variant.scss +0 -21
- data/assets/stylesheets/dashboard/bootstrap/mixins/_badge.scss +0 -12
- data/assets/stylesheets/dashboard/bootstrap/mixins/_border-radius.scss +0 -35
- data/assets/stylesheets/dashboard/bootstrap/mixins/_box-shadow.scss +0 -5
- data/assets/stylesheets/dashboard/bootstrap/mixins/_breakpoints.scss +0 -123
- data/assets/stylesheets/dashboard/bootstrap/mixins/_buttons.scss +0 -109
- data/assets/stylesheets/dashboard/bootstrap/mixins/_caret.scss +0 -65
- data/assets/stylesheets/dashboard/bootstrap/mixins/_clearfix.scss +0 -7
- data/assets/stylesheets/dashboard/bootstrap/mixins/_float.scss +0 -11
- data/assets/stylesheets/dashboard/bootstrap/mixins/_forms.scss +0 -137
- data/assets/stylesheets/dashboard/bootstrap/mixins/_gradients.scss +0 -45
- data/assets/stylesheets/dashboard/bootstrap/mixins/_grid-framework.scss +0 -67
- data/assets/stylesheets/dashboard/bootstrap/mixins/_grid.scss +0 -52
- data/assets/stylesheets/dashboard/bootstrap/mixins/_hover.scss +0 -37
- data/assets/stylesheets/dashboard/bootstrap/mixins/_image.scss +0 -36
- data/assets/stylesheets/dashboard/bootstrap/mixins/_list-group.scss +0 -21
- data/assets/stylesheets/dashboard/bootstrap/mixins/_lists.scss +0 -7
- data/assets/stylesheets/dashboard/bootstrap/mixins/_nav-divider.scss +0 -10
- data/assets/stylesheets/dashboard/bootstrap/mixins/_navbar-align.scss +0 -10
- data/assets/stylesheets/dashboard/bootstrap/mixins/_pagination.scss +0 -22
- data/assets/stylesheets/dashboard/bootstrap/mixins/_reset-text.scss +0 -17
- data/assets/stylesheets/dashboard/bootstrap/mixins/_resize.scss +0 -6
- data/assets/stylesheets/dashboard/bootstrap/mixins/_screen-reader.scss +0 -33
- data/assets/stylesheets/dashboard/bootstrap/mixins/_size.scss +0 -6
- data/assets/stylesheets/dashboard/bootstrap/mixins/_table-row.scss +0 -30
- data/assets/stylesheets/dashboard/bootstrap/mixins/_text-emphasis.scss +0 -14
- data/assets/stylesheets/dashboard/bootstrap/mixins/_text-hide.scss +0 -9
- data/assets/stylesheets/dashboard/bootstrap/mixins/_text-truncate.scss +0 -8
- data/assets/stylesheets/dashboard/bootstrap/mixins/_transition.scss +0 -9
- data/assets/stylesheets/dashboard/bootstrap/mixins/_visibility.scss +0 -7
- data/assets/stylesheets/dashboard/bootstrap/utilities/_align.scss +0 -8
- data/assets/stylesheets/dashboard/bootstrap/utilities/_background.scss +0 -19
- data/assets/stylesheets/dashboard/bootstrap/utilities/_borders.scss +0 -59
- data/assets/stylesheets/dashboard/bootstrap/utilities/_clearfix.scss +0 -3
- data/assets/stylesheets/dashboard/bootstrap/utilities/_display.scss +0 -38
- data/assets/stylesheets/dashboard/bootstrap/utilities/_embed.scss +0 -52
- data/assets/stylesheets/dashboard/bootstrap/utilities/_flex.scss +0 -47
- data/assets/stylesheets/dashboard/bootstrap/utilities/_float.scss +0 -9
- data/assets/stylesheets/dashboard/bootstrap/utilities/_position.scss +0 -37
- data/assets/stylesheets/dashboard/bootstrap/utilities/_screenreaders.scss +0 -11
- data/assets/stylesheets/dashboard/bootstrap/utilities/_sizing.scss +0 -12
- data/assets/stylesheets/dashboard/bootstrap/utilities/_spacing.scss +0 -51
- data/assets/stylesheets/dashboard/bootstrap/utilities/_text.scss +0 -52
- data/assets/stylesheets/dashboard/bootstrap/utilities/_visibility.scss +0 -11
@@ -1,137 +0,0 @@
|
|
1
|
-
// Form control focus state
|
2
|
-
//
|
3
|
-
// Generate a customized focus state and for any input with the specified color,
|
4
|
-
// which defaults to the `$input-focus-border-color` variable.
|
5
|
-
//
|
6
|
-
// We highly encourage you to not customize the default value, but instead use
|
7
|
-
// this to tweak colors on an as-needed basis. This aesthetic change is based on
|
8
|
-
// WebKit's default styles, but applicable to a wider range of browsers. Its
|
9
|
-
// usability and accessibility should be taken into account with any change.
|
10
|
-
//
|
11
|
-
// Example usage: change the default blue border and shadow to white for better
|
12
|
-
// contrast against a dark gray background.
|
13
|
-
@mixin form-control-focus() {
|
14
|
-
&:focus {
|
15
|
-
color: $input-focus-color;
|
16
|
-
background-color: $input-focus-bg;
|
17
|
-
border-color: $input-focus-border-color;
|
18
|
-
outline: 0;
|
19
|
-
// Avoid using mixin so we can pass custom focus shadow properly
|
20
|
-
@if $enable-shadows {
|
21
|
-
box-shadow: $input-box-shadow, $input-focus-box-shadow;
|
22
|
-
} @else {
|
23
|
-
box-shadow: $input-focus-box-shadow;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
|
29
|
-
@mixin form-validation-state($state, $color) {
|
30
|
-
.#{$state}-feedback {
|
31
|
-
display: none;
|
32
|
-
width: 100%;
|
33
|
-
margin-top: $form-feedback-margin-top;
|
34
|
-
font-size: $form-feedback-font-size;
|
35
|
-
color: $color;
|
36
|
-
}
|
37
|
-
|
38
|
-
.#{$state}-tooltip {
|
39
|
-
position: absolute;
|
40
|
-
top: 100%;
|
41
|
-
z-index: 5;
|
42
|
-
display: none;
|
43
|
-
max-width: 100%; // Contain to parent when possible
|
44
|
-
padding: .5rem;
|
45
|
-
margin-top: .1rem;
|
46
|
-
font-size: .875rem;
|
47
|
-
line-height: 1;
|
48
|
-
color: #fff;
|
49
|
-
background-color: rgba($color, .8);
|
50
|
-
border-radius: .2rem;
|
51
|
-
}
|
52
|
-
|
53
|
-
.form-control,
|
54
|
-
.custom-select {
|
55
|
-
.was-validated &:#{$state},
|
56
|
-
&.is-#{$state} {
|
57
|
-
border-color: $color;
|
58
|
-
|
59
|
-
&:focus {
|
60
|
-
border-color: $color;
|
61
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
62
|
-
}
|
63
|
-
|
64
|
-
~ .#{$state}-feedback,
|
65
|
-
~ .#{$state}-tooltip {
|
66
|
-
display: block;
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
70
|
-
|
71
|
-
.form-check-input {
|
72
|
-
.was-validated &:#{$state},
|
73
|
-
&.is-#{$state} {
|
74
|
-
~ .form-check-label {
|
75
|
-
color: $color;
|
76
|
-
}
|
77
|
-
|
78
|
-
~ .#{$state}-feedback,
|
79
|
-
~ .#{$state}-tooltip {
|
80
|
-
display: block;
|
81
|
-
}
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
.custom-control-input {
|
86
|
-
.was-validated &:#{$state},
|
87
|
-
&.is-#{$state} {
|
88
|
-
~ .custom-control-label {
|
89
|
-
color: $color;
|
90
|
-
|
91
|
-
&::before {
|
92
|
-
background-color: lighten($color, 25%);
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
~ .#{$state}-feedback,
|
97
|
-
~ .#{$state}-tooltip {
|
98
|
-
display: block;
|
99
|
-
}
|
100
|
-
|
101
|
-
&:checked {
|
102
|
-
~ .custom-control-label::before {
|
103
|
-
@include gradient-bg(lighten($color, 10%));
|
104
|
-
}
|
105
|
-
}
|
106
|
-
|
107
|
-
&:focus {
|
108
|
-
~ .custom-control-label::before {
|
109
|
-
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-focus-width rgba($color, .25);
|
110
|
-
}
|
111
|
-
}
|
112
|
-
}
|
113
|
-
}
|
114
|
-
|
115
|
-
// custom file
|
116
|
-
.custom-file-input {
|
117
|
-
.was-validated &:#{$state},
|
118
|
-
&.is-#{$state} {
|
119
|
-
~ .custom-file-label {
|
120
|
-
border-color: $color;
|
121
|
-
|
122
|
-
&::before { border-color: inherit; }
|
123
|
-
}
|
124
|
-
|
125
|
-
~ .#{$state}-feedback,
|
126
|
-
~ .#{$state}-tooltip {
|
127
|
-
display: block;
|
128
|
-
}
|
129
|
-
|
130
|
-
&:focus {
|
131
|
-
~ .custom-file-label {
|
132
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}
|
136
|
-
}
|
137
|
-
}
|
@@ -1,45 +0,0 @@
|
|
1
|
-
// Gradients
|
2
|
-
|
3
|
-
@mixin gradient-bg($color) {
|
4
|
-
@if $enable-gradients {
|
5
|
-
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;
|
6
|
-
} @else {
|
7
|
-
background-color: $color;
|
8
|
-
}
|
9
|
-
}
|
10
|
-
|
11
|
-
// Horizontal gradient, from left to right
|
12
|
-
//
|
13
|
-
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
14
|
-
@mixin gradient-x($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
|
15
|
-
background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
|
16
|
-
background-repeat: repeat-x;
|
17
|
-
}
|
18
|
-
|
19
|
-
// Vertical gradient, from top to bottom
|
20
|
-
//
|
21
|
-
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
22
|
-
@mixin gradient-y($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
|
23
|
-
background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
|
24
|
-
background-repeat: repeat-x;
|
25
|
-
}
|
26
|
-
|
27
|
-
@mixin gradient-directional($start-color: #555, $end-color: #333, $deg: 45deg) {
|
28
|
-
background-image: linear-gradient($deg, $start-color, $end-color);
|
29
|
-
background-repeat: repeat-x;
|
30
|
-
}
|
31
|
-
@mixin gradient-x-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
|
32
|
-
background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
|
33
|
-
background-repeat: no-repeat;
|
34
|
-
}
|
35
|
-
@mixin gradient-y-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
|
36
|
-
background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
|
37
|
-
background-repeat: no-repeat;
|
38
|
-
}
|
39
|
-
@mixin gradient-radial($inner-color: #555, $outer-color: #333) {
|
40
|
-
background-image: radial-gradient(circle, $inner-color, $outer-color);
|
41
|
-
background-repeat: no-repeat;
|
42
|
-
}
|
43
|
-
@mixin gradient-striped($color: rgba(255,255,255,.15), $angle: 45deg) {
|
44
|
-
background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
|
45
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
// Framework grid generation
|
2
|
-
//
|
3
|
-
// Used only by Bootstrap to generate the correct number of grid classes given
|
4
|
-
// any value of `$grid-columns`.
|
5
|
-
|
6
|
-
@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
|
7
|
-
// Common properties for all breakpoints
|
8
|
-
%grid-column {
|
9
|
-
position: relative;
|
10
|
-
width: 100%;
|
11
|
-
min-height: 1px; // Prevent columns from collapsing when empty
|
12
|
-
padding-right: ($gutter / 2);
|
13
|
-
padding-left: ($gutter / 2);
|
14
|
-
}
|
15
|
-
|
16
|
-
@each $breakpoint in map-keys($breakpoints) {
|
17
|
-
$infix: breakpoint-infix($breakpoint, $breakpoints);
|
18
|
-
|
19
|
-
// Allow columns to stretch full width below their breakpoints
|
20
|
-
@for $i from 1 through $columns {
|
21
|
-
.col#{$infix}-#{$i} {
|
22
|
-
@extend %grid-column;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
.col#{$infix},
|
26
|
-
.col#{$infix}-auto {
|
27
|
-
@extend %grid-column;
|
28
|
-
}
|
29
|
-
|
30
|
-
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
31
|
-
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
|
32
|
-
.col#{$infix} {
|
33
|
-
flex-basis: 0;
|
34
|
-
flex-grow: 1;
|
35
|
-
max-width: 100%;
|
36
|
-
}
|
37
|
-
.col#{$infix}-auto {
|
38
|
-
flex: 0 0 auto;
|
39
|
-
width: auto;
|
40
|
-
max-width: none; // Reset earlier grid tiers
|
41
|
-
}
|
42
|
-
|
43
|
-
@for $i from 1 through $columns {
|
44
|
-
.col#{$infix}-#{$i} {
|
45
|
-
@include make-col($i, $columns);
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
.order#{$infix}-first { order: -1; }
|
50
|
-
|
51
|
-
.order#{$infix}-last { order: $columns + 1; }
|
52
|
-
|
53
|
-
@for $i from 0 through $columns {
|
54
|
-
.order#{$infix}-#{$i} { order: $i; }
|
55
|
-
}
|
56
|
-
|
57
|
-
// `$columns - 1` because offsetting by the width of an entire row isn't possible
|
58
|
-
@for $i from 0 through ($columns - 1) {
|
59
|
-
@if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
|
60
|
-
.offset#{$infix}-#{$i} {
|
61
|
-
@include make-col-offset($i, $columns);
|
62
|
-
}
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
/// Grid system
|
2
|
-
//
|
3
|
-
// Generate semantic grid columns with these mixins.
|
4
|
-
|
5
|
-
@mixin make-container() {
|
6
|
-
width: 100%;
|
7
|
-
padding-right: ($grid-gutter-width / 2);
|
8
|
-
padding-left: ($grid-gutter-width / 2);
|
9
|
-
margin-right: auto;
|
10
|
-
margin-left: auto;
|
11
|
-
}
|
12
|
-
|
13
|
-
|
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
|
-
}
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
@mixin make-row() {
|
24
|
-
display: flex;
|
25
|
-
flex-wrap: wrap;
|
26
|
-
margin-right: ($grid-gutter-width / -2);
|
27
|
-
margin-left: ($grid-gutter-width / -2);
|
28
|
-
}
|
29
|
-
|
30
|
-
@mixin make-col-ready() {
|
31
|
-
position: relative;
|
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
|
-
min-height: 1px; // Prevent collapsing
|
37
|
-
padding-right: ($grid-gutter-width / 2);
|
38
|
-
padding-left: ($grid-gutter-width / 2);
|
39
|
-
}
|
40
|
-
|
41
|
-
@mixin make-col($size, $columns: $grid-columns) {
|
42
|
-
flex: 0 0 percentage($size / $columns);
|
43
|
-
// Add a `max-width` to ensure content within each column does not blow out
|
44
|
-
// the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
|
45
|
-
// do not appear to require this.
|
46
|
-
max-width: percentage($size / $columns);
|
47
|
-
}
|
48
|
-
|
49
|
-
@mixin make-col-offset($size, $columns: $grid-columns) {
|
50
|
-
$num: $size / $columns;
|
51
|
-
margin-left: if($num == 0, 0, percentage($num));
|
52
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
// Hover mixin and `$enable-hover-media-query` are deprecated.
|
2
|
-
//
|
3
|
-
// Origally 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 psuedo-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
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
// Image Mixins
|
2
|
-
// - Responsive image
|
3
|
-
// - Retina image
|
4
|
-
|
5
|
-
|
6
|
-
// Responsive image
|
7
|
-
//
|
8
|
-
// Keep images from scaling beyond the width of their parents.
|
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;
|
16
|
-
}
|
17
|
-
|
18
|
-
|
19
|
-
// Retina image
|
20
|
-
//
|
21
|
-
// Short retina mixin for setting background-image and -size.
|
22
|
-
|
23
|
-
// stylelint-disable indentation, media-query-list-comma-newline-after
|
24
|
-
@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
|
25
|
-
background-image: url($file-1x);
|
26
|
-
|
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);
|
34
|
-
background-size: $width-1x $height-1x;
|
35
|
-
}
|
36
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
// List Groups
|
2
|
-
|
3
|
-
@mixin list-group-item-variant($state, $background, $color) {
|
4
|
-
.list-group-item-#{$state} {
|
5
|
-
color: $color;
|
6
|
-
background-color: $background;
|
7
|
-
|
8
|
-
&.list-group-item-action {
|
9
|
-
@include hover-focus {
|
10
|
-
color: $color;
|
11
|
-
background-color: darken($background, 5%);
|
12
|
-
}
|
13
|
-
|
14
|
-
&.active {
|
15
|
-
color: #fff;
|
16
|
-
background-color: $color;
|
17
|
-
border-color: $color;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
// Navbar vertical align
|
2
|
-
//
|
3
|
-
// Vertically center elements in the navbar.
|
4
|
-
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
|
5
|
-
// to calculate the appropriate top margin.
|
6
|
-
|
7
|
-
// @mixin navbar-vertical-align($element-height) {
|
8
|
-
// margin-top: (($navbar-height - $element-height) / 2);
|
9
|
-
// margin-bottom: (($navbar-height - $element-height) / 2);
|
10
|
-
// }
|