viniBaxter-desk_front 0.5.0 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/app/assets/images/desk_front/sidebar-cover.jpg +0 -0
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front.scss +3 -3
- data/lib/viniBaxter/sass/desk_front/administrate/base/_forms.scss +15 -1
- data/lib/viniBaxter/sass/desk_front/administrate/base/_lists.scss +4 -4
- data/lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss +11 -11
- data/lib/viniBaxter/sass/desk_front/administrate/base/_typography.scss +49 -44
- data/lib/viniBaxter/sass/desk_front/administrate/components/_buttons.scss +51 -51
- data/lib/viniBaxter/sass/desk_front/administrate/components/_cells.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/administrate/components/_form-actions.scss +3 -3
- data/lib/viniBaxter/sass/desk_front/administrate/index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/administrate/library/_customSelectize.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +74 -76
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_buttons.scss +195 -162
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_dropdown.scss +260 -258
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_navbar.scss +472 -473
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_buttons.scss +357 -343
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-select.scss +129 -69
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-datetimepicker.scss +228 -159
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-new-bootstrap-select.scss +534 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_buttons.scss +341 -327
- data/lib/viniBaxter/sass/desk_front/dashkit/_dropdowns.scss +8 -14
- data/lib/viniBaxter/sass/desk_front/landing/_landing.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +32 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_badge.scss +95 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_breadcrumb.scss +35 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_buttons.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_card.scss +219 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_close.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_collapse.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +65 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +103 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +106 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +1093 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +112 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +92 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_functions.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +32 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_input-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list-group.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +27 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_mixins.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_navbar.scss +377 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_reboot.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_screenshot.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_shapes.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +28 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +57 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_type.scss +169 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_utilities.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_badge.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_buttons.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/mixins/_overlay.scss +24 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_background.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_borders.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_images.scss +35 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_lift.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_overlay.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_position.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_shadows.scss +24 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_type.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_visibility.scss +12 -0
- metadata +67 -3
- data/app/assets/images/desk_front/sidebar-cover-old.jpg +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53957ff427d87e12f96d5b6fc906eec8350b3110e621ef6cb7897bd1abfb63a0
|
4
|
+
data.tar.gz: 79ef40b3b774452da62fef52af1641fe4ed3b8a6dfa73901edc7dc64069d7202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6deab8a8727b86656e988219d9dceb7fa523cc3d3dc7e4364b846b4e109e027472e6ff75d3a09c9fcde00bd57af6ac151bac969b881b40554663351f09be4d6e
|
7
|
+
data.tar.gz: 9aa3e3cb62a1621bd4cdcf637fb1963eeadc72fcaea8e09c969e6070e7c68bac9c6ca0b364f2c97972ee3c1d7800c6dd5730aeb2cf7f3689b42acc5b6426520a
|
data/.DS_Store
CHANGED
Binary file
|
Binary file
|
@@ -1,14 +1,14 @@
|
|
1
1
|
// administrate
|
2
|
-
@import
|
3
|
-
|
2
|
+
@import './desk_front/administrate/index';
|
4
3
|
|
5
4
|
// becky ViniBaxter
|
6
5
|
@import './desk_front/beckyBaxter/index';
|
7
6
|
|
8
|
-
|
9
7
|
// Dashkit core
|
10
8
|
@import './desk_front/dashkit/dashkit';
|
11
9
|
|
10
|
+
// Dashkit core
|
11
|
+
@import './desk_front/landing/landing';
|
12
12
|
|
13
13
|
// read that some scss have been overwritting to fit with dashkit
|
14
14
|
// search by keyword to get it => // KEEPBECKY
|
@@ -1,4 +1,5 @@
|
|
1
|
-
fieldset.field-unit--nested
|
1
|
+
fieldset.field-unit--nested,
|
2
|
+
div.field-unit--nested {
|
2
3
|
border-left: 1px;
|
3
4
|
border-style: dashed;
|
4
5
|
&[data="field-unit--nested_rooms"]{
|
@@ -6,6 +7,19 @@ fieldset.field-unit--nested {
|
|
6
7
|
};
|
7
8
|
&[data="field-unit--nested_packages"]{
|
8
9
|
border-color: $secondary;
|
10
|
+
};
|
11
|
+
&[data="field-unit--nested_periods"]{
|
12
|
+
border-color: $green;
|
13
|
+
};
|
14
|
+
&[data="field-unit--nested_period_selected_ranges"]{
|
15
|
+
border-top:0px!important;
|
16
|
+
border-bottom: 0px!important;
|
17
|
+
border-right: 0px!important;
|
18
|
+
border-color: $indigo;
|
19
|
+
padding: 0.35em 0.75em 0.625em;
|
20
|
+
};
|
21
|
+
&[data="field-unit--nested_period_refunds"]{
|
22
|
+
border-color: $yellow;
|
9
23
|
}
|
10
24
|
}
|
11
25
|
// .field-unit--nested_rooms{
|
@@ -56,17 +56,17 @@ th {
|
|
56
56
|
padding: 0.75rem;
|
57
57
|
vertical-align: middle;
|
58
58
|
}
|
59
|
-
|
60
|
-
td:first-child,
|
61
|
-
th:first-child {
|
62
|
-
|
63
|
-
}
|
64
|
-
|
65
|
-
td:last-child,
|
66
|
-
th:last-child {
|
67
|
-
|
68
|
-
|
69
|
-
}
|
59
|
+
//
|
60
|
+
// td:first-child,
|
61
|
+
// th:first-child {
|
62
|
+
// padding-left: 2rem;
|
63
|
+
// }
|
64
|
+
//
|
65
|
+
// td:last-child,
|
66
|
+
// th:last-child {
|
67
|
+
// padding-right: 2rem;
|
68
|
+
// // width: 100%;
|
69
|
+
// }
|
70
70
|
|
71
71
|
td img {
|
72
72
|
&.admin{
|
@@ -1,45 +1,50 @@
|
|
1
|
-
body {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
}
|
7
|
-
|
8
|
-
h1,
|
9
|
-
h2,
|
10
|
-
h3,
|
11
|
-
h4,
|
12
|
-
h5,
|
13
|
-
h6 {
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
}
|
19
|
-
|
20
|
-
p {
|
21
|
-
|
22
|
-
}
|
23
|
-
|
24
|
-
a {
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
}
|
38
|
-
|
39
|
-
hr {
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
1
|
+
// body {
|
2
|
+
// color: $base-font-color;
|
3
|
+
// font-family: $base-font-family;
|
4
|
+
// font-size: $base-font-size;
|
5
|
+
// line-height: $base-line-height;
|
6
|
+
// }
|
7
|
+
//
|
8
|
+
// h1,
|
9
|
+
// h2,
|
10
|
+
// h3,
|
11
|
+
// h4,
|
12
|
+
// h5,
|
13
|
+
// h6 {
|
14
|
+
// font-family: $heading-font-family;
|
15
|
+
// font-size: $base-font-size;
|
16
|
+
// line-height: $heading-line-height;
|
17
|
+
// margin: 0;
|
18
|
+
// }
|
19
|
+
//
|
20
|
+
// p {
|
21
|
+
// margin: 0 0 $small-spacing;
|
22
|
+
// }
|
23
|
+
//
|
24
|
+
// a {
|
25
|
+
// color: $action-color;
|
26
|
+
// text-decoration-skip-ink: auto;
|
27
|
+
// transition: color $base-duration $base-timing;
|
28
|
+
//
|
29
|
+
// &:hover {
|
30
|
+
// color: mix($black, $action-color, 25%);
|
31
|
+
// }
|
32
|
+
//
|
33
|
+
// &:focus {
|
34
|
+
// outline: $focus-outline;
|
35
|
+
// outline-offset: $focus-outline-offset;
|
36
|
+
// }
|
37
|
+
// }
|
38
|
+
//
|
39
|
+
// hr {
|
40
|
+
// border-bottom: $base-border;
|
41
|
+
// border-left: 0;
|
42
|
+
// border-right: 0;
|
43
|
+
// border-top: 0;
|
44
|
+
// margin: $base-spacing 0;
|
45
|
+
// }
|
46
|
+
fieldset > legend > label,
|
47
|
+
div > legend > label {
|
48
|
+
font-size: 1.2rem!important;
|
49
|
+
font-weight: 400!important;
|
45
50
|
}
|
@@ -1,51 +1,51 @@
|
|
1
|
-
button,
|
2
|
-
input[type="button"],
|
3
|
-
input[type="reset"],
|
4
|
-
input[type="submit"],
|
5
|
-
.button {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
}
|
44
|
-
|
45
|
-
.button--alt {
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
}
|
1
|
+
// button,
|
2
|
+
// input[type="button"],
|
3
|
+
// input[type="reset"],
|
4
|
+
// // input[type="submit"],
|
5
|
+
// .button {
|
6
|
+
// appearance: none;
|
7
|
+
// background-color: $action-color;
|
8
|
+
// border: 0;
|
9
|
+
// border-radius: $base-border-radius;
|
10
|
+
// color: $white;
|
11
|
+
// cursor: pointer;
|
12
|
+
// display: inline-block;
|
13
|
+
// font-family: $base-font-family;
|
14
|
+
// font-size: $base-font-size;
|
15
|
+
// -webkit-font-smoothing: antialiased;
|
16
|
+
// font-weight: $bold-font-weight;
|
17
|
+
// line-height: 1;
|
18
|
+
// padding: $small-spacing $base-spacing;
|
19
|
+
// text-decoration: none;
|
20
|
+
// transition: background-color $base-duration $base-timing;
|
21
|
+
// user-select: none;
|
22
|
+
// vertical-align: middle;
|
23
|
+
// white-space: nowrap;
|
24
|
+
//
|
25
|
+
// &:hover {
|
26
|
+
// // background-color: mix($black, $action-color, 20%);
|
27
|
+
// color: $white;
|
28
|
+
// }
|
29
|
+
//
|
30
|
+
// &:focus {
|
31
|
+
// outline: $focus-outline;
|
32
|
+
// outline-offset: $focus-outline-offset;
|
33
|
+
// }
|
34
|
+
//
|
35
|
+
// &:disabled {
|
36
|
+
// cursor: not-allowed;
|
37
|
+
// opacity: 0.5;
|
38
|
+
//
|
39
|
+
// &:hover {
|
40
|
+
// background-color: $action-color;
|
41
|
+
// }
|
42
|
+
// }
|
43
|
+
// }
|
44
|
+
//
|
45
|
+
// .button--alt {
|
46
|
+
// background-color: transparent;
|
47
|
+
// border: $base-border;
|
48
|
+
// border-color: $blue;
|
49
|
+
// color: $blue;
|
50
|
+
// margin-bottom: $base-spacing;
|
51
|
+
// }
|
@@ -17,6 +17,7 @@
|
|
17
17
|
display: inline-block;
|
18
18
|
transition: color $base-duration $base-timing;
|
19
19
|
width: 100%;
|
20
|
+
white-space: initial;
|
20
21
|
}
|
21
22
|
}
|
22
23
|
|
@@ -43,5 +44,5 @@
|
|
43
44
|
|
44
45
|
.cell-data--number,
|
45
46
|
.cell-label--number {
|
46
|
-
text-align:
|
47
|
+
text-align: left;
|
47
48
|
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
.form-actions {
|
2
|
-
|
3
|
-
}
|
1
|
+
// .form-actions {
|
2
|
+
// margin-left: calc(15% + 2rem);
|
3
|
+
// }
|
@@ -1,86 +1,84 @@
|
|
1
|
+
@import 'functions';
|
2
|
+
@import 'mixins';
|
1
3
|
|
2
|
-
|
3
|
-
|
4
|
+
// Custom components
|
5
|
+
// @import "custom/grid";
|
6
|
+
// @import "custom/icons";
|
7
|
+
// @import "custom/avatars";
|
8
|
+
// @import "custom/buttons";
|
9
|
+
// @import "custom/modal";
|
10
|
+
// @import "custom/nav";
|
11
|
+
@import 'custom/navbar';
|
12
|
+
// @import "custom/tabs";
|
4
13
|
|
14
|
+
//
|
15
|
+
// @import "custom/reboot";
|
16
|
+
// @import "custom/global";
|
17
|
+
// @import "custom/utilities";
|
18
|
+
// @import "custom/alerts";
|
19
|
+
// @import "custom/badge";
|
20
|
+
// @import "custom/close";
|
21
|
+
// @import "custom/custom-forms";
|
22
|
+
@import 'custom/dropdown';
|
23
|
+
// @import "custom/footer";
|
24
|
+
// @import "custom/forms";
|
25
|
+
// @import "custom/images";
|
26
|
+
// @import "custom/input-group";
|
27
|
+
// @import "custom/info-areas";
|
28
|
+
// @import "custom/pagination";
|
29
|
+
// @import "custom/pills";
|
30
|
+
// @import "custom/popover";
|
31
|
+
// @import "custom/progress";
|
32
|
+
// @import "custom/type";
|
33
|
+
// @import "custom/tables";
|
34
|
+
// @import "custom/checkboxes-radio";
|
35
|
+
// @import "custom/fixed-plugin";
|
36
|
+
// @import "custom/sidebar-and-main-panel";
|
37
|
+
@import './custom/misc';
|
38
|
+
// @import "custom/rtl";
|
39
|
+
// @import "custom/timeline";
|
5
40
|
|
41
|
+
// Vendor / Plugins
|
6
42
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
43
|
+
@import './custom/vendor/plugin-datetimepicker';
|
44
|
+
@import './custom/vendor/plugin-nouislider';
|
45
|
+
@import './custom/vendor/plugin-fullcalendar';
|
46
|
+
@import './custom/vendor/plugin-sweetalert2';
|
47
|
+
@import './custom/vendor/plugin-bootstrap-switch';
|
48
|
+
@import './custom/vendor/plugin-bootstrap-select';
|
49
|
+
@import './custom/vendor/plugin-new-bootstrap-select';
|
50
|
+
@import './custom/vendor/plugin-jasny-fileupload';
|
51
|
+
@import './custom/vendor/plugin-tagsinput';
|
52
|
+
@import './custom/vendor/plugin-perfect-scrollbar';
|
53
|
+
@import './custom/vendor/plugin-jquery.jvectormap';
|
54
|
+
@import './custom/vendor/plugin-datatables.net';
|
55
|
+
@import './custom/vendor/plugin-animate-bootstrap-notify';
|
56
|
+
@import './custom/vendor/plugin-card-wizard';
|
16
57
|
|
17
|
-
|
18
|
-
// @import "custom/reboot.scss";
|
19
|
-
// @import "custom/global.scss";
|
20
|
-
// @import "custom/utilities.scss";
|
21
|
-
// @import "custom/alerts.scss";
|
22
|
-
// @import "custom/badge.scss";
|
23
|
-
// @import "custom/close.scss";
|
24
|
-
// @import "custom/custom-forms.scss";
|
25
|
-
// @import "custom/dropdown.scss";
|
26
|
-
// @import "custom/footer.scss";
|
27
|
-
// @import "custom/forms.scss";
|
28
|
-
// @import "custom/images.scss";
|
29
|
-
// @import "custom/input-group.scss";
|
30
|
-
// @import "custom/info-areas.scss";
|
31
|
-
// @import "custom/pagination.scss";
|
32
|
-
// @import "custom/pills.scss";
|
33
|
-
// @import "custom/popover.scss";
|
34
|
-
// @import "custom/progress.scss";
|
35
|
-
// @import "custom/type.scss";
|
36
|
-
// @import "custom/tables";
|
37
|
-
// @import "custom/checkboxes-radio";
|
38
|
-
// @import "custom/fixed-plugin";
|
39
|
-
// @import "custom/sidebar-and-main-panel.scss";
|
40
|
-
@import "custom/misc.scss";
|
41
|
-
// @import "custom/rtl.scss";
|
42
|
-
// @import "custom/timeline.scss";
|
58
|
+
// example pages and sections
|
43
59
|
|
44
|
-
|
60
|
+
@import './custom/example-pages';
|
45
61
|
|
46
|
-
|
47
|
-
@import "custom/vendor/plugin-nouislider.scss";
|
48
|
-
@import "custom/vendor/plugin-fullcalendar.scss";
|
49
|
-
@import "custom/vendor/plugin-sweetalert2.scss";
|
50
|
-
@import "custom/vendor/plugin-bootstrap-switch.scss";
|
51
|
-
@import "custom/vendor/plugin-bootstrap-select.scss";
|
52
|
-
@import "custom/vendor/plugin-jasny-fileupload.scss";
|
53
|
-
@import "custom/vendor/plugin-tagsinput.scss";
|
54
|
-
@import "custom/vendor/plugin-perfect-scrollbar.scss";
|
55
|
-
@import "custom/vendor/plugin-jquery.jvectormap.scss";
|
56
|
-
@import "custom/vendor/plugin-datatables.net.scss";
|
57
|
-
@import "custom/vendor/plugin-animate-bootstrap-notify.scss";
|
58
|
-
@import "custom/vendor/plugin-card-wizard.scss";
|
62
|
+
// light mode
|
59
63
|
|
60
|
-
|
64
|
+
@import './custom/white-content';
|
61
65
|
|
62
|
-
|
66
|
+
// Cards
|
63
67
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
@import "custom/cards/card-plain";
|
82
|
-
@import "custom/cards/card-register";
|
83
|
-
@import "custom/cards/card-stats";
|
84
|
-
@import "custom/cards/card-subcategories";
|
85
|
-
@import "custom/cards/card-testimonials";
|
86
|
-
@import "custom/cards/card-wizard";
|
68
|
+
// @import './custom/card';
|
69
|
+
@import './custom/cards/card-chart';
|
70
|
+
@import './custom/cards/card-map';
|
71
|
+
@import './custom/cards/card-user';
|
72
|
+
@import './custom/cards/card-task';
|
73
|
+
@import './custom/cards/card-animation-on-hover';
|
74
|
+
@import './custom/cards/card-collapse';
|
75
|
+
@import './custom/cards/card-contributions';
|
76
|
+
@import './custom/cards/card-lock';
|
77
|
+
@import './custom/cards/card-pricing';
|
78
|
+
@import './custom/cards/card-profile';
|
79
|
+
@import './custom/cards/card-plain';
|
80
|
+
@import './custom/cards/card-register';
|
81
|
+
@import './custom/cards/card-stats';
|
82
|
+
@import './custom/cards/card-subcategories';
|
83
|
+
@import './custom/cards/card-testimonials';
|
84
|
+
@import './custom/cards/card-wizard';
|