Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5484 | Rev 5568 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3508 stevensc 1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
@import "./settings/variables.scss";
3
 
4
header {
5
    width: 100%;
5126 stevensc 6
    background-color: $bg-color;
7
    border-bottom: 1px solid $border-primary;
3508 stevensc 8
}
9
 
10
.msg-numbers {
11
    background-color: #1dac98;
12
}
13
 
14
.message-btn a {
15
    margin: 0.5rem 0;
16
}
17
 
18
.sign-in {
19
    background-color: white;
20
}
21
 
22
.sign-control li.current a {
3737 stevensc 23
    background-color: $button-bg-secondary;
3508 stevensc 24
}
25
 
26
.sign-control li a.current {
3737 stevensc 27
    background-color: $button-bg-secondary;
28
    color: $button-text-color-secondary !important;
29
    border: 1px solid $border-primary;
3508 stevensc 30
}
31
 
32
.signup-tab ul li.current a {
33
    background-color: #0961bf;
34
}
35
 
36
.theme-green .back-bar .selected-bar {
37
    background-color: #0961bf;
38
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
39
}
40
 
41
.theme-green .back-bar .pointer {
42
    background-color: #0961bf;
43
}
44
 
45
.btn-unlike,
46
.btn-like {
47
    color: #0961bf;
48
}
49
 
5076 stevensc 50
.sign_link>a {
3508 stevensc 51
    color: #0961bf;
52
}
53
 
5076 stevensc 54
.view-more>a:hover {
3508 stevensc 55
    color: #0961bf;
56
}
57
 
5076 stevensc 58
.view-more>a {
3508 stevensc 59
    color: #0961bf;
60
}
61
 
62
.nav-tabs .nav-item.show .nav-link,
63
.nav-tabs .nav-link.active {
64
    color: #0961bf;
65
}
66
 
67
.tab-feed ul li.active span {
68
    color: #0961bf;
69
}
70
 
71
.msg-notifc {
72
    background-color: #0961bf;
73
}
74
 
75
.msg-status {
76
    background-color: #0961bf;
77
}
78
 
79
.select-with-icon {
80
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
81
    background-repeat: no-repeat;
82
    background-position-x: 100%;
83
    background-position-y: 5px;
84
}
85
 
4329 stevensc 86
.msgs_icons-container {
3508 stevensc 87
    display: flex;
4773 stevensc 88
    flex-direction: column;
4779 stevensc 89
    gap: 0.5rem;
3508 stevensc 90
}
91
 
92
.messages-sec .icon {
93
    cursor: pointer;
94
    height: 30px;
95
    display: grid;
96
    place-items: center;
97
    width: 30px;
98
    border-radius: 50px;
99
    padding: 0;
100
    transition: all 0.2s;
101
    color: #0860bf;
102
 
5126 stevensc 103
    &:hover {
104
        background-color: #efefef;
105
    }
3508 stevensc 106
}
107
 
5076 stevensc 108
.messages-list>.messages_conversation-search {
3508 stevensc 109
    transition: all 0.2s;
110
    padding: 10px 20px;
111
    position: relative;
112
    overflow: hidden;
113
 
5126 stevensc 114
    input {
115
        outline: none;
116
        box-shadow: none;
117
        border: 1px solid #e6e6e6;
118
    }
3508 stevensc 119
 
5126 stevensc 120
    &.hide {
121
        height: 0;
122
        padding: 0;
123
    }
3508 stevensc 124
}
125
 
126
.message-bar-head .usr-msg-details {
127
    display: flex;
128
    align-items: center;
129
}
130
 
131
.message-select-conversation {
132
    display: grid;
133
    place-items: center;
134
    width: 100%;
4345 stevensc 135
    height: 100%;
3508 stevensc 136
    min-height: 300px;
5076 stevensc 137
 
4345 stevensc 138
    .msgs-select-container {
139
        display: flex;
140
        flex-direction: column;
141
        align-items: center;
142
        gap: 0.5rem;
5076 stevensc 143
 
4345 stevensc 144
        .icon {
145
            font-size: 2.5rem;
5076 stevensc 146
 
4345 stevensc 147
            &:hover {
148
                background-color: #0000;
149
            }
150
        }
151
    }
3508 stevensc 152
}
153
 
154
@media (min-width: 1200px) {
155
    .msgs-container {
156
        max-width: 1000px;
157
    }
158
}
159
 
160
.main-conversation-box .message-bar-head .usr-msg-details .icon {
161
    display: none;
162
}
163
 
164
.msgs-hide {
165
    font-size: 1.2rem;
166
    color: var(--gray);
167
}
168
 
169
@media (max-width: 992px) {
170
    .main-conversation-box .message-bar-head .usr-msg-details .icon {
171
        display: grid;
172
    }
173
}
174
 
175
@media (max-width: 992px) {
176
    .msgs-hide {
177
        display: none;
178
    }
179
}
180
 
4373 stevensc 181
.icon-hide {
182
    display: flex;
183
    align-items: center;
184
    gap: 0.5rem;
185
    padding-top: 0.5rem;
186
    font-size: 1.2rem;
187
    cursor: pointer;
5076 stevensc 188
 
4373 stevensc 189
    &,
190
    span {
191
        color: $icons-color;
192
    }
5076 stevensc 193
 
4373 stevensc 194
    @media (min-width: 992px) {
3508 stevensc 195
        display: none !important;
196
    }
197
}
198
 
199
#shared_with {
200
    font-size: 16px;
201
    display: inline-block;
202
    height: 40px;
203
    padding: 0 15px;
204
    line-height: 40px;
205
    font-weight: 500;
206
}
207
 
5076 stevensc 208
#shared_with>option {
3508 stevensc 209
    font-size: 1.2rem;
210
    display: inline-block;
211
    height: 40px;
212
    padding: 0 15px;
213
    line-height: 40px;
214
    font-weight: 500;
215
}
216
 
217
.flww {
218
    background-color: #0961bf;
219
}
220
 
221
.tab-feed ul li.active span {
222
    color: #1dac98;
223
}
224
 
5076 stevensc 225
.add-pic-box [type="file"]+label {
3508 stevensc 226
    border: 2px solid #0961bf;
227
    color: #0961bf;
228
}
229
 
5076 stevensc 230
.add-pic-box [type="file"]+label:hover {
3508 stevensc 231
    background: #0961bf;
232
}
233
 
234
.user-pro-img .add-dp {
235
    left: 34%;
236
}
237
 
238
/****estilos del feed***/
239
.img-sm {
240
    width: 46px;
241
    height: 46px;
242
}
243
 
244
.panel .panel-footer,
5076 stevensc 245
.panel> :last-child {
3508 stevensc 246
    border-bottom-left-radius: 0;
247
    border-bottom-right-radius: 0;
248
}
249
 
250
.media-block .media-left {
251
    display: block;
252
    float: left;
253
}
254
 
255
.media-block .media-right {
256
    float: right;
257
}
258
 
259
.media-block .media-body {
260
    display: block;
261
    overflow: hidden;
262
    width: auto;
263
}
264
 
265
.middle .media-left,
266
.middle .media-right,
267
.middle .media-body {
268
    vertical-align: middle;
269
}
270
 
271
.thumbnail {
272
    border-radius: 0;
273
    border-color: #e9e9e9;
274
}
275
 
276
.tag.tag-sm,
5076 stevensc 277
.btn-group-sm>.tag {
3508 stevensc 278
    padding: 5px 10px;
279
}
280
 
281
.tag:not(.label) {
282
    background-color: #fff;
283
    padding: 6px 12px;
284
    border-radius: 2px;
285
    border: 1px solid #cdd6e1;
286
    font-size: 12px;
287
    line-height: 1.42857;
288
    vertical-align: middle;
289
    -webkit-transition: all 0.15s;
290
    transition: all 0.15s;
291
}
292
 
293
.text-muted,
294
a.text-muted:hover,
295
a.text-muted:focus {
296
    color: #acacac;
297
}
298
 
299
.text-sm {
300
    font-size: 0.9em;
301
}
302
 
303
.text-5x,
304
.text-4x,
305
.text-5x,
306
.text-2x,
307
.text-lg,
308
.text-sm,
309
.text-xs {
310
    line-height: 1.25;
311
}
312
 
313
.btn-trans {
314
    background-color: transparent;
315
    border-color: transparent;
316
    color: #929292;
317
}
318
 
319
.btn-icon {
320
    padding-left: 9px;
321
    padding-right: 9px;
322
}
323
 
324
.btn-sm,
5076 stevensc 325
.btn-group-sm>.btn,
3508 stevensc 326
.btn-icon.btn-sm {
327
    padding: 5px 10px !important;
328
}
329
 
330
.save {
331
    background-color: #0961bf;
332
}
333
 
334
.place-bid-btn {
335
    background-color: #0961bf !important;
336
}
337
 
338
.sn-field-has-error {
339
    border: 1px solid red;
340
    margin-bottom: 5px;
341
}
342
 
343
.sn-field-invalid-feedback {
344
    color: red;
345
    font-size: 13px;
346
    line-height: 20px;
347
    margin-bottom: 5px;
348
}
349
 
350
.form-group {
351
    margin-bottom: 5px;
352
    margin-top: 5px;
353
}
354
 
355
.form-group-has-error {
356
    border: 1px solid red !important;
357
}
358
 
359
.form-group-invalid-feedback {
360
    color: red;
361
    font-size: 13px;
362
    line-height: 20px;
363
    margin-bottom: 5px;
364
}
365
 
5076 stevensc 366
.fgt-sec input[type="checkbox"]+label span:before {
3508 stevensc 367
    background-color: #0961bf;
368
}
369
 
370
.info-page {
371
    padding: 50px 0;
372
}
373
 
374
.section_admin_title_buttons {
375
    width: 100%;
376
    display: flex;
377
    margin-left: 0;
378
    justify-content: space-between;
379
    align-items: center;
380
}
381
 
382
.market_admin_title_buttons {
5303 stevensc 383
    width: 100%;
3508 stevensc 384
    display: flex;
3987 stevensc 385
    gap: 0.5rem;
5304 stevensc 386
    flex-direction: column-reverse;
5300 stevensc 387
 
388
    .search_input,
389
    .search_categories {
390
        position: relative;
391
        margin-bottom: 0;
392
 
393
        input,
394
        select,
395
        input:focus {
396
            background-color: $bg-color;
5303 stevensc 397
            border-radius: 5rem;
5300 stevensc 398
 
399
            &::placeholder {
400
                color: $font-color;
401
            }
402
        }
403
    }
3508 stevensc 404
}
405
 
406
.search-btn {
5304 stevensc 407
    padding: 0 .8rem;
3508 stevensc 408
    right: 0;
409
    height: 100%;
5303 stevensc 410
    background: $button-bg;
3508 stevensc 411
    position: absolute;
412
    top: 0;
5303 stevensc 413
    color: $button-text-color;
3508 stevensc 414
    font-weight: 600;
5303 stevensc 415
    border-start-end-radius: 5rem;
416
    border-bottom-right-radius: 5rem;
417
    opacity: .8;
418
    transition: all 200ms;
419
 
5304 stevensc 420
    &:hover,
421
    &:active {
5303 stevensc 422
        opacity: 1;
423
    }
3508 stevensc 424
}
425
 
426
.section_admin_title_buttons h1.title,
427
.section_admin_title_buttons h2 {
3523 stevensc 428
    color: $title-color;
3508 stevensc 429
    font-weight: bold;
430
    font-size: 18px;
431
}
432
 
433
.section_admin_title_buttons h2 {
434
    cursor: pointer;
435
}
436
 
437
@media (min-width: 768px) {
438
    .section_admin_title_buttons {
439
        width: 50%;
440
        margin-left: auto;
441
    }
442
 
443
    .market_admin_title_buttons {
5305 stevensc 444
        align-items: center;
3508 stevensc 445
        flex-direction: row;
5305 stevensc 446
        justify-content: end;
3508 stevensc 447
    }
448
 
449
}
450
 
451
.section_admin_form {
452
    float: left;
453
    width: 100%;
454
    padding-left: 15px;
455
}
456
 
457
.section_admin_form form input,
458
.section_admin_form form select {
459
    width: 100%;
460
    padding: 0 15px 0 15px;
461
    color: #000000;
462
    font-size: 14px;
463
    border: 1px solid #e5e5e5;
464
    height: 40px;
465
}
466
 
467
.section_admin_form form textarea {
468
    width: 100%;
469
    padding: 10px 15px 0 15px;
470
    color: #000000;
471
    font-size: 14px;
472
    border: 1px solid #e5e5e5;
473
    height: 300px;
474
}
475
 
476
/* .section_admin_form form button {color: #ffffff; font-size: 16px; background-color: #0961bf; padding: 12px 27px; border: 0; font-weight: 500; margin-top: 30px; cursor: pointer; }*/
477
.section_admin_form .form-group label {
478
    color: #666 !important;
479
    font-weight: 400;
480
    font-size: 14px;
481
    padding-bottom: 5px;
482
}
483
 
484
.section_admin_form .form-group .toggle-group label {
485
    color: #fff !important;
486
    font-weight: 400;
487
    font-size: 16px;
488
    padding-bottom: 5px;
489
}
490
 
491
.section_admin_form .form-group .toggle-group label.toggle-off {
492
    background-color: #808080;
493
    border-color: #808080;
494
}
495
 
496
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
497
    background-color: #808080;
498
    border-color: #808080;
499
}
500
 
501
.select2-results__option {
502
    display: block;
503
    padding: 10px 15px 0 15px !important;
504
    overflow: hidden;
505
    text-overflow: ellipsis;
506
    white-space: nowrap;
507
    font-size: 14px;
508
    border: 1px solid #e5e5e5;
509
    height: 40px;
510
}
511
 
512
.text-vertical-middle {
513
    vertical-align: middle !important;
514
}
515
 
516
table.dataTable thead .sorting:before,
517
table.dataTable thead .sorting_asc:before,
518
table.dataTable thead .sorting_desc:before,
519
table.dataTable thead .sorting_asc_disabled:before,
520
table.dataTable thead .sorting_desc_disabled:before {
521
    right: 1em;
522
    /* content: "\2191";*/
523
    content: none !important;
524
}
525
 
526
table.dataTable thead .sorting:after,
527
table.dataTable thead .sorting_asc:after,
528
table.dataTable thead .sorting_desc:after,
529
table.dataTable thead .sorting_asc_disabled:after,
530
table.dataTable thead .sorting_desc_disabled:after {
531
    right: 0.5em;
532
    /*content: "\2193";*/
533
    content: none !important;
534
}
535
 
536
.btn-edit {
537
    display: inline-block;
538
    padding: 0 12px;
539
    color: #fff;
540
    height: 35px;
541
    line-height: 35px;
542
    background-color: #0961bf;
543
}
544
 
545
.btn-delete {
546
    display: inline-block;
547
    padding: 0 12px;
548
    color: #fff;
549
    height: 35px;
550
    line-height: 35px;
551
    background-color: #e44d3a;
552
}
553
 
554
.overview-box.open {
555
    z-index: 1000 !important;
556
}
557
 
558
.social_links li a {
559
    line-height: 18px;
560
}
561
 
562
.datepicky {
563
    float: none;
564
}
565
 
566
.datefm {
567
    float: none;
568
}
569
 
570
span.group-span-filestyle {
571
    border: 1px solid #aaa;
572
    color: #fff;
573
    background-color: #0961bf;
574
    margin-top: 10px;
575
}
576
 
577
span.group-span-filestyle:hover {
578
    color: #fff;
579
    background-color: #0961bf;
580
}
581
 
582
.pac-container {
583
    z-index: 1051 !important;
584
}
585
 
586
.custom-file-label:after {
587
    content: none;
588
}
589
 
590
.add-pic-box a {
591
    background: #fff;
592
    border: 2px solid #0961bf;
593
    border-radius: 3px;
594
    color: #0961bf;
595
    cursor: pointer;
596
    display: inline-block;
597
    font-size: 15px;
598
    font-weight: 600;
599
    outline: none;
600
    padding: 12px 20px;
601
    position: relative;
602
    transition: all 0.3s;
603
    vertical-align: middle;
604
    margin: 0;
605
    text-transform: uppercase;
606
}
607
 
608
#skills-box ul {
609
    height: auto;
610
}
611
 
5076 stevensc 612
.custom-control-input:checked~.custom-control-label::before {
3508 stevensc 613
    color: #fff;
614
    border-color: #007bff;
615
    background-color: #007bff;
616
    box-shadow: none;
617
    outline: none;
618
}
619
 
620
#user-img-change {
621
    width: 150px;
622
    height: 150px;
623
    margin-right: 10px;
624
    -webkit-border-radius: 100px;
625
    -moz-border-radius: 100px;
626
    -ms-border-radius: 100px;
627
    -o-border-radius: 100px;
628
    border-radius: 100px;
3589 stevensc 629
    background-color: #fff;
3508 stevensc 630
}
631
 
632
.btn-onroom {
633
    cursor: pointer;
634
}
635
 
636
.form-group .toggle-btn .custom-control-label {
637
    position: relative;
638
    padding-left: 50px;
639
}
640
 
641
.file-upload-indicator {
642
    display: none;
643
}
644
 
645
b,
646
strong {
647
    font-weight: bolder !important;
648
}
649
 
650
a.read-more {
651
    color: #666666;
652
    font-weight: bold;
653
}
654
 
655
a.read-morea:visited {
656
    color: #666666;
657
    font-weight: bold;
658
}
659
 
660
.show-read-more p {
661
    text-align: justify;
662
    font-weight: 600;
3551 stevensc 663
    color: $subtitle-color;
5076 stevensc 664
 
3987 stevensc 665
    .more-text {
666
        display: none;
667
    }
3508 stevensc 668
}
669
 
670
.btn-trans:hover {
671
    color: #929292 !important;
672
}
673
 
5076 stevensc 674
.job-status-bar>a:hover {
3508 stevensc 675
    color: #1e5591 !important;
676
}
677
 
5076 stevensc 678
.job-status-bar>ul>li>a:hover {
3508 stevensc 679
    color: #1e5591;
680
}
681
 
682
.comment-section {
683
    box-shadow: none;
684
}
685
 
686
.process-comm {
687
    padding-top: 10px;
688
    padding-bottom: 20px;
689
}
690
 
691
nav ul li a {
692
    color: #000000;
693
}
694
 
695
.usy-name h4 {
696
    color: #000000;
697
    font-size: 16px;
698
    text-transform: capitalize;
699
    font-weight: 600;
700
    margin-bottom: 5px;
701
    margin-top: 2px;
702
}
703
 
704
.message-btn a.btn-request-connection {
705
    background-color: #53d690;
706
}
707
 
708
.message-btn a.btn-cancel-connection {
709
    background-color: #e44d3a;
710
}
711
 
712
.message-btn a.btn-send-message {
713
    background-color: #51a5fb;
714
}
715
 
716
.bootbox-confirm .btn-danger {
717
    color: #000000;
718
}
719
 
720
.title-bar {
721
    float: left;
722
    width: 280px;
723
    margin-top: 12px;
724
    margin-bottom: 9px;
725
    vertical-align: middle;
726
}
727
 
728
.title-bar .title {
729
    color: #ffffff;
730
    font-size: 20px;
731
    text-transform: capitalize;
732
    font-weight: 600;
733
}
734
 
735
/*New Style*/
736
.online-btn {
737
    border-radius: 50px;
738
    width: 20px;
739
    height: 20px;
740
}
741
 
742
/***********************************new style jm*********************************/
743
.forum-links ul li.active a {
744
    color: #1dac98;
745
}
746
 
747
.forum-links ul li.active {
748
    border-color: #1dac98;
749
}
750
 
751
.ask-question {
752
    color: #0961bf !important;
753
}
754
 
5076 stevensc 755
.suggestion-usd>span i:hover {
3508 stevensc 756
    background-color: #f4e6a6;
757
}
758
 
5076 stevensc 759
.view-more>.btn {
3508 stevensc 760
    background-color: #0961bf;
761
}
762
 
763
/* #shared_with {background-color: #0961bf; } #shared_with :hover {color: blank; background-color: #007bff; } */
764
.bid_now {
765
    background-color: #0961bf;
766
}
767
 
768
.follow {
769
    background-color: #1eb89e;
770
}
771
 
772
.footy-sec.mn ul li a {
773
    color: #01245d;
774
    font-size: 0.9rem;
775
}
776
 
777
.footy-sec.mn ul li a:hover {
778
    color: #01245d;
779
    font-weight: bold;
780
    transition: all 0.5s;
781
}
782
 
783
.footy-sec.mn p {
784
    color: #01245d;
785
}
786
 
787
.star-descp ul li i {
788
    color: #cacf8c;
789
}
790
 
791
.hire-us {
792
    background-color: #0961bf;
793
}
794
 
795
.company-up-info {
796
    background-color: #ffff;
797
}
798
 
799
.post_with_border {
800
    border-left: 4px solid #1eb89e;
801
}
802
 
803
.sign_link {
804
    background-color: #ffff;
805
}
806
 
807
.search-title {
808
    padding-left: 2%;
809
    font-size: 1.2rem;
810
}
811
 
812
.portfolio-gallery-sec {
813
    background-color: #f5f5f7;
814
}
815
 
816
.filter-dd form input,
817
.filter-dd form select {
818
    background-color: #fff;
819
}
820
 
821
.feed-comment-container {
822
    margin-top: 1rem;
823
}
824
 
825
.pagination li .page-link {
826
    color: #0961bf;
827
}
828
 
829
.comment-section {
830
    background-color: #f5f5f7;
831
}
832
 
833
.company_profile_info {
834
    border-radius: 5px;
835
}
836
 
837
.full-width {
838
    border-radius: 5px;
839
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
840
}
841
 
842
.tab-feed.st2 ul li :hover {
843
    border-bottom: 3px solid #f4e6a6;
844
}
845
 
846
.border-none {
847
    border: none !important;
848
}
849
 
5076 stevensc 850
.usr-pic>img {
3508 stevensc 851
    width: 80%;
852
}
853
 
854
.user-specs {
855
    padding: 39px 0 10px 0;
856
}
857
 
858
.job-status-bar {
859
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
860
    display: flex;
861
    justify-content: space-between;
862
    align-items: center;
863
    /* border-radius: 10px; */
864
}
865
 
866
.message-bar-head {
867
    display: flex;
868
    height: 13vh;
869
    justify-content: space-between;
870
    padding: 20px;
871
    width: 100%;
872
}
873
 
874
.form-control:disabled,
875
.form-control[readonly] {
876
    background-color: #ffff;
877
}
878
 
879
.file-caption.icon-visible .file-caption-name {
880
    padding-bottom: 15px;
881
}
882
 
883
/**notificaciones**/
884
.notification {
885
    color: white;
886
    text-decoration: none;
887
    padding: 0px 10px;
888
    position: relative;
889
    display: inline-block;
890
    border-radius: 2px;
891
    font-size: 16px;
892
}
893
 
894
.text-submenu {
895
    color: #0961bf;
896
 
5438 stevensc 897
    &:hover {
898
        font-weight: bold;
899
        color: #0961bf;
900
        transition: all 0.5s;
901
    }
3508 stevensc 902
}
903
 
904
.my-company-dropdown.show {
905
    display: block;
906
}
907
 
908
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
909
 
910
.message-btn {
911
    display: inherit;
912
    flex-direction: column;
5076 stevensc 913
}