@natec/mef-dev-ui-kit 0.0.2 → 0.0.5
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/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
/* Header
|
|
2
|
+
------------------------------------
|
|
3
|
+
*/
|
|
4
|
+
.header {
|
|
5
|
+
position: relative;
|
|
6
|
+
display: -webkit-box;
|
|
7
|
+
display: -webkit-flex;
|
|
8
|
+
display: -ms-flexbox;
|
|
9
|
+
display: flex;
|
|
10
|
+
height: $layout-header-height;
|
|
11
|
+
width: 100%;
|
|
12
|
+
padding: 0 20px 0 0;
|
|
13
|
+
z-index: $zIndex-navbar;
|
|
14
|
+
background-color: #fff;
|
|
15
|
+
border-bottom: 1px solid fade($color-master-light, 70%);
|
|
16
|
+
-webkit-box-align: center;
|
|
17
|
+
-webkit-align-items: center;
|
|
18
|
+
-ms-flex-align: center;
|
|
19
|
+
align-items: center;
|
|
20
|
+
-webkit-box-pack: justify;
|
|
21
|
+
-webkit-justify-content: space-between;
|
|
22
|
+
-ms-flex-pack: justify;
|
|
23
|
+
justify-content: space-between;
|
|
24
|
+
a {
|
|
25
|
+
color: $color-master;
|
|
26
|
+
&:hover,
|
|
27
|
+
&:active,
|
|
28
|
+
&:focus {
|
|
29
|
+
color: $color-master;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
//Used only in Boxed layout
|
|
33
|
+
.header-inner {
|
|
34
|
+
height: inherit;
|
|
35
|
+
display: -webkit-box;
|
|
36
|
+
display: -webkit-flex;
|
|
37
|
+
display: -ms-flexbox;
|
|
38
|
+
display: flex;
|
|
39
|
+
-webkit-box-align: center;
|
|
40
|
+
-webkit-align-items: center;
|
|
41
|
+
-ms-flex-align: center;
|
|
42
|
+
align-items: center;
|
|
43
|
+
-webkit-box-pack: justify;
|
|
44
|
+
-webkit-justify-content: space-between;
|
|
45
|
+
-ms-flex-pack: justify;
|
|
46
|
+
justify-content: space-between;
|
|
47
|
+
}
|
|
48
|
+
&.transparent {
|
|
49
|
+
background-color: transparent !important;
|
|
50
|
+
}
|
|
51
|
+
.brand {
|
|
52
|
+
vertical-align: middle;
|
|
53
|
+
width: $layout-sidepanel-width;
|
|
54
|
+
text-align: center;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.lang {
|
|
58
|
+
vertical-align: middle;
|
|
59
|
+
text-align: center;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.bubble {
|
|
63
|
+
border-radius: 100%;
|
|
64
|
+
height: 15px;
|
|
65
|
+
width: 15px;
|
|
66
|
+
background-color: $color-danger;
|
|
67
|
+
color: $color-white;
|
|
68
|
+
position: absolute;
|
|
69
|
+
top: -7px;
|
|
70
|
+
float: right;
|
|
71
|
+
right: -8px;
|
|
72
|
+
font-family: Lato-Regular;
|
|
73
|
+
font-size: 13px;
|
|
74
|
+
}
|
|
75
|
+
.notification-list {
|
|
76
|
+
display: inline-block;
|
|
77
|
+
line-height: 23px;
|
|
78
|
+
}
|
|
79
|
+
.search-link {
|
|
80
|
+
display: inline-block;
|
|
81
|
+
margin-left: 15px;
|
|
82
|
+
color: $color-master;
|
|
83
|
+
opacity: 0.7;
|
|
84
|
+
font-size: 14px;
|
|
85
|
+
vertical-align: middle;
|
|
86
|
+
line-height: 12px;
|
|
87
|
+
font-family: $base-font-family;
|
|
88
|
+
i {
|
|
89
|
+
margin-right: 15px;
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
vertical-align: middle;
|
|
92
|
+
}
|
|
93
|
+
&:hover {
|
|
94
|
+
opacity: 1;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
.pg {
|
|
98
|
+
font-size: 16px;
|
|
99
|
+
}
|
|
100
|
+
ul {
|
|
101
|
+
li {
|
|
102
|
+
line-height: 12px;
|
|
103
|
+
vertical-align: middle;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.dropdown {
|
|
107
|
+
line-height: 12px;
|
|
108
|
+
}
|
|
109
|
+
.dropdown-menu {
|
|
110
|
+
margin-top: 10px;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
/* Bootstrap navbar
|
|
114
|
+
------------------------------------
|
|
115
|
+
*/
|
|
116
|
+
.navbar {
|
|
117
|
+
min-height: 50px;
|
|
118
|
+
position: relative;
|
|
119
|
+
margin-bottom: 20px;
|
|
120
|
+
border: 1px solid transparent;
|
|
121
|
+
top: -1px;
|
|
122
|
+
}
|
|
123
|
+
.navbar-nav > li {
|
|
124
|
+
& > a {
|
|
125
|
+
position: relative;
|
|
126
|
+
display: block;
|
|
127
|
+
padding: 10px 15px;
|
|
128
|
+
padding-top: 20px;
|
|
129
|
+
padding-bottom: 20px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.nav > li > a {
|
|
134
|
+
padding: 10px 15px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.navbar-default {
|
|
138
|
+
background-color: $color-white;
|
|
139
|
+
.navbar-nav > .active > a,
|
|
140
|
+
.navbar-default .navbar-nav > .active > a:hover,
|
|
141
|
+
.navbar-default .navbar-nav > .active > a:focus {
|
|
142
|
+
background-color: transparent;
|
|
143
|
+
}
|
|
144
|
+
.navbar-nav > .active > a,
|
|
145
|
+
.navbar-default .navbar-nav > .active > a:hover,
|
|
146
|
+
.navbar-default .navbar-nav > .active > a:focus {
|
|
147
|
+
background-color: transparent;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.navbar-toggle {
|
|
152
|
+
border-radius: 0;
|
|
153
|
+
background-color: transparent !important;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.navbar-default .navbar-nav > li > a {
|
|
157
|
+
color: $color-master;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.nav-collapse {
|
|
161
|
+
&.collapse {
|
|
162
|
+
height: 100% !important;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
.navbar-center,
|
|
166
|
+
.navbar-center > li {
|
|
167
|
+
float: none;
|
|
168
|
+
display: inline-block;
|
|
169
|
+
*display: inline; /* ie7 fix */
|
|
170
|
+
*zoom: 1; /* hasLayout ie7 trigger */
|
|
171
|
+
vertical-align: top;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.navbar-nav {
|
|
175
|
+
li a {
|
|
176
|
+
min-width: 50px;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/*** General tablets and phones ***/
|
|
181
|
+
@media (max-width: 991px) {
|
|
182
|
+
.header {
|
|
183
|
+
padding: 0 15px;
|
|
184
|
+
width: 100%;
|
|
185
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
186
|
+
.header-inner {
|
|
187
|
+
text-align: center;
|
|
188
|
+
.mark-email {
|
|
189
|
+
left: 45px;
|
|
190
|
+
position: absolute;
|
|
191
|
+
top: 23px;
|
|
192
|
+
}
|
|
193
|
+
.quickview-link {
|
|
194
|
+
position: absolute;
|
|
195
|
+
right: 0;
|
|
196
|
+
top: 12px;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
.brand {
|
|
200
|
+
width: auto;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
@media (max-width: 767px) {
|
|
206
|
+
.header {
|
|
207
|
+
height: $layout-mobile-header-height;
|
|
208
|
+
.header-inner {
|
|
209
|
+
height: $layout-mobile-header-height;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
.header .user-info-wrapper {
|
|
213
|
+
display: none;
|
|
214
|
+
}
|
|
215
|
+
.header .search-link {
|
|
216
|
+
height: 19px;
|
|
217
|
+
width: 16px;
|
|
218
|
+
overflow: hidden;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
@media (max-width: 480px) {
|
|
223
|
+
.header {
|
|
224
|
+
width: 100%;
|
|
225
|
+
height: $layout-mobile-header-height;
|
|
226
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
227
|
+
.header-inner {
|
|
228
|
+
height: $layout-mobile-header-height;
|
|
229
|
+
text-align: center;
|
|
230
|
+
.toggle-email-sidebar {
|
|
231
|
+
font-size: 16px;
|
|
232
|
+
top: 12px;
|
|
233
|
+
}
|
|
234
|
+
.mark-email {
|
|
235
|
+
left: 35px;
|
|
236
|
+
top: 14px;
|
|
237
|
+
}
|
|
238
|
+
.quickview-link {
|
|
239
|
+
top: 14px;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
.dropdown-submenu {
|
|
243
|
+
top: 12px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
//Windows Rendering
|
|
248
|
+
.windows {
|
|
249
|
+
.header .search-link {
|
|
250
|
+
font-size: 15px;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.m-t-10 {
|
|
255
|
+
margin-top: 10px;
|
|
256
|
+
}
|
|
257
|
+
/* END Header
|
|
258
|
+
------------------------------------
|
|
259
|
+
*/
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
|
|
2
|
+
$hm-mobile-left-padding: 20px;
|
|
3
|
+
$hm-mobile-right-padding: 32px;
|
|
4
|
+
$hm-mobile-sub-height: 40px;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@media (max-width:991px){
|
|
8
|
+
body.horizontal-menu-open{
|
|
9
|
+
.header{
|
|
10
|
+
z-index: $zIndex-quickview;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
.horizontal-menu-backdrop{
|
|
14
|
+
background: rgba(0, 0, 0, .5);
|
|
15
|
+
position: fixed;
|
|
16
|
+
left:0;
|
|
17
|
+
right:0;
|
|
18
|
+
bottom: 0;
|
|
19
|
+
top: 0;
|
|
20
|
+
z-index: 0;
|
|
21
|
+
transition:opacity .3s ease;
|
|
22
|
+
display: none;
|
|
23
|
+
}
|
|
24
|
+
body.horizontal-app-menu{
|
|
25
|
+
.menu-bar{
|
|
26
|
+
position: fixed;
|
|
27
|
+
top: 0;
|
|
28
|
+
bottom: 0;
|
|
29
|
+
background-color: $color-menu;
|
|
30
|
+
width: 270px;
|
|
31
|
+
left:-270px;
|
|
32
|
+
overflow-y: auto;
|
|
33
|
+
-webkit-transition: -webkit-transform 400ms cubic-bezier($menu-bezier);
|
|
34
|
+
transition: transform 400ms cubic-bezier($menu-bezier);
|
|
35
|
+
-webkit-backface-visibility: hidden;
|
|
36
|
+
-ms-backface-visibility:hidden;
|
|
37
|
+
-webkit-perspective: 1000;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
z-index: 1;
|
|
40
|
+
&.open{
|
|
41
|
+
@include translate3d(100%,0,0);
|
|
42
|
+
}
|
|
43
|
+
& > ul{
|
|
44
|
+
flex-flow: column nowrap;
|
|
45
|
+
overflow-x: hidden;
|
|
46
|
+
& > li:first-child,
|
|
47
|
+
& > li:last-child{
|
|
48
|
+
a{
|
|
49
|
+
padding-right: $hm-mobile-right-padding !important;
|
|
50
|
+
padding-left: $hm-mobile-left-padding !important;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
ul {
|
|
55
|
+
width: 100%;
|
|
56
|
+
li{
|
|
57
|
+
min-height: 45px;
|
|
58
|
+
@include flexbox();
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
& > ul{
|
|
61
|
+
padding: 0;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
margin-top: 6px;
|
|
64
|
+
position: static;
|
|
65
|
+
background: $color-menu-dark;
|
|
66
|
+
opacity: 1;
|
|
67
|
+
padding:12px 0 10px 10px;
|
|
68
|
+
min-width: 0;
|
|
69
|
+
left:0;
|
|
70
|
+
box-shadow: none;
|
|
71
|
+
&:before{
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
& > li {
|
|
75
|
+
padding-left:0;
|
|
76
|
+
min-height: $hm-mobile-sub-height;
|
|
77
|
+
& > a {
|
|
78
|
+
font-size: 13px;
|
|
79
|
+
padding-top: 0 !important;
|
|
80
|
+
padding-bottom: 0 !important;
|
|
81
|
+
line-height: $hm-mobile-sub-height;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
width: 100%;
|
|
86
|
+
a{
|
|
87
|
+
font-family: Arial, sans-serif;
|
|
88
|
+
display: inline-block;
|
|
89
|
+
padding-left: $hm-mobile-left-padding !important;
|
|
90
|
+
padding-right: $hm-mobile-right-padding !important;
|
|
91
|
+
min-height: 40px;
|
|
92
|
+
line-height: 40px;
|
|
93
|
+
font-size: 14px;
|
|
94
|
+
clear: both;
|
|
95
|
+
white-space: nowrap;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
text-overflow: ellipsis;
|
|
98
|
+
width: 100%;
|
|
99
|
+
& > .arrow{
|
|
100
|
+
float:right;
|
|
101
|
+
@include rotate(90deg);
|
|
102
|
+
transition: all 0.12s ease;
|
|
103
|
+
transform-origin: 90% 50%;
|
|
104
|
+
padding-left:17px;
|
|
105
|
+
&.open{
|
|
106
|
+
@include rotate(0);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
&.active{
|
|
111
|
+
border: none;
|
|
112
|
+
}
|
|
113
|
+
&.open{
|
|
114
|
+
ul {
|
|
115
|
+
li {
|
|
116
|
+
opacity: 1;
|
|
117
|
+
transform: none;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
& > a {
|
|
121
|
+
opacity: 1;
|
|
122
|
+
transform: none;
|
|
123
|
+
color: #fff;
|
|
124
|
+
padding-left: $hm-mobile-left-padding !important;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
.search-link{
|
|
130
|
+
background: rgba($color-menu-light, .1);
|
|
131
|
+
display: block;
|
|
132
|
+
height: 54px;
|
|
133
|
+
width: 100%;
|
|
134
|
+
margin: 0;
|
|
135
|
+
padding-left: $hm-mobile-left-padding;
|
|
136
|
+
padding-right: $hm-mobile-left-padding;
|
|
137
|
+
color: $color-menu-light;
|
|
138
|
+
flex-shrink: 0;
|
|
139
|
+
margin-top: auto;
|
|
140
|
+
i{
|
|
141
|
+
margin: 0;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.toggle-sidebar{
|
|
145
|
+
width: 35px;
|
|
146
|
+
text-align: center;
|
|
147
|
+
margin:7px 10px 10px 8px;
|
|
148
|
+
padding: 10px;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
&[data-pages-direction="slideRight"] {
|
|
152
|
+
right:0;
|
|
153
|
+
}
|
|
154
|
+
.header .header-sm-height{
|
|
155
|
+
height: 100%;
|
|
156
|
+
}
|
|
157
|
+
.ghost-nav-dropdown{
|
|
158
|
+
display: none;
|
|
159
|
+
}
|
|
160
|
+
.options{
|
|
161
|
+
padding-left:10px !important;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
}
|
|
166
|
+
@media (max-width: 1400px){
|
|
167
|
+
.header {
|
|
168
|
+
.brand.inline::after {
|
|
169
|
+
top: -7px !important;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
@media (min-width: 980px){
|
|
175
|
+
.horizontal-menu{
|
|
176
|
+
.page-content {
|
|
177
|
+
margin-left:0;
|
|
178
|
+
.content {
|
|
179
|
+
padding-top: 123px;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|