viniBaxter-desk_front 11.0.0 → 16.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/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front.scss +4 -1
- 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/_cells.scss +2 -1
- data/lib/viniBaxter/sass/desk_front/administrate/index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +6 -6
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_navbar.scss +472 -473
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_pagination.scss +113 -108
- 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 +222 -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 +53 -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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f3f1a9bb5462d6c7e4ac3767750648d0bbf42eb95be68782e4782a56831d26a
|
4
|
+
data.tar.gz: e7382b14fdcc63ed4533d0c7f7b157129fd7263b7fc7ebaf81a84395c1128370
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54a7aedd6ef2fea27de95910a1891d71d67d73420037ec05090961517b8157a261fe0369d239e88c176a927f8f2ae6871f561f3762485ef204a028f2d982160c
|
7
|
+
data.tar.gz: 290862fa3e6824495fd5e04dd166f9a92193fece2f988e3e123556ae86d18817ccae0e53ffa351ade53ccc6af7841c3cc062f53649e3b7defc63e91caffb5c64
|
data/.DS_Store
CHANGED
Binary file
|
@@ -7,9 +7,12 @@
|
|
7
7
|
// Dashkit core
|
8
8
|
@import './desk_front/dashkit/dashkit';
|
9
9
|
|
10
|
+
// Dashkit core
|
11
|
+
@import './desk_front/landing/landing';
|
12
|
+
|
10
13
|
// read that some scss have been overwritting to fit with dashkit
|
11
14
|
// search by keyword to get it => // KEEPBECKY
|
12
15
|
// card-header with class becky
|
13
16
|
// .becky-template {
|
14
17
|
// font-family: $font-family-base-becky!important ;
|
15
|
-
// }
|
18
|
+
// }
|
@@ -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
|
}
|
@@ -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
|
}
|
@@ -8,7 +8,7 @@
|
|
8
8
|
// @import "custom/buttons";
|
9
9
|
// @import "custom/modal";
|
10
10
|
// @import "custom/nav";
|
11
|
-
|
11
|
+
@import 'custom/navbar';
|
12
12
|
// @import "custom/tabs";
|
13
13
|
|
14
14
|
//
|
@@ -19,13 +19,13 @@
|
|
19
19
|
// @import "custom/badge";
|
20
20
|
// @import "custom/close";
|
21
21
|
// @import "custom/custom-forms";
|
22
|
-
@import
|
22
|
+
@import 'custom/dropdown';
|
23
23
|
// @import "custom/footer";
|
24
24
|
// @import "custom/forms";
|
25
25
|
// @import "custom/images";
|
26
26
|
// @import "custom/input-group";
|
27
27
|
// @import "custom/info-areas";
|
28
|
-
|
28
|
+
@import 'custom/pagination';
|
29
29
|
// @import "custom/pills";
|
30
30
|
// @import "custom/popover";
|
31
31
|
// @import "custom/progress";
|
@@ -42,8 +42,8 @@
|
|
42
42
|
|
43
43
|
@import './custom/vendor/plugin-datetimepicker';
|
44
44
|
@import './custom/vendor/plugin-nouislider';
|
45
|
-
@import './custom/vendor/plugin-fullcalendar';
|
46
|
-
@import './custom/vendor/plugin-sweetalert2';
|
45
|
+
// @import './custom/vendor/plugin-fullcalendar';
|
46
|
+
// @import './custom/vendor/plugin-sweetalert2';
|
47
47
|
@import './custom/vendor/plugin-bootstrap-switch';
|
48
48
|
@import './custom/vendor/plugin-bootstrap-select';
|
49
49
|
@import './custom/vendor/plugin-new-bootstrap-select';
|
@@ -81,4 +81,4 @@
|
|
81
81
|
@import './custom/cards/card-stats';
|
82
82
|
@import './custom/cards/card-subcategories';
|
83
83
|
@import './custom/cards/card-testimonials';
|
84
|
-
@import './custom/cards/card-wizard';
|
84
|
+
@import './custom/cards/card-wizard';
|
@@ -1,480 +1,479 @@
|
|
1
|
-
.navbar {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
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
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
}
|
1
|
+
// .navbar {
|
2
|
+
// width: 100%;
|
3
|
+
// z-index: 1050;
|
4
|
+
// background: $navbar-color;
|
5
|
+
|
6
|
+
// .photo {
|
7
|
+
// display: inline-block;
|
8
|
+
// height: 30px;
|
9
|
+
// width: 30px;
|
10
|
+
// border-radius: 50%;
|
11
|
+
// vertical-align: middle;
|
12
|
+
// overflow: hidden;
|
13
|
+
// img{
|
14
|
+
// width: 100%;
|
15
|
+
// }
|
16
|
+
// }
|
17
|
+
|
18
|
+
// .navbar-wrapper {
|
19
|
+
// display: flex;
|
20
|
+
// align-items: center;
|
21
|
+
// }
|
22
|
+
|
23
|
+
// .navbar-text {
|
24
|
+
// color: $white;
|
25
|
+
// }
|
26
|
+
|
27
|
+
// .btn{
|
28
|
+
// margin: 0 5px 0 10px;
|
29
|
+
// }
|
30
|
+
|
31
|
+
// &.navbar-absolute{
|
32
|
+
// position: absolute;
|
33
|
+
// z-index: 1050;
|
34
|
+
// }
|
35
|
+
|
36
|
+
// &.navbar-transparent{
|
37
|
+
// background: transparent !important;
|
38
|
+
// }
|
39
|
+
|
40
|
+
// &.bg-white{
|
41
|
+
// .navbar-nav{
|
42
|
+
// .search-bar.input-group{
|
43
|
+
// i{
|
44
|
+
// color: $black;
|
45
|
+
// }
|
46
|
+
// }
|
47
|
+
|
48
|
+
// .search-bar.input-group .form-control{
|
49
|
+
// background: rgba($black,0.1);
|
50
|
+
// border-radius: 4px;
|
51
|
+
// }
|
52
|
+
|
53
|
+
// a.nav-link{
|
54
|
+
// color: $black !important;
|
55
|
+
// p{
|
56
|
+
// color: $black;
|
57
|
+
// }
|
58
|
+
// }
|
59
|
+
|
60
|
+
// }
|
61
|
+
|
62
|
+
// .navbar-text, .navbar-brand{
|
63
|
+
// color: $black;
|
64
|
+
// }
|
65
|
+
|
66
|
+
// .form-control {
|
67
|
+
// color: $black !important;
|
68
|
+
// }
|
69
|
+
|
70
|
+
// .form-control::placeholder {
|
71
|
+
// color: $dark-gray !important;
|
72
|
+
// }
|
73
|
+
|
74
|
+
// }
|
75
|
+
|
76
|
+
// &.bg-dark {
|
77
|
+
// background: $black !important;
|
78
|
+
// }
|
79
|
+
|
80
|
+
// &.bg-primary {
|
81
|
+
// background-color: $primary !important;
|
82
|
+
// }
|
83
|
+
|
84
|
+
// &.bg-warning {
|
85
|
+
// background-color: $warning !important;
|
86
|
+
// }
|
87
|
+
|
88
|
+
// &.bg-info {
|
89
|
+
// background-color: $info !important;
|
90
|
+
// }
|
91
|
+
|
92
|
+
// &.bg-success {
|
93
|
+
// background-color: darken($success, 10%) !important;
|
94
|
+
// }
|
95
|
+
|
96
|
+
// &.bg-danger {
|
97
|
+
// background-color: $danger !important;
|
98
|
+
// }
|
99
|
+
|
100
|
+
// .navbar-brand {
|
101
|
+
// position: relative;
|
102
|
+
// padding-top: .3125rem;
|
103
|
+
// padding-bottom: .3125rem;
|
104
|
+
// color: $white;
|
105
|
+
// margin-left: 17px;
|
106
|
+
// text-transform: uppercase;
|
107
|
+
// font-size: $font-paragraph;
|
108
|
+
// }
|
109
|
+
|
110
|
+
// .navbar-toggle button:focus, .navbar-toggler{
|
111
|
+
// outline: none;
|
112
|
+
// }
|
113
|
+
|
114
|
+
// }
|
115
|
+
|
116
|
+
// .navbar-minimize-fixed {
|
117
|
+
// position: fixed;
|
118
|
+
// margin-left: 40px;
|
119
|
+
// margin-top: 14px;
|
120
|
+
// transition: 0.3s ease;
|
121
|
+
// color: white;
|
122
|
+
// z-index: 20;
|
123
|
+
// opacity: 0;
|
124
|
+
// transition: 0.2s ease;
|
125
|
+
// button{
|
126
|
+
// i {
|
127
|
+
// font-size: 20px;
|
128
|
+
// }
|
129
|
+
// }
|
130
|
+
// }
|
132
131
|
|
133
132
|
.notification {
|
134
133
|
background: $danger;
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
134
|
+
color: $white;
|
135
|
+
border-radius: $border-radius-xl;
|
136
|
+
height: 20px;
|
137
|
+
width: 20px;
|
138
|
+
position: absolute;
|
139
|
+
text-align: center;
|
140
|
+
font-size: 12px;
|
141
|
+
font-weight: 800;
|
143
142
|
top: 10px;
|
144
143
|
right: 10px;
|
145
|
-
|
146
|
-
}
|
147
|
-
|
148
|
-
.navbar-nav li{
|
149
|
-
padding: 0 10px;
|
150
|
-
a{
|
151
|
-
color: $white;
|
152
|
-
}
|
153
|
-
i{
|
154
|
-
vertical-align: middle;
|
155
|
-
font-size: 20px;
|
156
|
-
}
|
157
|
-
}
|
158
|
-
|
159
|
-
@include media-breakpoint-down(md){
|
160
|
-
.navbar {
|
161
|
-
top: -70px;
|
162
|
-
}
|
163
|
-
|
164
|
-
.navbar{
|
165
|
-
.container-fluid{
|
166
|
-
padding-right: 15px;
|
167
|
-
padding-left: 15px;
|
168
|
-
}
|
169
|
-
|
170
|
-
.navbar-collapse{
|
171
|
-
.input-group{
|
172
|
-
margin: 0;
|
173
|
-
margin-top: 5px;
|
174
|
-
}
|
175
|
-
}
|
176
|
-
|
177
|
-
.navbar-nav{
|
178
|
-
|
179
|
-
.btn{
|
180
|
-
margin-left: -3px;
|
181
|
-
display: flex;
|
182
|
-
|
183
|
-
i {
|
184
|
-
margin-right: 12px;
|
185
|
-
}
|
186
|
-
|
187
|
-
span {
|
188
|
-
margin: 0;
|
189
|
-
text-transform: uppercase;
|
190
|
-
font-weight: 300;
|
191
|
-
|
192
|
-
&,
|
193
|
-
&:hover,
|
194
|
-
&:focus,
|
195
|
-
&:active,
|
196
|
-
&:active:focus {
|
197
|
-
color: $black !important;
|
198
|
-
}
|
199
|
-
}
|
200
|
-
}
|
201
|
-
|
202
|
-
a.nav-link{
|
203
|
-
i{
|
204
|
-
opacity: 1;
|
205
|
-
margin-left: 4px;
|
206
|
-
margin-right: 5px;
|
207
|
-
}
|
208
|
-
p{
|
209
|
-
display: inline-block;
|
210
|
-
text-transform: uppercase;
|
211
|
-
margin-left: 7px;
|
212
|
-
}
|
213
|
-
}
|
214
|
-
|
215
|
-
.modal-search .modal-dialog{
|
216
|
-
padding: 0 40px;
|
217
|
-
}
|
218
|
-
.dropdown{
|
219
|
-
margin: 5px 0;
|
220
|
-
.nav-link{
|
221
|
-
padding-bottom: 0;
|
222
|
-
}
|
223
|
-
.dropdown-menu{
|
224
|
-
.dropdown-item{
|
225
|
-
margin-top: 0;
|
226
|
-
padding-left: 24px;
|
227
|
-
}
|
228
|
-
}
|
229
|
-
}
|
230
|
-
}
|
231
|
-
|
232
|
-
.dropdown.show .dropdown-menu{
|
233
|
-
display: block;
|
234
|
-
|
235
|
-
}
|
236
|
-
|
237
|
-
.dropdown .dropdown-menu{
|
238
|
-
display: none;
|
239
|
-
li a{
|
240
|
-
color: $black;
|
241
|
-
}
|
242
|
-
}
|
243
|
-
|
244
|
-
.dropdown.show .dropdown-menu,
|
245
|
-
.dropdown .dropdown-menu{
|
246
|
-
background-color: transparent;
|
247
|
-
border: 0;
|
248
|
-
transition: none;
|
249
|
-
-webkit-box-shadow: none;
|
250
|
-
box-shadow: none;
|
251
|
-
width: auto;
|
252
|
-
margin: 0px 1rem;
|
253
|
-
padding-top: 0;
|
254
|
-
margin-top: 0px;
|
255
|
-
|
256
|
-
&:before{
|
257
|
-
display: none;
|
258
|
-
}
|
259
|
-
}
|
260
|
-
|
261
|
-
.dropdown-menu .dropdown-item:focus,
|
262
|
-
.dropdown-menu .dropdown-item:hover{
|
263
|
-
color: $white;
|
264
|
-
}
|
265
|
-
|
266
|
-
&.bg-white .dropdown-menu .dropdown-item:focus,
|
267
|
-
&.bg-white .dropdown-menu .dropdown-item:hover{
|
268
|
-
color: $default;
|
269
|
-
}
|
270
|
-
|
271
|
-
.navbar-toggler-bar{
|
272
|
-
display: block;
|
273
|
-
position: relative;
|
274
|
-
width: 22px;
|
275
|
-
height: 1px;
|
276
|
-
border-radius: 1px;
|
277
|
-
background: $white;
|
278
|
-
|
279
|
-
&.navbar-kebab{
|
280
|
-
height: 4px;
|
281
|
-
width: 4px;
|
282
|
-
margin-bottom: 3px;
|
283
|
-
border-radius: 50%;
|
284
|
-
}
|
285
|
-
|
286
|
-
& + .navbar-toggler-bar{
|
287
|
-
margin-top: 7px;
|
288
|
-
}
|
289
|
-
|
290
|
-
& + .navbar-toggler-bar.navbar-kebab{
|
291
|
-
margin-top: 0px;
|
292
|
-
}
|
293
|
-
|
294
|
-
&.bar2{
|
295
|
-
width: 17px;
|
296
|
-
transition: width .2s linear;
|
297
|
-
}
|
298
|
-
}
|
299
|
-
|
300
|
-
&.bg-white:not(.navbar-transparent) .navbar-toggler-bar{
|
301
|
-
background-color: $default;
|
302
|
-
}
|
303
|
-
|
304
|
-
& .toggled .navbar-toggler-bar{
|
305
|
-
width: 24px;
|
306
|
-
}
|
307
|
-
}
|
308
|
-
|
309
|
-
.bar1,
|
310
|
-
.bar2,
|
311
|
-
.bar3 {
|
312
|
-
outline: 1px solid transparent;
|
313
|
-
}
|
314
|
-
.bar1 {
|
315
|
-
top: 0px;
|
316
|
-
@include bar-animation($topbar-back);
|
317
|
-
}
|
318
|
-
.bar2 {
|
319
|
-
opacity: 1;
|
320
|
-
}
|
321
|
-
.bar3 {
|
322
|
-
bottom: 0px;
|
323
|
-
@include bar-animation($bottombar-back);
|
324
|
-
}
|
325
|
-
.toggled .bar1 {
|
326
|
-
top: 6px;
|
327
|
-
@include bar-animation($topbar-x);
|
328
|
-
}
|
329
|
-
.toggled .bar2 {
|
330
|
-
opacity: 0;
|
331
|
-
}
|
332
|
-
.toggled .bar3 {
|
333
|
-
bottom: 9px;
|
334
|
-
@include bar-animation($bottombar-x);
|
335
|
-
}
|
336
|
-
|
337
|
-
@include topbar-x-rotation();
|
338
|
-
@include topbar-back-rotation();
|
339
|
-
@include bottombar-x-rotation();
|
340
|
-
@include bottombar-back-rotation();
|
341
|
-
|
342
|
-
@-webkit-keyframes fadeIn {
|
343
|
-
0% {opacity: 0;}
|
344
|
-
100% {opacity: 1;}
|
345
|
-
}
|
346
|
-
@-moz-keyframes fadeIn {
|
347
|
-
0% {opacity: 0;}
|
348
|
-
100% {opacity: 1;}
|
349
|
-
}
|
350
|
-
@keyframes fadeIn {
|
351
|
-
0% {opacity: 0;}
|
352
|
-
100% {opacity: 1;}
|
353
|
-
}
|
354
|
-
|
355
|
-
.navbar-nav{
|
356
|
-
.nav-link{
|
357
|
-
i.fa,
|
358
|
-
i.tim-icons{
|
359
|
-
opacity: .5;
|
360
|
-
}
|
361
|
-
}
|
362
|
-
}
|
363
|
-
|
144
|
+
border: 1px solid $danger;
|
364
145
|
}
|
365
146
|
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
}
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
147
|
+
// .navbar-nav li{
|
148
|
+
// padding: 0 10px;
|
149
|
+
// a{
|
150
|
+
// color: $white;
|
151
|
+
// }
|
152
|
+
// i{
|
153
|
+
// vertical-align: middle;
|
154
|
+
// font-size: 20px;
|
155
|
+
// }
|
156
|
+
// }
|
157
|
+
|
158
|
+
// @include media-breakpoint-down(md){
|
159
|
+
// .navbar {
|
160
|
+
// top: -70px;
|
161
|
+
// }
|
162
|
+
|
163
|
+
// .navbar{
|
164
|
+
// .container-fluid{
|
165
|
+
// padding-right: 15px;
|
166
|
+
// padding-left: 15px;
|
167
|
+
// }
|
168
|
+
|
169
|
+
// .navbar-collapse{
|
170
|
+
// .input-group{
|
171
|
+
// margin: 0;
|
172
|
+
// margin-top: 5px;
|
173
|
+
// }
|
174
|
+
// }
|
175
|
+
|
176
|
+
// .navbar-nav{
|
177
|
+
|
178
|
+
// .btn{
|
179
|
+
// margin-left: -3px;
|
180
|
+
// display: flex;
|
181
|
+
|
182
|
+
// i {
|
183
|
+
// margin-right: 12px;
|
184
|
+
// }
|
185
|
+
|
186
|
+
// span {
|
187
|
+
// margin: 0;
|
188
|
+
// text-transform: uppercase;
|
189
|
+
// font-weight: 300;
|
190
|
+
|
191
|
+
// &,
|
192
|
+
// &:hover,
|
193
|
+
// &:focus,
|
194
|
+
// &:active,
|
195
|
+
// &:active:focus {
|
196
|
+
// color: $black !important;
|
197
|
+
// }
|
198
|
+
// }
|
199
|
+
// }
|
200
|
+
|
201
|
+
// a.nav-link{
|
202
|
+
// i{
|
203
|
+
// opacity: 1;
|
204
|
+
// margin-left: 4px;
|
205
|
+
// margin-right: 5px;
|
206
|
+
// }
|
207
|
+
// p{
|
208
|
+
// display: inline-block;
|
209
|
+
// text-transform: uppercase;
|
210
|
+
// margin-left: 7px;
|
211
|
+
// }
|
212
|
+
// }
|
213
|
+
|
214
|
+
// .modal-search .modal-dialog{
|
215
|
+
// padding: 0 40px;
|
216
|
+
// }
|
217
|
+
// .dropdown{
|
218
|
+
// margin: 5px 0;
|
219
|
+
// .nav-link{
|
220
|
+
// padding-bottom: 0;
|
221
|
+
// }
|
222
|
+
// .dropdown-menu{
|
223
|
+
// .dropdown-item{
|
224
|
+
// margin-top: 0;
|
225
|
+
// padding-left: 24px;
|
226
|
+
// }
|
227
|
+
// }
|
228
|
+
// }
|
229
|
+
// }
|
230
|
+
|
231
|
+
// .dropdown.show .dropdown-menu{
|
232
|
+
// display: block;
|
233
|
+
|
234
|
+
// }
|
235
|
+
|
236
|
+
// .dropdown .dropdown-menu{
|
237
|
+
// display: none;
|
238
|
+
// li a{
|
239
|
+
// color: $black;
|
240
|
+
// }
|
241
|
+
// }
|
242
|
+
|
243
|
+
// .dropdown.show .dropdown-menu,
|
244
|
+
// .dropdown .dropdown-menu{
|
245
|
+
// background-color: transparent;
|
246
|
+
// border: 0;
|
247
|
+
// transition: none;
|
248
|
+
// -webkit-box-shadow: none;
|
249
|
+
// box-shadow: none;
|
250
|
+
// width: auto;
|
251
|
+
// margin: 0px 1rem;
|
252
|
+
// padding-top: 0;
|
253
|
+
// margin-top: 0px;
|
254
|
+
|
255
|
+
// &:before{
|
256
|
+
// display: none;
|
257
|
+
// }
|
258
|
+
// }
|
259
|
+
|
260
|
+
// .dropdown-menu .dropdown-item:focus,
|
261
|
+
// .dropdown-menu .dropdown-item:hover{
|
262
|
+
// color: $white;
|
263
|
+
// }
|
264
|
+
|
265
|
+
// &.bg-white .dropdown-menu .dropdown-item:focus,
|
266
|
+
// &.bg-white .dropdown-menu .dropdown-item:hover{
|
267
|
+
// color: $default;
|
268
|
+
// }
|
269
|
+
|
270
|
+
// .navbar-toggler-bar{
|
271
|
+
// display: block;
|
272
|
+
// position: relative;
|
273
|
+
// width: 22px;
|
274
|
+
// height: 1px;
|
275
|
+
// border-radius: 1px;
|
276
|
+
// background: $white;
|
277
|
+
|
278
|
+
// &.navbar-kebab{
|
279
|
+
// height: 4px;
|
280
|
+
// width: 4px;
|
281
|
+
// margin-bottom: 3px;
|
282
|
+
// border-radius: 50%;
|
283
|
+
// }
|
284
|
+
|
285
|
+
// & + .navbar-toggler-bar{
|
286
|
+
// margin-top: 7px;
|
287
|
+
// }
|
288
|
+
|
289
|
+
// & + .navbar-toggler-bar.navbar-kebab{
|
290
|
+
// margin-top: 0px;
|
291
|
+
// }
|
292
|
+
|
293
|
+
// &.bar2{
|
294
|
+
// width: 17px;
|
295
|
+
// transition: width .2s linear;
|
296
|
+
// }
|
297
|
+
// }
|
298
|
+
|
299
|
+
// &.bg-white:not(.navbar-transparent) .navbar-toggler-bar{
|
300
|
+
// background-color: $default;
|
301
|
+
// }
|
302
|
+
|
303
|
+
// & .toggled .navbar-toggler-bar{
|
304
|
+
// width: 24px;
|
305
|
+
// }
|
306
|
+
// }
|
307
|
+
|
308
|
+
// .bar1,
|
309
|
+
// .bar2,
|
310
|
+
// .bar3 {
|
311
|
+
// outline: 1px solid transparent;
|
312
|
+
// }
|
313
|
+
// .bar1 {
|
314
|
+
// top: 0px;
|
315
|
+
// @include bar-animation($topbar-back);
|
316
|
+
// }
|
317
|
+
// .bar2 {
|
318
|
+
// opacity: 1;
|
319
|
+
// }
|
320
|
+
// .bar3 {
|
321
|
+
// bottom: 0px;
|
322
|
+
// @include bar-animation($bottombar-back);
|
323
|
+
// }
|
324
|
+
// .toggled .bar1 {
|
325
|
+
// top: 6px;
|
326
|
+
// @include bar-animation($topbar-x);
|
327
|
+
// }
|
328
|
+
// .toggled .bar2 {
|
329
|
+
// opacity: 0;
|
330
|
+
// }
|
331
|
+
// .toggled .bar3 {
|
332
|
+
// bottom: 9px;
|
333
|
+
// @include bar-animation($bottombar-x);
|
334
|
+
// }
|
335
|
+
|
336
|
+
// @include topbar-x-rotation();
|
337
|
+
// @include topbar-back-rotation();
|
338
|
+
// @include bottombar-x-rotation();
|
339
|
+
// @include bottombar-back-rotation();
|
340
|
+
|
341
|
+
// @-webkit-keyframes fadeIn {
|
342
|
+
// 0% {opacity: 0;}
|
343
|
+
// 100% {opacity: 1;}
|
344
|
+
// }
|
345
|
+
// @-moz-keyframes fadeIn {
|
346
|
+
// 0% {opacity: 0;}
|
347
|
+
// 100% {opacity: 1;}
|
348
|
+
// }
|
349
|
+
// @keyframes fadeIn {
|
350
|
+
// 0% {opacity: 0;}
|
351
|
+
// 100% {opacity: 1;}
|
352
|
+
// }
|
353
|
+
|
354
|
+
// .navbar-nav{
|
355
|
+
// .nav-link{
|
356
|
+
// i.fa,
|
357
|
+
// i.tim-icons{
|
358
|
+
// opacity: .5;
|
359
|
+
// }
|
360
|
+
// }
|
361
|
+
// }
|
362
|
+
|
363
|
+
// }
|
364
|
+
|
365
|
+
// @include media-breakpoint-up(lg) {
|
366
|
+
// .navbar-collapse {
|
367
|
+
// background: none !important;
|
368
|
+
// }
|
369
|
+
|
370
|
+
// .navbar .navbar-toggle {
|
371
|
+
// display: none;
|
372
|
+
|
373
|
+
// }
|
374
|
+
|
375
|
+
// .navbar-nav {
|
376
|
+
// .nav-link {
|
377
|
+
// &.profile-photo {
|
378
|
+
// padding: 0;
|
379
|
+
// margin: 7px $padding-base-horizontal;
|
380
|
+
// }
|
381
|
+
// }
|
382
|
+
// }
|
383
|
+
|
384
|
+
// .navbar {
|
385
|
+
// .caret {
|
386
|
+
// position: absolute;
|
387
|
+
// left: 80%;
|
388
|
+
// top: 55%;
|
389
|
+
// margin-left: 0;
|
390
|
+
// }
|
391
|
+
// }
|
392
|
+
|
393
|
+
// .navbar-expand-lg .navbar-nav .nav-link {
|
394
|
+
// padding-right: $list-inline-padding;
|
395
|
+
// padding-left: $list-inline-padding;
|
396
|
+
// }
|
397
|
+
|
398
|
+
// }
|
399
|
+
|
400
|
+
// @include media-breakpoint-down(xs) {
|
401
|
+
// .navbar[class*='navbar-toggleable-'] .container {
|
402
|
+
// margin-left: 0;
|
403
|
+
// margin-right: 0;
|
404
|
+
// }
|
405
|
+
|
406
|
+
// }
|
407
|
+
|
408
|
+
// @include media-breakpoint-between (md, lg){
|
409
|
+
// .bar1,
|
410
|
+
// .bar2,
|
411
|
+
// .bar3 {
|
412
|
+
// outline: 1px solid transparent;
|
413
|
+
// }
|
414
|
+
// .bar1 {
|
415
|
+
// top: 0px;
|
416
|
+
// @include bar-animation($topbar-back);
|
417
|
+
// }
|
418
|
+
// .bar2 {
|
419
|
+
// opacity: 1;
|
420
|
+
// }
|
421
|
+
// .bar3 {
|
422
|
+
// bottom: 0px;
|
423
|
+
// @include bar-animation($bottombar-back);
|
424
|
+
// }
|
425
|
+
// .toggled .bar1 {
|
426
|
+
// top: 7px;
|
427
|
+
// @include bar-animation($topbar-x);
|
428
|
+
// }
|
429
|
+
// .toggled .bar2 {
|
430
|
+
// opacity: 0;
|
431
|
+
// }
|
432
|
+
// .toggled .bar3 {
|
433
|
+
// bottom: 9px;
|
434
|
+
// @include bar-animation($bottombar-x);
|
435
|
+
// }
|
436
|
+
|
437
|
+
// @include topbar-x-rotation();
|
438
|
+
// @include topbar-back-rotation();
|
439
|
+
// @include bottombar-x-rotation();
|
440
|
+
// @include bottombar-back-rotation();
|
441
|
+
|
442
|
+
// @-webkit-keyframes fadeIn {
|
443
|
+
// 0% {opacity: 0;}
|
444
|
+
// 100% {opacity: 1;}
|
445
|
+
// }
|
446
|
+
// @-moz-keyframes fadeIn {
|
447
|
+
// 0% {opacity: 0;}
|
448
|
+
// 100% {opacity: 1;}
|
449
|
+
// }
|
450
|
+
// @keyframes fadeIn {
|
451
|
+
// 0% {opacity: 0;}
|
452
|
+
// 100% {opacity: 1;}
|
453
|
+
// }
|
454
|
+
|
455
|
+
// .navbar .navbar-toggler-bar.bar2 {
|
456
|
+
// width: 17px;
|
457
|
+
// transition: width .2s linear;
|
458
|
+
// }
|
459
|
+
|
460
|
+
// .navbar .navbar-toggler-bar {
|
461
|
+
// display: block;
|
462
|
+
// position: relative !important;
|
463
|
+
// width: 22px;
|
464
|
+
// height: 1px;
|
465
|
+
// border-radius: 1px;
|
466
|
+
// background: $white;
|
467
|
+
// }
|
468
|
+
// .navbar .navbar-toggler-bar+.navbar-toggler-bar {
|
469
|
+
// margin-top: 7px;
|
470
|
+
// }
|
471
|
+
|
472
|
+
// .navbar .navbar-toggle .navbar-toggler{
|
473
|
+
// display: block;
|
474
|
+
// }
|
475
|
+
|
476
|
+
// .navbar-minimize-fixed{
|
477
|
+
// display: none;
|
478
|
+
// }
|
479
|
+
// }
|