Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5126 | Rev 5226 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5126 Rev 5150
Línea 9... Línea 9...
9
    width: 100%;
9
    width: 100%;
10
    background-color: $bg-color;
10
    background-color: $bg-color;
11
    border-bottom: 1px solid $border-primary;
11
    border-bottom: 1px solid $border-primary;
12
}
12
}
Línea -... Línea 13...
-
 
13
 
-
 
14
 
-
 
15
// User profile ov
-
 
16
 
-
 
17
.user-profile-extended-ov {
-
 
18
    background-color: $bg-color;
-
 
19
    border-radius: $border-radius;
-
 
20
    box-shadow: $shadow;
-
 
21
    padding: 1rem;
-
 
22
    width: 100%;
-
 
23
 
-
 
24
    h3 {
-
 
25
        color: $title-color;
-
 
26
        font-size: 18px;
-
 
27
        font-weight: 600;
-
 
28
        margin-bottom: 0.5rem;
-
 
29
    }
-
 
30
 
-
 
31
    span,
-
 
32
    p {
-
 
33
        line-height: 22px;
-
 
34
        color: $font-color;
-
 
35
    }
-
 
36
 
-
 
37
    i {
-
 
38
        color: $font-color;
-
 
39
        font-size: 13px;
-
 
40
    }
-
 
41
 
-
 
42
    strong {
-
 
43
        font-weight: bold !important;
-
 
44
    }
-
 
45
}
-
 
46
 
-
 
47
.user-profile-ov {
-
 
48
    background-color: $bg-color;
-
 
49
    border-radius: $border-radius;
-
 
50
    box-shadow: $shadow;
-
 
51
    padding: 1rem;
-
 
52
    width: 100%;
-
 
53
 
-
 
54
    h3 {
-
 
55
        color: $title-color;
-
 
56
        font-size: 18px;
-
 
57
        font-weight: 600;
-
 
58
        margin-bottom: 20px;
-
 
59
 
-
 
60
        a {
-
 
61
            color: $title-color;
-
 
62
        }
-
 
63
    }
-
 
64
 
-
 
65
    i {
-
 
66
        color: $title-color;
-
 
67
        font-size: 13px;
-
 
68
        padding-left: 5px;
-
 
69
    }
-
 
70
 
-
 
71
    h4 {
-
 
72
        font-size: 16px;
-
 
73
        color: $title-color;
-
 
74
        font-weight: 600;
-
 
75
        margin-bottom: 10px;
-
 
76
    }
-
 
77
 
-
 
78
    p {
-
 
79
        color: $font-color;
-
 
80
        font-size: 14px;
-
 
81
        line-height: 24px;
-
 
82
    }
-
 
83
 
-
 
84
    .st2 p {
-
 
85
        margin-bottom: 23px;
-
 
86
    }
-
 
87
 
-
 
88
    &>span {
-
 
89
        color: $font-color;
-
 
90
        font-size: 14px;
-
 
91
        width: 100%;
-
 
92
        margin-bottom: 8px;
-
 
93
        margin-top: 3px;
-
 
94
    }
-
 
95
 
-
 
96
    ul li {
-
 
97
        display: inline-block;
-
 
98
        margin-bottom: 10px;
-
 
99
        padding: 0 2px;
-
 
100
 
-
 
101
        a {
-
 
102
            display: inline-block;
-
 
103
            color: $bg-color;
-
 
104
            font-size: 14px;
-
 
105
            font-weight: 600;
-
 
106
            background-color: $font-color;
-
 
107
            border-radius: 30px;
-
 
108
            padding: 10px 15px;
-
 
109
        }
-
 
110
    }
-
 
111
 
-
 
112
}
-
 
113
 
-
 
114
.user-social-network-ov {
-
 
115
    width: 100%;
-
 
116
    background-color: $bg-color;
-
 
117
 
-
 
118
    h3 {
-
 
119
        color: $title-color;
-
 
120
        font-size: 18px;
-
 
121
        font-weight: 600;
-
 
122
    }
-
 
123
 
-
 
124
    i {
-
 
125
        color: $font-color;
-
 
126
        font-size: 13px;
-
 
127
        padding-left: 5px;
-
 
128
    }
-
 
129
}
-
 
130
 
-
 
131
// User profile ov - End
13
 
132
 
14
.msg-numbers {
133
.msg-numbers {
15
    background-color: #1dac98;
134
    background-color: #1dac98;
Línea 16... Línea 135...
16
}
135
}
Línea 451... Línea 570...
451
 
570
 
452
.copylink a {
571
.copylink a {
453
    background-color: #0961bf;
572
    background-color: #0961bf;
Línea 454... Línea -...
454
}
-
 
455
 
573
}
456
/* .modal-header {background-color: #0961bf; } */
574
 
457
.custom-file-input::before {
575
.custom-file-input::before {
Línea 458... Línea 576...
458
    background: #0961bf;
576
    background: #0961bf;
Línea 660... Línea 778...
660
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
778
.section_admin_form .form-group .toggle-group label.toggle-off:hover {
661
    background-color: #808080;
779
    background-color: #808080;
662
    border-color: #808080;
780
    border-color: #808080;
663
}
781
}
Línea 664... Línea -...
664
 
-
 
665
.select2-container .select2-selection--single .select2-selection__rendered {
-
 
666
    display: block;
-
 
667
    padding: 0 15px 0 15px;
-
 
668
    overflow: hidden;
-
 
669
    text-overflow: ellipsis;
-
 
670
    white-space: nowrap;
-
 
671
    color: #000000;
-
 
672
    font-size: 14px;
-
 
673
    border: 1px solid #e5e5e5;
-
 
674
    height: 40px;
-
 
675
}
-
 
676
 
-
 
677
.select2-container .select2-search--inline .select2-search__field {
-
 
678
    margin-left: 0px;
-
 
679
}
-
 
680
 
782
 
681
.select2-results__option {
783
.select2-results__option {
682
    display: block;
784
    display: block;
683
    padding: 10px 15px 0 15px !important;
785
    padding: 10px 15px 0 15px !important;
684
    overflow: hidden;
786
    overflow: hidden;
Línea 733... Línea 835...
733
 
835
 
734
.overview-box.open {
836
.overview-box.open {
735
    z-index: 1000 !important;
837
    z-index: 1000 !important;
Línea 736... Línea -...
736
}
-
 
737
 
-
 
738
.overview-edit form select {
-
 
739
    padding-left: 0 !important;
-
 
740
    -webkit-border-radius: 0 !important;
-
 
741
    -moz-border-radius: 0 !important;
-
 
742
    -ms-border-radius: 0 !important;
-
 
743
    -o-border-radius: 0 !important;
-
 
744
    border-radius: 0 !important;
-
 
745
}
-
 
746
 
-
 
747
.overview-edit form textarea,
-
 
748
.overview-edit form input,
-
 
749
.overview-edit form select {
-
 
750
    border: 1px solid #aaa;
-
 
751
    color: #b2b2b2 !important;
-
 
752
}
-
 
753
 
-
 
754
.overview-edit span {
-
 
755
    float: none;
-
 
756
}
-
 
757
 
-
 
758
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
-
 
759
    color: #000;
-
 
760
    font-size: 14px;
-
 
761
    line-height: 20px;
-
 
762
}
-
 
763
 
-
 
764
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
-
 
765
    line-height: 20px;
-
 
766
}
-
 
767
 
-
 
768
.select2-container--bootstrap4.select2-container--focus .select2-selection {
-
 
769
    border-color: inherit;
-
 
770
    -webkit-box-shadow: inherit;
-
 
771
    box-shadow: inherit;
-
 
772
}
-
 
773
 
-
 
774
.user-profile-extended-ov {
-
 
775
    background-color: $bg-color;
-
 
776
    border-radius: $border-radius;
-
 
777
    box-shadow: $shadow;
-
 
778
    padding: 1rem;
-
 
779
    width: 100%;
-
 
780
 
-
 
781
    h3 {
-
 
782
        color: $title-color;
-
 
783
        font-size: 18px;
-
 
784
        font-weight: 600;
-
 
785
        margin-bottom: 0.5rem;
-
 
786
    }
-
 
787
 
-
 
788
    span,
-
 
789
    p {
-
 
790
        line-height: 22px;
-
 
791
        color: $font-color;
-
 
792
    }
-
 
793
 
-
 
794
    i {
-
 
795
        color: $font-color;
-
 
796
        font-size: 13px;
-
 
797
    }
-
 
798
 
-
 
799
    strong {
-
 
800
        font-weight: bold !important;
-
 
801
    }
-
 
802
}
-
 
803
 
-
 
804
.user-social-network-ov {
-
 
805
    width: 100%;
-
 
806
    background-color: $bg-color;
-
 
807
 
-
 
808
    h3 {
-
 
809
        color: $title-color;
-
 
810
        font-size: 18px;
-
 
811
        font-weight: 600;
-
 
812
    }
-
 
813
 
-
 
814
    i {
-
 
815
        color: $font-color;
-
 
816
        font-size: 13px;
-
 
817
        padding-left: 5px;
-
 
818
    }
-
 
819
}
838
}
820
 
839
 
821
.social_links li a {
840
.social_links li a {
Línea 822... Línea -...
822
    line-height: 18px;
-
 
823
}
-
 
824
 
-
 
825
.overview-edit form .select2-container--default .select2-selection--single {
-
 
826
    height: 40px;
-
 
827
    margin-bottom: 25px;
-
 
828
}
-
 
829
 
-
 
830
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__rendered {
-
 
831
    color: #444;
-
 
832
    line-height: 34px;
-
 
833
}
-
 
834
 
-
 
835
.overview-edit form .select2-container--default .select2-selection--single .select2-selection__arrow b {
-
 
836
    margin-top: 4px;
-
 
837
}
-
 
838
 
-
 
839
.overview-edit form textarea,
-
 
840
.overview-edit form input,
-
 
841
.overview-edit form select {
-
 
842
    color: #444;
841
    line-height: 18px;
843
}
842
}
844
 
843
 
Línea 845... Línea 844...
845
.datepicky {
844
.datepicky {
846
    float: none;
845
    float: none;
847
}
846
}
Línea 848... Línea -...
848
 
-
 
849
.datefm {
-
 
850
    float: none;
-
 
851
}
-
 
852
 
-
 
853
.modal-dialog {
-
 
854
    /* width: 100%; background-color: #fff; padding: 15px 10px; */
-
 
855
}
-
 
856
 
-
 
857
/* .modal-header {background-color: #fff; padding: 0px; border-bottom: 0px; } */
-
 
858
.modal-title h3 {
-
 
859
    color: #000000;
-
 
860
    font-size: 18px;
-
 
861
    font-weight: 600;
-
 
862
    width: 100%;
-
 
863
    margin-bottom: 25px;
-
 
864
}
-
 
865
 
-
 
866
.modal-content {
-
 
867
    border: 0px;
-
 
868
    padding: 1rem;
-
 
869
}
-
 
870
 
-
 
871
.modal-content textarea,
-
 
872
.modal-content input,
-
 
873
.modal-content select {
-
 
874
    width: 100% !important;
-
 
875
    resize: none;
-
 
876
    border: 1px solid #aaa;
-
 
877
    color: #444 !important;
-
 
878
    font-size: 14px;
-
 
879
}
-
 
880
 
-
 
881
.modal-content input {
-
 
882
    height: 40px;
-
 
883
    padding-left: 15px;
-
 
884
    margin-bottom: 0;
-
 
885
}
-
 
886
 
-
 
887
.modal-content select {
-
 
888
    height: 40px;
-
 
889
    padding-left: 15px;
847
 
890
    margin-bottom: 0;
848
.datefm {
891
    background-color: #fff;
849
    float: none;
892
}
850
}
893
 
851
 
Línea 901... Línea 859...
901
span.group-span-filestyle:hover {
859
span.group-span-filestyle:hover {
902
    color: #fff;
860
    color: #fff;
903
    background-color: #0961bf;
861
    background-color: #0961bf;
904
}
862
}
Línea 905... Línea -...
905
 
-
 
906
.modal-content .form-group .toggle-group label {
-
 
907
    color: #fff !important;
-
 
908
    font-weight: 400;
-
 
909
    font-size: 16px;
-
 
910
    padding-bottom: 5px;
-
 
911
}
-
 
912
 
-
 
913
.modal-content .form-group .toggle-group label.toggle-off {
-
 
914
    background-color: #808080;
-
 
915
    border-color: #808080;
-
 
916
}
-
 
917
 
-
 
918
.modal-content .form-group .toggle-group label.toggle-off:hover {
-
 
919
    background-color: #808080;
-
 
920
    border-color: #808080;
-
 
921
}
-
 
922
 
-
 
923
.modal-content .select2-container--default .select2-selection--single {
-
 
924
    height: 40px;
-
 
925
    margin-bottom: 0;
-
 
926
}
-
 
927
 
-
 
928
.modal-content .select2-container--default .select2-selection--single .select2-selection__rendered {
-
 
929
    color: #444;
-
 
930
    line-height: 34px;
-
 
931
}
-
 
932
 
-
 
933
.modal-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
-
 
934
    margin-top: 4px;
-
 
935
}
-
 
936
 
-
 
937
.modal-content .select2-container--bootstrap4 .select2-selection--multiple {
-
 
938
    height: auto;
-
 
939
    margin-bottom: 0;
-
 
940
}
-
 
941
 
-
 
942
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
-
 
943
    color: #444;
-
 
944
    line-height: 28px;
-
 
945
    float: left;
-
 
946
}
-
 
947
 
-
 
948
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__arrow b {
-
 
949
    margin-top: 4px;
-
 
950
}
-
 
951
 
-
 
952
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
-
 
953
    border: 0 !important;
-
 
954
}
-
 
955
 
-
 
956
.modal-content .select2-container--bootstrap4.select2-container--focus .select2-selection {
-
 
957
    border: 1px solid #e5e5e5;
-
 
958
    -webkit-box-shadow: none;
-
 
959
    -moz-box-shadow: none;
-
 
960
    box-shadow: none;
-
 
961
}
-
 
962
 
-
 
963
.modal-content .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
-
 
964
    color: #000;
-
 
965
    padding-left: 8px;
-
 
966
    padding-right: 8px;
-
 
967
    font-weight: inherit;
-
 
968
    border: 1px solid #000;
-
 
969
    margin-right: 5px;
-
 
970
}
-
 
971
 
-
 
972
.modal-content .select2-container .select2-search--inline .select2-search__field {
-
 
973
    margin-left: 0px;
-
 
974
}
-
 
975
 
-
 
976
/** Autocomplete de google */
863
 
977
.pac-container {
864
.pac-container {
978
    z-index: 1051 !important;
865
    z-index: 1051 !important;
Línea 979... Línea 866...
979
}
866
}
Línea 1002... Línea 889...
1002
 
889
 
1003
#skills-box ul {
890
#skills-box ul {
1004
    height: auto;
891
    height: auto;
Línea 1005... Línea -...
1005
}
-
 
1006
 
-
 
1007
/* .btn-info, .btn-add, .btn-edit, .btn-delete {color: #e5e5e5; background-color: #A4A4A4; border: 1px solid #A4A4A4; } .btn-info:hover, .btn-add:hover, .btn-edit:hover, .btn-delete:hover {background-color: #808080; border: 1px solid #808080; }*/
-
 
1008
.select2-container .select2-search--inline .select2-search__field {
-
 
1009
    margin-left: 0px;
-
 
1010
}
892
}
1011
 
893
 
1012
.custom-control-input:checked~.custom-control-label::before {
894
.custom-control-input:checked~.custom-control-label::before {
1013
    color: #fff;
895
    color: #fff;
1014
    border-color: #007bff;
896
    border-color: #007bff;
Línea 1077... Línea 959...
1077
 
959
 
1078
.job-status-bar>ul>li>a:hover {
960
.job-status-bar>ul>li>a:hover {
1079
    color: #1e5591;
961
    color: #1e5591;
Línea 1080... Línea -...
1080
}
-
 
1081
 
-
 
1082
.modal-content .job_descp img,
-
 
1083
.modal-content .job_descp video {
-
 
1084
    object-fit: contain;
-
 
1085
    height: auto;
-
 
1086
    max-height: 600px;
-
 
1087
}
962
}
1088
 
963
 
1089
.comment-section {
964
.comment-section {
Línea 1090... Línea 965...
1090
    box-shadow: none;
965
    box-shadow: none;
Línea 1269... Línea 1144...
1269
 
1144
 
1270
.user-info a {
1145
.user-info a {
1271
    color: #18516f;
1146
    color: #18516f;
Línea 1272... Línea -...
1272
}
-
 
1273
 
-
 
1274
.modal-footer button {
-
 
1275
    background-color: #0961bf;
-
 
1276
    border: none;
-
 
1277
}
1147
}
1278
 
1148
 
1279
.border-none {
1149
.border-none {
Línea 1280... Línea -...
1280
    border: none !important;
-
 
1281
}
-
 
1282
 
1150
    border: none !important;
1283
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1151
}
1284
 
1152
 
Línea 1285... Línea 1153...
1285
.usr-pic>img {
1153
.usr-pic>img {