@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,281 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
[10. Modals]
|
|
3
|
+
*/
|
|
4
|
+
.modal{
|
|
5
|
+
.close {
|
|
6
|
+
position: absolute;
|
|
7
|
+
right: 25px;
|
|
8
|
+
top: 15px;
|
|
9
|
+
}
|
|
10
|
+
.close:focus {
|
|
11
|
+
outline:0;
|
|
12
|
+
}
|
|
13
|
+
.modal-dialog{
|
|
14
|
+
transition: all .2s !important;
|
|
15
|
+
}
|
|
16
|
+
.modal-content{
|
|
17
|
+
border: 1px solid #f2f6f7;
|
|
18
|
+
border-radius:3px;
|
|
19
|
+
box-shadow:none;
|
|
20
|
+
}
|
|
21
|
+
.modal-header {
|
|
22
|
+
text-align: center;
|
|
23
|
+
border-bottom: 0;
|
|
24
|
+
padding: 25px 25px 0 25px;
|
|
25
|
+
position: relative;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
p {
|
|
29
|
+
color: #8b91a0;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.modal-body {
|
|
33
|
+
box-shadow: none;
|
|
34
|
+
padding: 25px;
|
|
35
|
+
padding-top: 0;
|
|
36
|
+
white-space: normal;
|
|
37
|
+
}
|
|
38
|
+
.modal-footer {
|
|
39
|
+
border-top: none;
|
|
40
|
+
box-shadow: none;
|
|
41
|
+
margin-top: 0;
|
|
42
|
+
padding: 25px;
|
|
43
|
+
padding-top: 0;
|
|
44
|
+
}
|
|
45
|
+
.drop-shadow{
|
|
46
|
+
box-shadow:0 0 9px rgba(191,191,191,.36) !important;
|
|
47
|
+
}
|
|
48
|
+
&.fade{
|
|
49
|
+
opacity: 1 !important;
|
|
50
|
+
&.stick-up{
|
|
51
|
+
.modal-dialog{
|
|
52
|
+
@include translate3d(0,-100%,0);
|
|
53
|
+
margin-top: -5px;
|
|
54
|
+
}
|
|
55
|
+
// &.in{
|
|
56
|
+
// .modal-dialog{
|
|
57
|
+
// @include translate3d(0,0,0);
|
|
58
|
+
// }
|
|
59
|
+
// }
|
|
60
|
+
&.show{
|
|
61
|
+
.modal-dialog{
|
|
62
|
+
@include translate3d(0,0,0);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&.slide-up{
|
|
68
|
+
height: 100%;
|
|
69
|
+
/* top: auto; */
|
|
70
|
+
|
|
71
|
+
// &.in{
|
|
72
|
+
// .modal-dialog{
|
|
73
|
+
// @include translate3d(0,0,0);
|
|
74
|
+
// }
|
|
75
|
+
// }
|
|
76
|
+
&.show{
|
|
77
|
+
.modal-dialog{
|
|
78
|
+
@include translate3d(0,0,0);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
&.disable-scroll{
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
}
|
|
84
|
+
.modal-dialog{
|
|
85
|
+
display: table;
|
|
86
|
+
height: 100%;
|
|
87
|
+
@include translate3d(0,75%,0);
|
|
88
|
+
}
|
|
89
|
+
.modal-content-wrapper{
|
|
90
|
+
display: table-cell;
|
|
91
|
+
vertical-align: middle;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
&.center-scale{
|
|
95
|
+
.modal-dialog {
|
|
96
|
+
display: table;
|
|
97
|
+
height: 100%;
|
|
98
|
+
}
|
|
99
|
+
.modal-content{
|
|
100
|
+
display: table-cell;
|
|
101
|
+
vertical-align: middle;
|
|
102
|
+
border: 0;
|
|
103
|
+
background: transparent;
|
|
104
|
+
.modal-header{
|
|
105
|
+
border-bottom: 0px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
// &.in{
|
|
109
|
+
// .modal-dialog{
|
|
110
|
+
// opacity: 1;
|
|
111
|
+
// @include scale(1);
|
|
112
|
+
// }
|
|
113
|
+
// }
|
|
114
|
+
&.show{
|
|
115
|
+
.modal-dialog{
|
|
116
|
+
opacity: 1;
|
|
117
|
+
@include scale(1);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.modal-dialog{
|
|
121
|
+
opacity: 0;
|
|
122
|
+
@include scale(0.6);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
&.fill-in{
|
|
126
|
+
background-color: rgba(255, 255, 255, 0);
|
|
127
|
+
@include transition(background-color .3s);
|
|
128
|
+
& > .close{
|
|
129
|
+
opacity: 0.6;
|
|
130
|
+
z-index: 9999;
|
|
131
|
+
& > i{
|
|
132
|
+
font-size: 16px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
.modal-dialog {
|
|
136
|
+
display: table;
|
|
137
|
+
height: 100%;
|
|
138
|
+
}
|
|
139
|
+
.modal-content{
|
|
140
|
+
display: table-cell;
|
|
141
|
+
vertical-align: middle;
|
|
142
|
+
border: 0;
|
|
143
|
+
background: transparent;
|
|
144
|
+
.modal-header{
|
|
145
|
+
border-bottom: 0px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
// &.in{
|
|
149
|
+
// background-color: rgba(255, 255, 255, 0.85);
|
|
150
|
+
// .modal-dialog{
|
|
151
|
+
// opacity: 1;
|
|
152
|
+
// @include scale(1);
|
|
153
|
+
// }
|
|
154
|
+
// }
|
|
155
|
+
&.show{
|
|
156
|
+
background-color: rgba(255, 255, 255, 0.85);
|
|
157
|
+
.modal-dialog{
|
|
158
|
+
opacity: 1;
|
|
159
|
+
@include scale(1);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
.modal-dialog{
|
|
163
|
+
opacity: 0;
|
|
164
|
+
@include scale(0.6);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
&.slide-right{
|
|
168
|
+
.close{
|
|
169
|
+
position: absolute;
|
|
170
|
+
top:0;
|
|
171
|
+
right: 0;
|
|
172
|
+
margin-right: 10px;
|
|
173
|
+
z-index: 10;
|
|
174
|
+
}
|
|
175
|
+
// &.in{
|
|
176
|
+
// .modal-dialog{
|
|
177
|
+
// @include translate3d(0,0,0);
|
|
178
|
+
// }
|
|
179
|
+
// }
|
|
180
|
+
&.show{
|
|
181
|
+
.modal-dialog{
|
|
182
|
+
@include translate3d(0,0,0);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.modal-dialog{
|
|
186
|
+
position: absolute;
|
|
187
|
+
right: 0;
|
|
188
|
+
margin:0;
|
|
189
|
+
height: 100%;
|
|
190
|
+
@include translate3d(100%,0,0);
|
|
191
|
+
.modal-content-wrapper{
|
|
192
|
+
height: 100%;
|
|
193
|
+
}
|
|
194
|
+
.modal-content{
|
|
195
|
+
height: 100%;
|
|
196
|
+
}
|
|
197
|
+
.modal-body{
|
|
198
|
+
background-color: #fff;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.modal-content{
|
|
202
|
+
border-radius: 0px;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
.fill-in-modal{
|
|
208
|
+
.modal-backdrop{
|
|
209
|
+
background-color: transparent;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
.modal-backdrop{
|
|
213
|
+
opacity: 0;
|
|
214
|
+
@include transition(opacity 0.2s linear);
|
|
215
|
+
// &.in{
|
|
216
|
+
// opacity: 0.30;
|
|
217
|
+
// }
|
|
218
|
+
&.show{
|
|
219
|
+
opacity: 0.30;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/* Responsive Handlers: Modals
|
|
224
|
+
------------------------------------
|
|
225
|
+
*/
|
|
226
|
+
|
|
227
|
+
@media (min-width: 992px){
|
|
228
|
+
.modal-lg {
|
|
229
|
+
width: 900px;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
@media (max-width: 768px){
|
|
234
|
+
.modal{
|
|
235
|
+
&.fill-in{
|
|
236
|
+
.modal-dialog {
|
|
237
|
+
width: calc(100% - 20px);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
&.slide-up{
|
|
241
|
+
.modal-dialog {
|
|
242
|
+
width: calc(100% - 20px);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
@media (min-width: 768px){
|
|
248
|
+
.modal{
|
|
249
|
+
&.stick-up{
|
|
250
|
+
.modal-dialog{
|
|
251
|
+
margin: -5px auto;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
&.slide-up{
|
|
255
|
+
.modal-dialog {
|
|
256
|
+
margin: 0 auto;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
&.fill-in{
|
|
260
|
+
.modal-dialog {
|
|
261
|
+
margin: 0 auto;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
.modal-content{
|
|
265
|
+
box-shadow: none;
|
|
266
|
+
}
|
|
267
|
+
.modal-dialog {
|
|
268
|
+
width: 600px;
|
|
269
|
+
}
|
|
270
|
+
.modal-sm {
|
|
271
|
+
width: 300px;
|
|
272
|
+
}
|
|
273
|
+
.modal-sm {
|
|
274
|
+
min-width: auto;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@media (min-width: 576px){
|
|
280
|
+
|
|
281
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
[29. Print]
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@media print{
|
|
6
|
+
.header,
|
|
7
|
+
.page-sidebar,
|
|
8
|
+
.quickview-wrapper,
|
|
9
|
+
.overlay {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
.page-container{
|
|
13
|
+
padding-left: 0;
|
|
14
|
+
}
|
|
15
|
+
.page-content-wrapper {
|
|
16
|
+
.content{
|
|
17
|
+
border-top:0;
|
|
18
|
+
.card {
|
|
19
|
+
border: none;
|
|
20
|
+
.card-body{
|
|
21
|
+
padding: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
[class^='padding-'],
|
|
27
|
+
[class*='padding-'],
|
|
28
|
+
.table tbody tr td{
|
|
29
|
+
padding: 10px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
/* Secondary Sidebar
|
|
2
|
+
------------------------------------
|
|
3
|
+
*/
|
|
4
|
+
//TODO : add this to theme var
|
|
5
|
+
$secondary-sidebar-width : 250px;
|
|
6
|
+
|
|
7
|
+
$_sidebar-background-color : blend-multiply($color-menu-light, $color-menu-light);
|
|
8
|
+
$sidebar-background-color : mix($_sidebar-background-color , #000, 80%);
|
|
9
|
+
.toggle-secondary-sidebar{
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.secondary-sidebar {
|
|
14
|
+
background: $sidebar-background-color;
|
|
15
|
+
width: $secondary-sidebar-width;
|
|
16
|
+
float: left;
|
|
17
|
+
padding-left: 47px;
|
|
18
|
+
height: 100%;
|
|
19
|
+
position: fixed;
|
|
20
|
+
&.not-fixed{
|
|
21
|
+
position: inherit;
|
|
22
|
+
}
|
|
23
|
+
&.open{
|
|
24
|
+
position: fixed;
|
|
25
|
+
visibility: hidden;
|
|
26
|
+
display: block;
|
|
27
|
+
}
|
|
28
|
+
.btn-compose {
|
|
29
|
+
font-family: 'Montserrat';
|
|
30
|
+
font-size: 13px;
|
|
31
|
+
font-weight: normal;
|
|
32
|
+
letter-spacing: 0.02em;
|
|
33
|
+
text-transform: uppercase;
|
|
34
|
+
}
|
|
35
|
+
.menu-title {
|
|
36
|
+
color: rgba($color-menu-light, .70);
|
|
37
|
+
font-size: 10.8px;
|
|
38
|
+
font-family: 'Montserrat';
|
|
39
|
+
font-weight: normal;
|
|
40
|
+
letter-spacing: 0.03em;
|
|
41
|
+
text-transform: uppercase;
|
|
42
|
+
}
|
|
43
|
+
//Offset by 25px;
|
|
44
|
+
padding: 20px 0;
|
|
45
|
+
.menu-title{
|
|
46
|
+
padding-left:30px;
|
|
47
|
+
}
|
|
48
|
+
//With Multiple LEVELS
|
|
49
|
+
& > ul > li{
|
|
50
|
+
padding-left:0;
|
|
51
|
+
}
|
|
52
|
+
ul{
|
|
53
|
+
li{
|
|
54
|
+
a{
|
|
55
|
+
@include flexbox();
|
|
56
|
+
padding-left: 30px;
|
|
57
|
+
padding-right: 30px;
|
|
58
|
+
& > .icon-thumbnail{
|
|
59
|
+
@include flexbox();
|
|
60
|
+
height: auto;
|
|
61
|
+
width: auto;
|
|
62
|
+
line-height: auto;
|
|
63
|
+
& > svg{
|
|
64
|
+
-webkit-align-self: center;
|
|
65
|
+
-ms-flex-item-align: center;
|
|
66
|
+
-ms-grid-row-align: center;
|
|
67
|
+
align-self: center;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
&.active{
|
|
71
|
+
color: $color-master-dark;
|
|
72
|
+
}
|
|
73
|
+
& > .title{
|
|
74
|
+
width: 100%;
|
|
75
|
+
-webkit-align-self: center;
|
|
76
|
+
-ms-flex-item-align: center;
|
|
77
|
+
-ms-grid-row-align: center;
|
|
78
|
+
align-self: center;
|
|
79
|
+
&:after{
|
|
80
|
+
display: none;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
& > .badge{
|
|
84
|
+
-webkit-align-self: center;
|
|
85
|
+
-ms-flex-item-align: center;
|
|
86
|
+
-ms-grid-row-align: center;
|
|
87
|
+
align-self: center;
|
|
88
|
+
}
|
|
89
|
+
& > .arrow {
|
|
90
|
+
&:before {
|
|
91
|
+
float: right;
|
|
92
|
+
display: inline;
|
|
93
|
+
font-size: 16px;
|
|
94
|
+
font-family: FontAwesome;
|
|
95
|
+
height: auto;
|
|
96
|
+
content: "\f104";
|
|
97
|
+
font-weight: 300;
|
|
98
|
+
text-shadow: none;
|
|
99
|
+
@include transition(all 0.12s ease);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
ul {
|
|
104
|
+
margin: 0;
|
|
105
|
+
padding-top: 7px;
|
|
106
|
+
padding-bottom: 5px;
|
|
107
|
+
padding-left:7px;
|
|
108
|
+
li{
|
|
109
|
+
padding: 0;
|
|
110
|
+
margin-bottom: 9px;
|
|
111
|
+
margin-top: 5px;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
&.open{
|
|
115
|
+
& > a{
|
|
116
|
+
color: $color-master-dark;
|
|
117
|
+
.arrow:before {
|
|
118
|
+
@include rotate(-90deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
& > ul{
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
& > ul{
|
|
126
|
+
display: none;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
.main-menu {
|
|
131
|
+
padding-left: 0;
|
|
132
|
+
& > li{
|
|
133
|
+
list-style: none;
|
|
134
|
+
|
|
135
|
+
&.active{
|
|
136
|
+
& > a{
|
|
137
|
+
color: $color-complete;
|
|
138
|
+
&:hover{
|
|
139
|
+
color: $color-complete;
|
|
140
|
+
}
|
|
141
|
+
& > .title{
|
|
142
|
+
position: relative;
|
|
143
|
+
&:after{
|
|
144
|
+
background: $color-complete;
|
|
145
|
+
border-radius: 50%;
|
|
146
|
+
content: "";
|
|
147
|
+
height: 7px;
|
|
148
|
+
position: absolute;
|
|
149
|
+
right: -14px;
|
|
150
|
+
top: 6.5px;
|
|
151
|
+
width: 7px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
a{
|
|
158
|
+
font-size: 14px;
|
|
159
|
+
color: $color-menu-light;
|
|
160
|
+
line-height: 37px;
|
|
161
|
+
&:hover{
|
|
162
|
+
color: #fff;
|
|
163
|
+
}
|
|
164
|
+
& > .title{
|
|
165
|
+
i{
|
|
166
|
+
margin-right: 6px;
|
|
167
|
+
opacity: .9;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
.sub-menu{
|
|
174
|
+
margin-left: 23px;
|
|
175
|
+
li{
|
|
176
|
+
list-style: none;
|
|
177
|
+
padding: 0;
|
|
178
|
+
&.active{
|
|
179
|
+
a{
|
|
180
|
+
color: #fff !important;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
a{
|
|
184
|
+
color: rgba($color-menu-light,.89);
|
|
185
|
+
line-height: 25px;
|
|
186
|
+
&:hover{
|
|
187
|
+
color: #fff;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
.sub-menu li a, .main-menu li a {
|
|
193
|
+
|
|
194
|
+
.badge {
|
|
195
|
+
background: transparent;
|
|
196
|
+
font-size: 13px;
|
|
197
|
+
color: $color-menu-light;
|
|
198
|
+
line-height: 25px;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
&.light{
|
|
202
|
+
background-color: #fff;
|
|
203
|
+
border-right: 1px solid $form-control-border-color;
|
|
204
|
+
.menu-title {
|
|
205
|
+
color: fade($color-menu-light, 60%);
|
|
206
|
+
opacity: 1;
|
|
207
|
+
}
|
|
208
|
+
.icon-thumbnail{
|
|
209
|
+
background-color: transparent;
|
|
210
|
+
}
|
|
211
|
+
.main-menu {
|
|
212
|
+
li{
|
|
213
|
+
a{
|
|
214
|
+
&:hover{
|
|
215
|
+
color: $color-master-dark;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
}
|
|
219
|
+
&.active{
|
|
220
|
+
& > a{
|
|
221
|
+
color: $color-master-dark;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
.sub-menu{
|
|
227
|
+
margin-top: 5px;
|
|
228
|
+
li{
|
|
229
|
+
&.active{
|
|
230
|
+
a{
|
|
231
|
+
color: $color-master-dark !important;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
a{
|
|
235
|
+
color: fade($color-menu-light,60%);
|
|
236
|
+
&:hover{
|
|
237
|
+
color: $color-master-dark;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|