@soyfri/template 1.0.9 → 1.0.10-beta.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.
- package/README.md +4 -4
- package/dist/assets/sass/_init.scss +19 -23
- package/dist/assets/sass/components/components.scss +3 -3
- package/dist/assets/sass/core/base/_functions.scss +5 -5
- package/dist/assets/sass/core/base/_mixins.scss +6 -6
- package/dist/assets/sass/core/base/functions/_get.scss +20 -23
- package/dist/assets/sass/core/base/functions/_math.scss +1 -2
- package/dist/assets/sass/core/base/functions/_set.scss +13 -16
- package/dist/assets/sass/core/base/functions/_theme-colors.scss +3 -5
- package/dist/assets/sass/core/components/_bootstrap-icon.scss +1 -2
- package/dist/assets/sass/core/components/_buttons.scss +2 -2
- package/dist/assets/sass/core/components/_card.scss +1 -2
- package/dist/assets/sass/core/components/_fixed.scss +1 -2
- package/dist/assets/sass/core/components/_forms.scss +8 -8
- package/dist/assets/sass/core/components/_helpers.scss +7 -7
- package/dist/assets/sass/core/components/_menu.scss +2 -2
- package/dist/assets/sass/core/components/_mixins.scss +8 -8
- package/dist/assets/sass/core/components/_scroll.scss +1 -2
- package/dist/assets/sass/core/components/_stepper.scss +3 -3
- package/dist/assets/sass/core/components/_svg-icon.scss +1 -2
- package/dist/assets/sass/core/components/_symbol.scss +1 -2
- package/dist/assets/sass/core/components/_tables.scss +1 -2
- package/dist/assets/sass/core/components/_utilities.scss +1 -2
- package/dist/assets/sass/core/components/_variables-dark.scss +1 -2
- package/dist/assets/sass/core/components/_variables.scss +7 -8
- package/dist/assets/sass/core/components/buttons/_theme.scss +3 -4
- package/dist/assets/sass/core/components/components.scss +63 -72
- package/dist/assets/sass/core/components/helpers/_background.scss +1 -2
- package/dist/assets/sass/core/components/helpers/_flex.scss +1 -2
- package/dist/assets/sass/core/components/menu/_base.scss +1 -2
- package/dist/assets/sass/core/components/mixins/_menu.scss +2 -4
- package/dist/assets/sass/core/components/wizard.scss +1 -1
- package/dist/assets/sass/core/layout/base/_layout.scss +25 -25
- package/dist/assets/sass/core/vendors/plugins/_mixins.scss +1 -1
- package/dist/assets/sass/core/vendors/plugins/_plugins.angular.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_plugins.react.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_plugins.scss +29 -29
- package/dist/assets/sass/core/vendors/plugins/_plugins.vue.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_variables-dark.scss +4 -5
- package/dist/assets/sass/core/vendors/plugins/_variables.scss +4 -5
- package/dist/assets/sass/layout/_layout.scss +13 -13
- package/dist/assets/sass/layout/_variables.custom.scss +2 -3
- package/dist/assets/sass/style.react.scss +4 -8
- package/dist/assets/sass/style.scss +5 -5
- package/dist/assets/ts/_utils/DomHelpers.d.ts +1 -1
- package/dist/assets/ts/_utils/DomHelpers.js +1 -1
- package/dist/assets/ts/_utils/DomHelpers.ts +1 -1
- package/dist/assets/ts/_utils/EventHandlerUtil.d.ts +1 -5
- package/dist/assets/ts/_utils/EventHandlerUtil.js +1 -22
- package/dist/assets/ts/_utils/EventHandlerUtil.ts +1 -35
- package/dist/assets/ts/components/MenuComponent.d.ts +0 -2
- package/dist/assets/ts/components/MenuComponent.js +4 -12
- package/dist/assets/ts/components/MenuComponent.ts +4 -13
- package/dist/assets/ts/components/_DrawerComponent.d.ts +0 -2
- package/dist/assets/ts/components/_DrawerComponent.js +0 -10
- package/dist/assets/ts/components/_DrawerComponent.ts +0 -12
- package/dist/assets/ts/components/_FeedbackComponent.d.ts +4 -4
- package/dist/assets/ts/components/_FeedbackComponent.js +4 -4
- package/dist/assets/ts/components/_FeedbackComponent.ts +4 -4
- package/dist/assets/ts/components/_ImageInputComponent.d.ts +0 -1
- package/dist/assets/ts/components/_ImageInputComponent.js +0 -20
- package/dist/assets/ts/components/_ImageInputComponent.ts +0 -25
- package/dist/assets/ts/components/_PasswordMeterComponent.d.ts +0 -1
- package/dist/assets/ts/components/_PasswordMeterComponent.js +0 -3
- package/dist/assets/ts/components/_PasswordMeterComponent.ts +1 -3
- package/dist/assets/ts/components/_ScrollComponent.d.ts +1 -1
- package/dist/assets/ts/components/_ScrollComponent.js +1 -1
- package/dist/assets/ts/components/_ScrollComponent.ts +1 -1
- package/dist/assets/ts/components/_StepperComponent.d.ts +1 -4
- package/dist/assets/ts/components/_StepperComponent.js +1 -17
- package/dist/assets/ts/components/_StepperComponent.ts +1 -19
- package/dist/assets/ts/components/_SwapperComponent.d.ts +1 -1
- package/dist/assets/ts/components/_SwapperComponent.js +1 -1
- package/dist/assets/ts/components/_SwapperComponent.ts +1 -1
- package/dist/partials/index.d.ts +1 -0
- package/dist/partials/index.js +1 -1
- package/dist/partials/widgets/charts/ChartsWidget1.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget2.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget3.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget4.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget5.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget6.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget7.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget8.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget10.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget11.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget13.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget2.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget3.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget6.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget8.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget9.js +10 -2
- package/dist/partials/widgets/statistics/StatisticsWidget3.js +10 -2
- package/dist/partials/widgets/statistics/StatisticsWidget4.js +8 -0
- package/package.json +32 -30
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains a Metronic template specifically designed for FRI frontend
|
|
|
8
8
|
At this point, if the dependencies are updated, the whole project can break, be careful.
|
|
9
9
|
|
|
10
10
|
```sh
|
|
11
|
-
npm install
|
|
11
|
+
npm install --legacy-peer-deps
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
@@ -20,8 +20,8 @@ yarn add @soyfri/template
|
|
|
20
20
|
|
|
21
21
|
## Requirements
|
|
22
22
|
### Peer Dependencies
|
|
23
|
-
- React >=
|
|
24
|
-
- React DOM >=
|
|
23
|
+
- React >=16.8.0
|
|
24
|
+
- React DOM >=16.8.0
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
|
@@ -143,4 +143,4 @@ function App() {
|
|
|
143
143
|
MIT
|
|
144
144
|
|
|
145
145
|
## Support
|
|
146
|
-
For support, please contact the FRI frontend development team.
|
|
146
|
+
For support, please contact the FRI frontend development team.cd
|
|
@@ -4,33 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Custom functions & mixins
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
7
|
+
@import "./core/base/functions";
|
|
8
|
+
@import "./core/base/mixins";
|
|
9
|
+
@import "./core/components/mixins";
|
|
10
|
+
@import "./core/vendors/plugins/mixins";
|
|
11
11
|
|
|
12
12
|
// Custom variables
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
13
|
+
@import "components/variables.custom";
|
|
14
|
+
@import "./core/components/variables";
|
|
15
|
+
@import "./core/components/variables-dark";
|
|
16
|
+
@import "components/variables.override";
|
|
17
17
|
|
|
18
|
-
// Bootstrap
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@use "bootstrap/scss/variables-dark" as *;
|
|
26
|
-
@use "bootstrap/scss/maps" as *;
|
|
27
|
-
@use "bootstrap/scss/mixins" as *;
|
|
28
|
-
@use "bootstrap/scss/utilities" as *;
|
|
18
|
+
// Bootstrap initializaton
|
|
19
|
+
@import "bootstrap/scss/functions";
|
|
20
|
+
@import "bootstrap/scss/variables";
|
|
21
|
+
@import "bootstrap/scss/variables-dark";
|
|
22
|
+
@import "bootstrap/scss/maps";
|
|
23
|
+
@import "bootstrap/scss/mixins";
|
|
24
|
+
@import "bootstrap/scss/utilities";
|
|
29
25
|
|
|
30
26
|
// 3rd-Party plugins variables
|
|
31
|
-
@
|
|
32
|
-
@
|
|
27
|
+
@import "./core/vendors/plugins/variables";
|
|
28
|
+
@import "./core/vendors/plugins/variables-dark";
|
|
33
29
|
|
|
34
30
|
// Custom layout variables
|
|
35
|
-
@
|
|
36
|
-
@
|
|
31
|
+
@import "./core/layout/base/variables";
|
|
32
|
+
@import "layout/variables.custom";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
6
|
+
@import "functions/get";
|
|
7
|
+
@import "functions/set";
|
|
8
|
+
@import "functions/math";
|
|
9
|
+
@import "functions/valueif";
|
|
10
|
+
@import "functions/theme-colors";
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
6
|
+
@import "mixins/property";
|
|
7
|
+
@import "mixins/browsers";
|
|
8
|
+
@import "mixins/fixes";
|
|
9
|
+
@import "mixins/reset";
|
|
10
|
+
@import "mixins/placeholder";
|
|
11
|
+
@import "mixins/breakpoints";
|
|
@@ -1,35 +1,32 @@
|
|
|
1
|
-
@use "sass:list";
|
|
2
|
-
@use "sass:map";
|
|
3
|
-
@use "sass:meta";
|
|
4
1
|
//
|
|
5
2
|
// Get
|
|
6
3
|
//
|
|
7
4
|
|
|
8
5
|
@function get($map, $keys...) {
|
|
9
|
-
@if
|
|
10
|
-
$keys:
|
|
6
|
+
@if length($keys) == 1 {
|
|
7
|
+
$keys: nth($keys, 1);
|
|
11
8
|
}
|
|
12
9
|
|
|
13
|
-
@if
|
|
10
|
+
@if type-of($map) != 'map' or $map == null {
|
|
14
11
|
//@return false;
|
|
15
12
|
}
|
|
16
13
|
|
|
17
|
-
$warn: "#{
|
|
18
|
-
$length:
|
|
19
|
-
$get: map
|
|
14
|
+
$warn: "#{nth($keys, 1)}";
|
|
15
|
+
$length: length($keys);
|
|
16
|
+
$get: map-get($map, nth($keys, 1));
|
|
20
17
|
|
|
21
18
|
@if $length > 1 {
|
|
22
19
|
@for $i from 2 through $length {
|
|
23
|
-
@if $get != null and
|
|
24
|
-
$warn: $warn + "->#{
|
|
25
|
-
$get: map
|
|
20
|
+
@if $get != null and type-of($get) == 'map' {
|
|
21
|
+
$warn: $warn + "->#{nth($keys, $i)}";
|
|
22
|
+
$get: map-get($get, nth($keys, $i));
|
|
26
23
|
|
|
27
24
|
@if $get == null {
|
|
28
25
|
@return null;
|
|
29
26
|
}
|
|
30
27
|
}
|
|
31
28
|
@else {
|
|
32
|
-
@return get-warning($warn, $get,
|
|
29
|
+
@return get-warning($warn, $get, nth($keys, $i));
|
|
33
30
|
}
|
|
34
31
|
}
|
|
35
32
|
}
|
|
@@ -38,23 +35,23 @@
|
|
|
38
35
|
}
|
|
39
36
|
|
|
40
37
|
@function has($map, $keys...) {
|
|
41
|
-
@if
|
|
42
|
-
$keys:
|
|
38
|
+
@if length($keys) == 1 {
|
|
39
|
+
$keys: nth($keys, 1);
|
|
43
40
|
}
|
|
44
41
|
|
|
45
|
-
@if
|
|
42
|
+
@if type-of($map) != 'map' or $map == null {
|
|
46
43
|
//@return false;
|
|
47
44
|
}
|
|
48
45
|
|
|
49
|
-
$warn: "#{
|
|
50
|
-
$length:
|
|
51
|
-
$get: map
|
|
46
|
+
$warn: "#{nth($keys, 1)}";
|
|
47
|
+
$length: length($keys);
|
|
48
|
+
$get: map-get($map, nth($keys, 1));
|
|
52
49
|
|
|
53
50
|
@if $length > 1 {
|
|
54
51
|
@for $i from 2 through $length {
|
|
55
|
-
@if $get != null and
|
|
56
|
-
$warn: $warn + "->#{
|
|
57
|
-
$get: map
|
|
52
|
+
@if $get != null and type-of($get) == 'map' {
|
|
53
|
+
$warn: $warn + "->#{nth($keys, $i)}";
|
|
54
|
+
$get: map-get($get, nth($keys, $i));
|
|
58
55
|
|
|
59
56
|
@if $get == null {
|
|
60
57
|
@return false;
|
|
@@ -78,7 +75,7 @@
|
|
|
78
75
|
@if $get == null {
|
|
79
76
|
@warn "Map has no value for key search `#{$warn}`";
|
|
80
77
|
}
|
|
81
|
-
@else if
|
|
78
|
+
@else if type-of($get) != 'map' {
|
|
82
79
|
@warn "Non-map value found for key search `#{$warn}`, cannot search for key `#{$key}`";
|
|
83
80
|
}
|
|
84
81
|
@return null;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use "sass:list";
|
|
2
|
-
@use "sass:map";
|
|
3
|
-
@use "sass:meta";
|
|
4
1
|
/// Deep set function to set a value in nested maps
|
|
5
2
|
|
|
6
3
|
@function set($map, $keys, $value) {
|
|
@@ -9,36 +6,36 @@
|
|
|
9
6
|
|
|
10
7
|
// If the last key is a map already
|
|
11
8
|
// Warn the user we will be overriding it with $value
|
|
12
|
-
@if
|
|
9
|
+
@if type-of(nth($keys, -1)) == "map" {
|
|
13
10
|
@warn "The last key you specified is a map; it will be overrided with `#{$value}`.";
|
|
14
11
|
}
|
|
15
12
|
|
|
16
13
|
// If $keys is a single key
|
|
17
14
|
// Just merge and return
|
|
18
|
-
@if
|
|
19
|
-
@return map
|
|
15
|
+
@if length($keys) == 1 {
|
|
16
|
+
@return map-merge($map, ($keys: $value));
|
|
20
17
|
}
|
|
21
18
|
|
|
22
19
|
// Loop from the first to the second to last key from $keys
|
|
23
20
|
// Store the associated map to this key in the $maps list
|
|
24
21
|
// If the key doesn't exist, throw an error
|
|
25
|
-
@for $i from 1 through
|
|
26
|
-
$current-key:
|
|
27
|
-
$current-map:
|
|
28
|
-
$current-get: map
|
|
22
|
+
@for $i from 1 through length($keys) - 1 {
|
|
23
|
+
$current-key: nth($keys, $i);
|
|
24
|
+
$current-map: nth($maps, -1);
|
|
25
|
+
$current-get: map-get($current-map, $current-key);
|
|
29
26
|
@if $current-get == null {
|
|
30
27
|
@error "Key `#{$key}` doesn't exist at current level in map.";
|
|
31
28
|
}
|
|
32
|
-
$maps:
|
|
29
|
+
$maps: append($maps, $current-get);
|
|
33
30
|
}
|
|
34
31
|
|
|
35
32
|
// Loop from the last map to the first one
|
|
36
33
|
// Merge it with the previous one
|
|
37
|
-
@for $i from
|
|
38
|
-
$current-map:
|
|
39
|
-
$current-key:
|
|
40
|
-
$current-val: if($i ==
|
|
41
|
-
$result: map
|
|
34
|
+
@for $i from length($maps) through 1 {
|
|
35
|
+
$current-map: nth($maps, $i);
|
|
36
|
+
$current-key: nth($keys, $i);
|
|
37
|
+
$current-val: if($i == length($maps), $value, $result);
|
|
38
|
+
$result: map-merge($current-map, ($current-key: $current-val));
|
|
42
39
|
}
|
|
43
40
|
|
|
44
41
|
// Return result
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
@use "get";
|
|
2
|
-
|
|
3
1
|
//
|
|
4
2
|
// Bootstrap extended functions
|
|
5
3
|
//
|
|
6
4
|
|
|
7
5
|
@function theme-inverse-color($key: "primary") {
|
|
8
|
-
@return get
|
|
6
|
+
@return get($theme-inverse-colors, $key);
|
|
9
7
|
}
|
|
10
8
|
|
|
11
9
|
@function theme-active-color($key: "primary") {
|
|
12
|
-
@return get
|
|
10
|
+
@return get($theme-active-colors, $key);
|
|
13
11
|
}
|
|
14
12
|
|
|
15
13
|
@function theme-light-color($key: "primary") {
|
|
16
|
-
@return get
|
|
14
|
+
@return get($theme-light-colors, $key);
|
|
17
15
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Card
|
|
4
3
|
//
|
|
@@ -212,7 +211,7 @@
|
|
|
212
211
|
|
|
213
212
|
// Responsive stretch heights
|
|
214
213
|
.card {
|
|
215
|
-
@each $breakpoint in map
|
|
214
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
216
215
|
@include media-breakpoint-up($breakpoint) {
|
|
217
216
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
218
217
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
6
|
+
@import "forms/labels";
|
|
7
|
+
@import "forms/form-control";
|
|
8
|
+
@import "forms/floating-labels";
|
|
9
|
+
@import "forms/form-select";
|
|
10
|
+
@import "forms/form-check";
|
|
11
|
+
@import "forms/input-group";
|
|
12
|
+
@import "forms/floating-labels";
|
|
13
|
+
@import "forms/required";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
6
|
+
@import "helpers/background";
|
|
7
|
+
@import "helpers/borders";
|
|
8
|
+
@import "helpers/flex";
|
|
9
|
+
@import "helpers/shadow";
|
|
10
|
+
@import "helpers/text";
|
|
11
|
+
@import "helpers/opacity";
|
|
12
|
+
@import "helpers/transform";
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
6
|
+
@import "mixins/menu";
|
|
7
|
+
@import "mixins/buttons";
|
|
8
|
+
@import "mixins/ki";
|
|
9
|
+
@import "mixins/symbol";
|
|
10
|
+
@import "mixins/svg-icon";
|
|
11
|
+
@import "mixins/svg-bg-icon";
|
|
12
|
+
@import "mixins/scroll";
|
|
13
|
+
@import "mixins/shape";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Scroll
|
|
4
3
|
//
|
|
@@ -81,7 +80,7 @@
|
|
|
81
80
|
}
|
|
82
81
|
|
|
83
82
|
// Utilities
|
|
84
|
-
@each $breakpoint in map
|
|
83
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
85
84
|
@include media-breakpoint-up($breakpoint) {
|
|
86
85
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
87
86
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// SVG Icon
|
|
4
3
|
//
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
}
|
|
17
16
|
|
|
18
17
|
// Responsive icon sizes
|
|
19
|
-
@each $breakpoint in map
|
|
18
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
20
19
|
@include media-breakpoint-up($breakpoint) {
|
|
21
20
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
22
21
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// symbol
|
|
4
3
|
//
|
|
@@ -70,7 +69,7 @@
|
|
|
70
69
|
// Sizes
|
|
71
70
|
@include symbol-size(get($symbol-sizes, default));
|
|
72
71
|
|
|
73
|
-
@each $breakpoint in map
|
|
72
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
74
73
|
@include media-breakpoint-up($breakpoint) {
|
|
75
74
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
76
75
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Table
|
|
4
3
|
//
|
|
@@ -198,7 +197,7 @@
|
|
|
198
197
|
}
|
|
199
198
|
|
|
200
199
|
// Cell gutters
|
|
201
|
-
@each $breakpoint in map
|
|
200
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
202
201
|
@include media-breakpoint-up($breakpoint) {
|
|
203
202
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
204
203
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
// Bootstrap color system
|
|
3
2
|
|
|
4
3
|
//
|
|
@@ -322,7 +321,7 @@ $rating-color-active-dark: #FFAD0F !default;
|
|
|
322
321
|
// Keenthemes ribbon component
|
|
323
322
|
$ribbon-label-box-shadow-dark: 0px -1px 5px 0px rgba($white, 0.1) !default;
|
|
324
323
|
$ribbon-label-bg-dark: $primary !default;
|
|
325
|
-
$ribbon-label-border-color-dark:
|
|
324
|
+
$ribbon-label-border-color-dark: darken($primary, 20%) !default;
|
|
326
325
|
$ribbon-clip-bg-dark: $light !default;
|
|
327
326
|
|
|
328
327
|
// Engage panel
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
//
|
|
3
2
|
// Bootstrap & Custom Variables
|
|
4
3
|
// Safely override any variable in _variables.custom.scss
|
|
@@ -1258,7 +1257,7 @@ $rating-color-active: #FFAD0F !default;
|
|
|
1258
1257
|
// Keenthemes ribbon component
|
|
1259
1258
|
$ribbon-label-box-shadow: 0px -1px 5px 0px rgba($dark, 0.1) !default;
|
|
1260
1259
|
$ribbon-label-bg: $primary !default;
|
|
1261
|
-
$ribbon-label-border-color:
|
|
1260
|
+
$ribbon-label-border-color: darken($primary, 20%) !default;
|
|
1262
1261
|
$ribbon-clip-bg: $dark !default;
|
|
1263
1262
|
|
|
1264
1263
|
// Keenthemes fixed component
|
|
@@ -1279,36 +1278,36 @@ $social-colors: (
|
|
|
1279
1278
|
base: #3b5998,
|
|
1280
1279
|
inverse: #ffffff,
|
|
1281
1280
|
light: rgba(#3b5998, 0.1),
|
|
1282
|
-
active:
|
|
1281
|
+
active: darken(#3b5998, 7.5%)
|
|
1283
1282
|
),
|
|
1284
1283
|
google: (
|
|
1285
1284
|
base: #dd4b39,
|
|
1286
1285
|
inverse: #ffffff,
|
|
1287
1286
|
light: rgba(#dd4b39, 0.1),
|
|
1288
|
-
active:
|
|
1287
|
+
active: darken(#dd4b39, 7.5%)
|
|
1289
1288
|
),
|
|
1290
1289
|
twitter: (
|
|
1291
1290
|
base: #1da1f2,
|
|
1292
1291
|
inverse: #ffffff,
|
|
1293
1292
|
light: rgba(#1da1f2, 0.1),
|
|
1294
|
-
active:
|
|
1293
|
+
active: darken(#1da1f2, 7.5%)
|
|
1295
1294
|
),
|
|
1296
1295
|
instagram: (
|
|
1297
1296
|
base: #e1306c,
|
|
1298
1297
|
inverse: #ffffff,
|
|
1299
1298
|
light: rgba(#e1306c, 0.1),
|
|
1300
|
-
active:
|
|
1299
|
+
active: darken(#e1306c, 7.5%)
|
|
1301
1300
|
),
|
|
1302
1301
|
youtube: (
|
|
1303
1302
|
base: #ff0000,
|
|
1304
1303
|
inverse: #ffffff,
|
|
1305
1304
|
light: rgba(#ff0000, 0.1),
|
|
1306
|
-
active:
|
|
1305
|
+
active: darken(#ff0000, 7.5%)
|
|
1307
1306
|
),
|
|
1308
1307
|
linkedin: (
|
|
1309
1308
|
base: #0077b5,
|
|
1310
1309
|
inverse: #ffffff,
|
|
1311
1310
|
light: rgba(#0077b5, 0.1),
|
|
1312
|
-
active:
|
|
1311
|
+
active: darken(#0077b5, 7.5%)
|
|
1313
1312
|
)
|
|
1314
1313
|
) !default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
//
|
|
3
2
|
// Buttons Theme
|
|
4
3
|
//
|
|
@@ -299,10 +298,10 @@
|
|
|
299
298
|
$icon-color: $gray-800-dark,
|
|
300
299
|
$border-color: null,
|
|
301
300
|
$bg-color: $gray-400-dark,
|
|
302
|
-
$color-active:
|
|
303
|
-
$icon-color-active:
|
|
301
|
+
$color-active: lighten($gray-800-dark, 3%),
|
|
302
|
+
$icon-color-active: lighten($gray-800-dark, 3%),
|
|
304
303
|
$border-color-active: null,
|
|
305
|
-
$bg-color-active:
|
|
304
|
+
$bg-color-active: lighten($gray-400-dark, 3%),
|
|
306
305
|
);
|
|
307
306
|
}
|
|
308
307
|
}
|