@natec/mef-dev-ui-kit 0.0.41 → 0.0.312

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.
Files changed (38) hide show
  1. package/package.json +1 -1
  2. package/src/lib/styles/pg/_color.scss +0 -689
  3. package/src/lib/styles/pg/_dropdown.scss +0 -38
  4. package/src/lib/styles/pg/_mixins.scss +0 -1010
  5. package/src/lib/styles/pg/_responsive.scss +0 -1140
  6. package/src/lib/styles/pg/_var.scss +0 -198
  7. package/src/lib/styles/pg/core.scss +0 -276
  8. package/src/lib/styles/pg/icons.scss +0 -330
  9. package/src/lib/styles/pg/modules/_breadcrumb.scss +0 -66
  10. package/src/lib/styles/pg/modules/_buttons.scss +0 -65
  11. package/src/lib/styles/pg/modules/_cards.scss +0 -417
  12. package/src/lib/styles/pg/modules/_form_elements.scss +0 -1335
  13. package/src/lib/styles/pg/modules/_header.scss +0 -259
  14. package/src/lib/styles/pg/modules/_horizontal-layout.scss +0 -183
  15. package/src/lib/styles/pg/modules/_horizontal_menu.scss +0 -344
  16. package/src/lib/styles/pg/modules/_jqx.scss +0 -11
  17. package/src/lib/styles/pg/modules/_layout.scss +0 -180
  18. package/src/lib/styles/pg/modules/_lock_screen.scss +0 -92
  19. package/src/lib/styles/pg/modules/_login.scss +0 -62
  20. package/src/lib/styles/pg/modules/_misc.scss +0 -703
  21. package/src/lib/styles/pg/modules/_modals.scss +0 -281
  22. package/src/lib/styles/pg/modules/_print.scss +0 -32
  23. package/src/lib/styles/pg/modules/_secondary-sidebar.scss +0 -243
  24. package/src/lib/styles/pg/modules/_select.scss +0 -599
  25. package/src/lib/styles/pg/modules/_sidebar.scss +0 -413
  26. package/src/lib/styles/pg/modules/_switch.scss +0 -144
  27. package/src/lib/styles/pg/modules/_tabs.scss +0 -336
  28. package/src/lib/styles/pg/modules/_tabs_accordian.scss +0 -662
  29. package/src/lib/styles/pg/modules/_timepicker.scss +0 -34
  30. package/src/lib/styles/pg/modules/_typography.scss +0 -743
  31. package/src/lib/styles/pg/modules/_uploader.scss +0 -226
  32. package/src/lib/styles/pg/modules/_view.scss +0 -127
  33. package/src/lib/styles/pg/modules/_z_index.scss +0 -33
  34. package/src/lib/styles/pg/toaster.scss +0 -22
  35. package/src/lib/styles/pg/utils.scss +0 -32
  36. package/src/lib/styles/pg/vendor/ng-datatable.scss +0 -263
  37. package/src/lib/styles/pg/vendor/ngx-google-map.scss +0 -18
  38. package/src/lib/styles/pg/vendor/typehead.scss +0 -29
@@ -1,1140 +0,0 @@
1
-
2
- @import '_mixins.scss';
3
-
4
- .visible-xlg {
5
- display: none;
6
- }
7
- .hidden-xlg {
8
- display: block;
9
- }
10
-
11
- /*** Large screens ***/
12
- @media (min-width: 1824px) {
13
-
14
- .visible-xlg {
15
- display: block !important;
16
- }
17
- .hidden-xlg {
18
- display: none !important;
19
- }
20
-
21
- .quickview-wrapper .tab-content #quickview-notes > .inner{
22
- width:570px;
23
- }
24
-
25
- .container-fluid{
26
- &.container-fixed-lg{
27
- width: $layout-container-fixed-lg;
28
- margin-right: auto;
29
- margin-left: auto;
30
- }
31
- }
32
- .menu-pin .container-fluid.container-fixed-lg{
33
- width: $layout-container-fixed-lg - $layout-sidepanel-pin-width;
34
- }
35
- /*.visible-xlg {
36
- display: block !important;
37
- }
38
- .hidden-xlg {
39
- display: none !important;
40
- }*/
41
-
42
- .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11 {
43
- // float: left;
44
- min-height: 1px;
45
- padding-left: 15px;
46
- padding-right: 15px;
47
- position: relative;
48
- }
49
- .col-xlg-12 {
50
- // float: left;
51
- min-height: 1px;
52
- padding-left: 15px;
53
- padding-right: 15px;
54
- position: relative;
55
- // width: 100%;
56
- flex: 0 0 100%;
57
- max-width: 100%;
58
- }
59
- .col-xlg-11 {
60
- // width: 91.6667%;
61
- flex: 0 0 91.6667%;
62
- max-width: 91.6667%;
63
- }
64
- .col-xlg-10 {
65
- width: 83.3333%;
66
- flex: 0 0 83.3333%;
67
- max-width: 83.3333%;
68
- }
69
- .col-xlg-9 {
70
- // width: 75%;
71
- flex: 0 0 75%;
72
- max-width: 75%;
73
- }
74
- .col-xlg-8 {
75
- // width: 66.6667%;
76
- flex: 0 0 66.6667%;
77
- max-width: 66.6667%;
78
- }
79
- .col-xlg-7 {
80
- // width: 58.3333%;
81
- flex: 0 0 58.3333%;
82
- max-width: 58.3333%;
83
- }
84
- .col-xlg-6 {
85
- // width: 50%;
86
- flex: 0 0 50%;
87
- max-width: 50%;
88
- }
89
- .col-xlg-5 {
90
- // width: 41.6667%;
91
- flex: 0 0 41.6667%;
92
- max-width: 41.6667%;
93
- }
94
- .col-xlg-4 {
95
- // width: 33.3333%;
96
- flex: 0 0 33.3333%;
97
- max-width: 33.3333%;
98
- }
99
- .col-xlg-3 {
100
- // width: 25%;
101
- flex: 0 0 25%;
102
- max-width: 25%;
103
- }
104
- .col-xlg-2 {
105
- // width: 16.6667%;
106
- flex: 0 0 16.6667%;
107
- max-width: 16.6667%;
108
- }
109
- .col-xlg-1 {
110
- // width: 8.33333%;
111
- flex: 0 0 8.33333%;
112
- max-width: 8.33333%;
113
- }
114
- .col-xlg-pull-12 {
115
- right: 100%;
116
- }
117
- .col-xlg-pull-11 {
118
- right: 91.6667%;
119
- }
120
- .col-xlg-pull-10 {
121
- right: 83.3333%;
122
- }
123
- .col-xlg-pull-9 {
124
- right: 75%;
125
- }
126
- .col-xlg-pull-8 {
127
- right: 66.6667%;
128
- }
129
- .col-xlg-pull-7 {
130
- right: 58.3333%;
131
- }
132
- .col-xlg-pull-6 {
133
- right: 50%;
134
- }
135
- .col-xlg-pull-5 {
136
- right: 41.6667%;
137
- }
138
- .col-xlg-pull-4 {
139
- right: 33.3333%;
140
- }
141
- .col-xlg-pull-3 {
142
- right: 25%;
143
- }
144
- .col-xlg-pull-2 {
145
- right: 16.6667%;
146
- }
147
- .col-xlg-pull-1 {
148
- right: 8.33333%;
149
- }
150
- .col-xlg-pull-0 {
151
- right: 0;
152
- }
153
- .col-xlg-push-12 {
154
- left: 100%;
155
- }
156
- .col-xlg-push-11 {
157
- left: 91.6667%;
158
- }
159
- .col-xlg-push-10 {
160
- left: 83.3333%;
161
- }
162
- .col-xlg-push-9 {
163
- left: 75%;
164
- }
165
- .col-xlg-push-8 {
166
- left: 66.6667%;
167
- }
168
- .col-xlg-push-7 {
169
- left: 58.3333%;
170
- }
171
- .col-xlg-push-6 {
172
- left: 50%;
173
- }
174
- .col-xlg-push-5 {
175
- left: 41.6667%;
176
- }
177
- .col-xlg-push-4 {
178
- left: 33.3333%;
179
- }
180
- .col-xlg-push-3 {
181
- left: 25%;
182
- }
183
- .col-xlg-push-2 {
184
- left: 16.6667%;
185
- }
186
- .col-xlg-push-1 {
187
- left: 8.33333%;
188
- }
189
- .col-xlg-push-0 {
190
- left: 0;
191
- }
192
- .col-xlg-offset-12 {
193
- margin-left: 100%;
194
- }
195
- .col-xlg-offset-11 {
196
- margin-left: 91.6667%;
197
- }
198
- .col-xlg-offset-10 {
199
- margin-left: 83.3333%;
200
- }
201
- .col-xlg-offset-9 {
202
- margin-left: 75%;
203
- }
204
- .col-xlg-offset-8 {
205
- margin-left: 66.6667%;
206
- }
207
- .col-xlg-offset-7 {
208
- margin-left: 58.3333%;
209
- }
210
- .col-xlg-offset-6 {
211
- margin-left: 50%;
212
- }
213
- .col-xlg-offset-5 {
214
- margin-left: 41.6667%;
215
- }
216
- .col-xlg-offset-4 {
217
- margin-left: 33.3333%;
218
- }
219
- .col-xlg-offset-3 {
220
- margin-left: 25%;
221
- }
222
- .col-xlg-offset-2 {
223
- margin-left: 16.6667%;
224
- }
225
- .col-xlg-offset-1 {
226
- margin-left: 8.33333%;
227
- }
228
- .col-xlg-offset-0 {
229
- margin-left: 0;
230
- }
231
-
232
- }
233
- /*** Desktops ***/
234
- @media (min-width: 1600px) {
235
- }
236
- /*** Medium Size Screen ***/
237
- @media only screen and (max-width: 1400px) {
238
-
239
- .page-sidebar .page-sidebar-inner .sidebar-slide {
240
- .sidebar-menu{
241
- bottom:50px;
242
- }
243
- .sidebar-widgets{
244
- display: none
245
- }
246
- }
247
- .footer-widget{
248
- padding: 11px 21px !important;
249
- }
250
- }
251
-
252
-
253
-
254
- @media only screen and (max-width: 1199px) {
255
- .visible-xl-down{
256
- display: block !important;
257
- }
258
- }
259
-
260
-
261
-
262
- /*** Desktops & Laptops ***/
263
- @media only screen and (min-width: 980px) {
264
- body{
265
- &.ie9.menu-pin{
266
- .page-sidebar{
267
- transform: none !important;
268
- -webkit-transform: none !important;
269
- -ms-transform: none !important;
270
- }
271
- }
272
- &.menu-pin{
273
- .header .brand{
274
- width: 245px;
275
- }
276
- .page-container{
277
- padding-left: 0px;
278
- .page-content-wrapper {
279
- .content{
280
- padding-left:$layout-sidepanel-pin-width;
281
- }
282
- .footer{
283
- left: $layout-sidepanel-pin-width;
284
- }
285
- }
286
- }
287
- [data-toggle-pin="sidebar"]{
288
- & > i:before{
289
- content: "\f192";
290
- }
291
- }
292
- .page-sidebar{
293
- transform: translate($layout-sidepanel-width - $layout-sidepanel-width-collapsed , 0) !important;
294
- -webkit-transform: translate($layout-sidepanel-width - $layout-sidepanel-width-collapsed, 0) !important;
295
- -ms-transform: translate($layout-sidepanel-width - $layout-sidepanel-width-collapsed, 0) !important;
296
- width: $layout-sidepanel-pin-width;
297
- .sidebar-header .sidebar-header-controls {
298
- transform: translateX(18px);
299
- -webkit-transform: translateX(18px);
300
- }
301
- .menu-items .icon-thumbnail {
302
- transform: translate3d(-14px, 0, 0);
303
- -webkit-transform: -webkit-translate3d(-14px, 0, 0);
304
- }
305
- }
306
- }
307
- &.menu-behind{
308
- .page-sidebar{
309
- z-index: $zIndex-navbar - 1;
310
- }
311
- .header .brand{
312
- width: 200px;
313
- text-align: left;
314
- padding-left: 20px;
315
- }
316
- .header .lang{
317
- text-align: left;
318
- padding-left: 20px;
319
- }
320
- }
321
- &.box-layout{
322
- background-color:$color-white;
323
- & condensed-layout > .container,
324
- & condensed-public-layout > .container,
325
- & simplywhite-layout > .container,
326
- & corporate-layout > .container,
327
- & > .full-height > .container{
328
- height: 100%;
329
- padding: 0;
330
- background-color: $color-master-lightest;
331
- }
332
- .header{
333
- background-color:transparent;
334
- border: 0;
335
- padding: 0;
336
- & > .container {
337
- background-color: #fff;
338
- border-bottom: 1px solid rgba(230, 230, 230, 0.7);
339
- padding: 0 20px 0 0;
340
- height: 100%;
341
- }
342
- }
343
- .page-sidebar{
344
- left: auto;
345
- transform: none !important;
346
- -webkit-transform: none !important;
347
- }
348
- .page-container .page-content-wrapper .footer{
349
- width: auto;
350
- }
351
-
352
- }
353
- }
354
-
355
-
356
- .header {
357
- .brand{
358
- position: relative;
359
- }
360
- .user-info-wrapper {
361
- .user-details {
362
- .user-name {
363
- font-size: 16px;
364
- }
365
- .user-other {
366
- font-size: 10px;
367
- }
368
- }
369
- .user-pic {
370
- position: relative;
371
- top: -6px;
372
- }
373
- }
374
- }
375
-
376
- .notification-panel{
377
- width: 400px;
378
- }
379
-
380
- }
381
- /*** General Small Screen Desktops ***/
382
-
383
-
384
- /*** General tablets and phones ***/
385
- @media (max-width: 991px) {
386
-
387
- .hidden-lg-down{
388
- display: none !important;
389
- }
390
-
391
- .page-container{
392
- padding-left: 0;
393
- background-color: $color-master-lightest;
394
- }
395
-
396
- .d-flex-lg-down {
397
- display: flex;
398
- }
399
- .justify-between-lg-down{
400
- -webkit-box-pack: justify;
401
- -webkit-justify-content: space-between;
402
- -ms-flex-pack: justify;
403
- justify-content: space-between;
404
- }
405
-
406
- body{
407
- &.sidebar-open{
408
- .page-container{
409
- @include translate3d(250px,0,0);
410
- overflow: hidden;
411
- }
412
- .push-on-sidebar-open{
413
- @include translate3d(250px,0,0);
414
- overflow: hidden;
415
- }
416
- }
417
- &.box-layout{
418
- & condensed-layout > .container{
419
- padding: 0;
420
- height: 100%;
421
- max-width: 100%;
422
- }
423
- & condensed-public-layout > .container{
424
- padding: 0;
425
- height: 100%;
426
- max-width: 100%;
427
- }
428
- .header{
429
- & > .container {
430
- padding: 0;
431
- .pull-right .sm-action-bar{
432
- right: 0;
433
- }
434
- }
435
- }
436
- }
437
-
438
- &.horizontal-app-menu{
439
- .header{
440
- & > .container{
441
- padding: 0;
442
- }
443
- }
444
- .secondary-sidebar{
445
- margin-left: 0;
446
- }
447
- }
448
- }
449
- .sm-action-bar{
450
- position: absolute;
451
- top: 50%;
452
- transform: translateY(-50%);
453
- z-index: 10;
454
- & > a{
455
- padding: 10px;
456
- display: inline-block;
457
- }
458
- }
459
- .pace .pace-activity{
460
- top: 60px;
461
- }
462
- .page-sidebar {
463
- width: 250px;
464
- z-index: auto;
465
- left: 0 !important;
466
- -webkit-transform: translate3d(0, 0px, 0px) !important;
467
- transform: translate3d(0, 0px, 0px) !important;
468
- .sidebar-menu .menu-items > li ul.sub-menu > li{
469
- padding: 0px 30px 0 36px;
470
- }
471
- }
472
-
473
- .page-container{
474
- padding-left: 0;
475
- // z-index: 100;
476
- position: relative;
477
- transition: transform .25s ease;
478
- -webkit-transition: -webkit-transform .25s ease;
479
- .page-content-wrapper .content{
480
- overflow-x: clip;
481
- height: auto; // minimizes address bar on scroll
482
- }
483
- }
484
-
485
- .icon-thumbnail{
486
- margin-right: 24px;
487
- }
488
- .page-sidebar {
489
- display: none;
490
- z-index: auto;
491
- &.visible {
492
- display: block;
493
- }
494
- .page-sidebar-inner{
495
- z-index: 1;
496
- left: 0 !important;
497
- width: 260px;
498
- .sidebar-slide{
499
- .sidebar-menu{
500
- overflow: scroll;
501
- -webkit-overflow-scrolling: touch;
502
- top:40px;
503
- bottom: 0;
504
- ul > li > a > .badge{
505
- display: inline-block;
506
- }
507
- }
508
- }
509
- }
510
- }
511
- .secondary-sidebar{
512
- float: none;
513
- height: auto;
514
- left: 50%;
515
- margin-left: -125px;
516
- padding: 20px;
517
- position: absolute;
518
- right: 0;
519
- top: 60px;
520
- z-index: 9999;
521
- display: none;
522
- border-radius: 10px;
523
- .btn-compose{
524
- display: none;
525
- }
526
- }
527
- .inner-content, .horizontal-app-menu .inner-content{
528
- margin: 0;
529
- }
530
- .breadcrumb{
531
- padding-left:15px;
532
- padding-right:15px;
533
- }
534
- .copyright{
535
- padding-left:15px;
536
- padding-right:15px;
537
- }
538
-
539
- // Pages Notification customizations
540
- body > .pgn-wrapper[data-position="top"] {
541
- top: $layout-mobile-header-height;
542
- left: 0;
543
- }
544
- body > .pgn-wrapper[data-position="bottom"] {
545
- left: 0;
546
- }
547
-
548
- body > .pgn-wrapper[data-position$='-left'] {
549
- left: 20px;
550
- right: auto;
551
- }
552
-
553
- .sm-table{
554
- display: table;
555
- width: 100%;
556
- }
557
- .user-profile-wrapper{
558
- position: absolute;
559
- right: 50px;
560
- top: -9px;
561
- }
562
-
563
- .container{
564
- width: 100%;
565
- }
566
-
567
- //Table Block
568
- .table-responsive-block{
569
- table,thead,tbody,th,td, tr {
570
- display: block;
571
- }
572
- thead tr {
573
- position: absolute;
574
- top: -9999px;
575
- left: -9999px;
576
-
577
- }
578
- tr{
579
- border: 1px solid rgba(230, 230, 230, 0.7);
580
- margin-bottom: 15px;
581
- }
582
- td {
583
- /* Behave like a "row" */
584
- border: none;
585
- border-bottom: 1px solid #eee;
586
- position: relative;
587
- padding-left: 50%;
588
- white-space: normal;
589
- text-align:left;
590
- &:last-child{
591
- border-bottom: 0;
592
- }
593
- &:before {
594
- /* Now like a table header */
595
- position: absolute;
596
- /* Top/left values mimic padding */
597
- top: 6px;
598
- left: 6px;
599
- width: 45%;
600
- padding-right: 10px;
601
- white-space: nowrap;
602
- text-align:left;
603
- font-weight: bold;
604
- }
605
- &:before { content: attr(data-title);
606
- }
607
- }
608
-
609
- }
610
- .kill-pull-md-down{
611
- position: relative;
612
- display: block;
613
- width: inherit;
614
- .toggle-secondary-sidebar{
615
- display: inline-block;
616
- font-size: 18px;
617
- }
618
- }
619
-
620
- //set a min hieght for dropdown tabs
621
- .nav-tabs-header.nav-tabs-linetriangle{
622
- height: 61px;
623
- }
624
-
625
- .overlay{
626
- padding-left: 15px;
627
- }
628
- }
629
-
630
- /* Landscape view of all tablet devices */
631
- @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
632
- .page-sidebar .sidebar-menu .menu-items ul{
633
- -webkit-transform:translateZ(0);
634
- -webkit-backface-visibility: hidden;
635
- -webkit-perspective: 1000;
636
- }
637
- .page-container{
638
- .page-content-wrapper{
639
- .content {
640
- padding-top: $layout-header-height;
641
- }
642
- }
643
- }
644
- body.box-layout condensed-layout > .container{
645
- width: 100%;
646
- max-width: 100%;
647
- }
648
- body.box-layout condensed-public-layout > .container{
649
- width: 100%;
650
- max-width: 100%;
651
- }
652
- .inner-content{
653
- margin-left: 0;
654
- }
655
- .secondary-sidebar{
656
- float: none;
657
- height: auto;
658
- left: 50%;
659
- margin-left:-155px;
660
- padding: 20px;
661
- position: absolute;
662
- right: 0;
663
- top: $layout-header-height;
664
- z-index: 9999;
665
- display: none;
666
- border-radius: 10px;
667
- }
668
- .horizontal-app-menu .secondary-sidebar{
669
- display: inline-block;
670
- position: relative;
671
- top: inherit;
672
- left: inherit;
673
- right: inherit;
674
- padding: 20px 0;
675
- border-radius: 0;
676
- float:left;
677
- height: 100%;
678
- }
679
- .split-details{
680
- margin-left:0;
681
- }
682
- .toggle-secondary-sidebar{
683
- font-size: 18px;
684
- display: block;
685
- font-size: 18px;
686
- left: 50%;
687
- margin-left:-36px;
688
- position: absolute;
689
- & ~ .brand{
690
- display: none !important;
691
- }
692
- }
693
- //Email Fix
694
- .no-brand{
695
- margin-left: $layout-sidepanel-width-collapsed;
696
- }
697
- }
698
-
699
- /* Portrait - ipad pro*/
700
- @media only screen
701
- and (min-device-width: 1024px)
702
- and (max-device-width: 1366px)
703
- and (orientation: portrait)
704
- and (-webkit-min-device-pixel-ratio: 1.5) {
705
- .inner-content{
706
- margin-left: 0;
707
- }
708
- }
709
-
710
-
711
- // Resolution specific borders
712
- @media (max-width:991px){
713
- .sm-b-r,
714
- .sm-b-l,
715
- .sm-b-t,
716
- .sm-b-b{
717
- border-width: 0;
718
- }
719
- .sm-b-r{
720
- border-right-width:1px;
721
- }
722
- .sm-b-l{
723
- border-left-width:1px;
724
- }
725
- .sm-b-t{
726
- border-top-width:1px;
727
- }
728
- .sm-b-b{
729
- border-bottom-width:1px;
730
- }
731
- .sidebar-menu{
732
- .icon-thumbnail {
733
- margin-right: 15px;
734
- }
735
- }
736
- }
737
-
738
- // Make all columns equal height
739
- // (Not applied for resolutions lowers than mentioned ex:lg,md,sm
740
- // because they stack up)
741
- @media (min-width:1200px){
742
- .row-same-height{
743
- overflow: hidden;
744
- & > [class*="col-lg"]{
745
- margin-bottom: -99999px;
746
- padding-bottom: 99999px;
747
- }
748
- }
749
- }
750
-
751
- @media (max-width: 1199px) and (min-width: 992px){
752
- //@TODO : Old Media Query current BS4 doesnt not allow this.
753
- .visible-md {
754
- display: block!important;
755
- }
756
- }
757
-
758
- @media (min-width:992px){
759
- .row-same-height{
760
- overflow: hidden;
761
- & > [class*="col-md"]{
762
- margin-bottom: -99999px;
763
- padding-bottom: 99999px;
764
- }
765
- }
766
- }
767
-
768
- @media (min-width:768px){
769
- .row-same-height{
770
- overflow: hidden;
771
- & > [class*="col-sm"]{
772
- margin-bottom: -99999px;
773
- padding-bottom: 99999px;
774
- }
775
- }
776
- .box-layout .container .jumbotron, .container-fluid .jumbotron {
777
- padding: 0;
778
- }
779
- .d-flex-md-up{
780
- display: flex;
781
- }
782
-
783
- .navbar-toggle {
784
- display: none;
785
- }
786
- .navbar-collapse.collapse {
787
- display: block!important;
788
- height: auto!important;
789
- padding-bottom: 0;
790
- overflow: visible!important;
791
- }
792
- .dataTables_wrapper.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
793
- position: absolute;
794
- }
795
- .justify-end-md-up{
796
- -webkit-box-pack: end;
797
- -webkit-justify-content: flex-end;
798
- -ms-flex-pack: end;
799
- justify-content: flex-end;
800
- }
801
- }
802
-
803
-
804
- @media (min-width:700px){
805
- .dd {
806
- float: none;
807
- }
808
- }
809
-
810
-
811
-
812
- /* Portrait view of all tablet devices */
813
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
814
-
815
- .page-sidebar .sidebar-menu .menu-items > li{
816
- & > a{
817
- padding-left: 27px;
818
- }
819
- ul.sub-menu > li {
820
- padding: 0px 27px 0 31px;
821
- }
822
- }
823
-
824
- .icon-thumbnail {
825
- margin-right: 21px;
826
- }
827
- }
828
-
829
- //MD Screen
830
- @media (max-width: 991px) and (min-width: 768px){
831
- //OLD BS classes Remove later
832
- .visible-sm {
833
- display: block;
834
- }
835
- .hidden-sm{
836
- display: none;
837
- }
838
- .visible-sm-inline-block {
839
- display: inline-block!important;
840
- }
841
- //New Screen Prefix padding and margin
842
- @include generate-paddings-options-prefix("md",3);
843
- @include generate-margin-options-prefix("md",3);
844
- }
845
-
846
- @media (max-width:979px){
847
- .toggle-secondary-sidebar{
848
-
849
- font-size: 18px;
850
- position: static;
851
- display: block;
852
- & ~ .brand{
853
- display: none !important;
854
- }
855
- }
856
-
857
- .secondary-sidebar{
858
- float: none;
859
- height: auto;
860
- left: 50%;
861
- margin-left: -125px;
862
- padding: 20px;
863
- position: absolute;
864
- right: 0;
865
- top: $layout-header-height;
866
- z-index: 9999;
867
- display: none;
868
- border-radius: 10px;
869
- }
870
-
871
- .split-view {
872
- .split-list{
873
- width: 100%;
874
- height: auto;
875
- bottom: 50px;
876
- left: 0;
877
- top: 0;
878
- position: absolute;
879
- z-index: 1000;
880
- float: none;
881
- .item{
882
- padding: 8px;
883
- .inline{
884
- width: 188px;
885
- }
886
- }
887
- }
888
-
889
- .split-details{
890
- margin-left: 0;
891
- width: 100%;
892
-
893
- .email-content-wrapper{
894
- overflow: auto;
895
- padding: 0;
896
- height: calc(100% - 50px);
897
- .email-content{
898
- width: 90%;
899
- }
900
- }
901
- }
902
-
903
- }
904
-
905
- .compose-wrapper {
906
- display: block !important;
907
- .btn-compose{
908
- display: block !important;
909
- }
910
- }
911
- }
912
-
913
- @media (max-width: 767px) {
914
-
915
- .jumbotron,.container-fluid{
916
- padding-left: 0;
917
- padding-right: 0;
918
-
919
- }
920
-
921
- .page-container .page-content-wrapper .content {
922
- padding-top: $layout-mobile-header-height;
923
- padding-bottom: 100px;
924
- }
925
- .page-sidebar .sidebar-header{
926
- padding: 0 12px;
927
- }
928
-
929
- .page-sidebar .sidebar-menu .menu-items > li{
930
- & > a{
931
- padding-left: 20px;
932
- }
933
- ul.sub-menu > li {
934
- padding: 0px 25px 0 28px;
935
- }
936
- }
937
-
938
- .icon-thumbnail {
939
- margin-right: 20px;
940
- }
941
- .secondary-sidebar{
942
- top: $layout-mobile-header-height;
943
- }
944
- .split-details{
945
- margin-left: 0;
946
- }
947
- .email-composer{
948
- padding-left: 30px;
949
- padding-right: 30px;
950
- }
951
-
952
- .sm-pull-bottom, .sm-pull-up{
953
- position: relative !important;
954
- }
955
-
956
- //Generate Margin and Paddings.
957
- @include generate-paddings-options-prefix("sm",10);
958
- @include generate-margin-options-prefix("sm",10);
959
-
960
- .sm-no-margin {
961
- margin: 0px;
962
- }
963
- .sm-no-padding {
964
- padding: 0px !important;
965
- }
966
- .sm-text-right{
967
- text-align: right !important;
968
- }
969
- .sm-text-left{
970
- text-align: left !important;
971
- }
972
- .sm-text-center{
973
- text-align: center !important;
974
- }
975
- .sm-pull-right{
976
- float: right !important;
977
- }
978
- .sm-pull-left{
979
- float: left !important;
980
- }
981
- .sm-pull-reset{
982
- float: none !important;
983
- }
984
- .sm-block{
985
- display: block;
986
- }
987
-
988
- .sm-image-responsive-height{
989
- width: 100%;
990
- height: auto;
991
- }
992
- .email-composer {
993
- padding-left: 30px;
994
- padding-right: 30px;
995
- }
996
-
997
- .sm-padding-10 {
998
- padding: 10px!important;
999
- }
1000
-
1001
- .sm-padding-15 {
1002
- padding: 15px!important;
1003
- }
1004
-
1005
- .lock-box{
1006
- align-items: flex-start;
1007
- height: auto;
1008
- }
1009
- .login-box{
1010
- padding-right: 15px;
1011
- padding-left: 15px;
1012
- }
1013
-
1014
- .visible-xs-inline-block {
1015
- display: inline-block!important;
1016
- }
1017
-
1018
- .sm-padding-10 {
1019
- padding: 10px!important;
1020
- }
1021
-
1022
- .lock-box{
1023
- align-items: flex-start;
1024
- height: auto;
1025
- }
1026
- .login-box{
1027
- padding-right: 15px;
1028
- padding-left: 15px;
1029
- }
1030
- .visible-xs-inline-block {
1031
- display: inline-block!important;
1032
- }
1033
-
1034
- .nav-tabs-linetriangle {
1035
- &.nav-cust{
1036
- flex-direction: column;
1037
- }
1038
- li {
1039
- a.active:after, a.active:before {
1040
- display: none;
1041
- }
1042
- }
1043
- }
1044
-
1045
- //View Port Heights
1046
- .sm-vh-25{
1047
- height: 25vh;
1048
- }
1049
- .sm-vh-50{
1050
- height: 50vh;
1051
- }
1052
- .sm-vh-75{
1053
- height: 75vh !important;
1054
- }
1055
- .sm-vh-100{
1056
- height: 100vh;
1057
- }
1058
-
1059
- .horizontal-app-menu {
1060
- .page-container .page-content-wrapper .content pg-container > .container{
1061
- padding-left: 0;
1062
- padding-right: 0;
1063
- }
1064
- }
1065
-
1066
- //Summernote btn-group wrap
1067
- .summernote-wrapper .btn-group{
1068
- -ms-flex-flow: wrap;
1069
- flex-flow: wrap;
1070
- }
1071
- }
1072
-
1073
- /*** Phones ***/
1074
- @media (max-width: 480px) {
1075
- body{
1076
- width: 100%;
1077
- #overlay-search{
1078
- font-size: 48px;
1079
- height: 118px;
1080
- line-height: 46px;
1081
- }
1082
- }
1083
- .page-sidebar .sidebar-header{
1084
- height: $layout-mobile-header-height;
1085
- line-height: $layout-mobile-header-height;
1086
- }
1087
- .panel {
1088
- .panel-heading{
1089
- padding-left: 15px;
1090
- }
1091
- .panel-body{
1092
- padding: 15px;
1093
- padding-top: 0;
1094
- }
1095
- }
1096
- .map-controls{
1097
- left: 10px;
1098
- }
1099
- .register-container{
1100
- height: auto !important;
1101
- }
1102
- }
1103
-
1104
-
1105
- /*** Retina Display Images **/
1106
- @media only screen and (-webkit-min-device-pixel-ratio: 2.0),
1107
- only screen and (min--moz-device-pixel-ratio: 2.0),
1108
- only screen and (-o-min-device-pixel-ratio: 200/100),
1109
- only screen and (min-device-pixel-ratio: 2.0) {
1110
- .editor-icon {
1111
- background-image: url("#{$base-img-url}/editor_tray_2x.png");
1112
- background-size: 480px 40px;
1113
- }
1114
- .alert .close {
1115
- background: url("#{$base-img-url}/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
1116
- background-position: -9px -10px;
1117
- width: 10px;
1118
- height: 9px;
1119
- position: relative;
1120
- opacity: 0.8;
1121
- background-size: 114px 29px;
1122
- }
1123
-
1124
- }
1125
-
1126
- .hidden{
1127
- display: none !important;
1128
- }
1129
- .visible-sm, .visible-xs {
1130
- display: none;
1131
- }
1132
-
1133
- @media (max-width: 767px){
1134
- .visible-xs {
1135
- display: block;
1136
- }
1137
- .hidden-xs{
1138
- display: none;
1139
- }
1140
- }