Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5391 Rev 5438
Línea 1... Línea 1...
1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
@import "./settings/variables.scss";
2
@import "./settings/variables.scss";
Línea 3... Línea -...
3
 
-
 
4
body {
-
 
5
    overflow-y: scroll;
-
 
6
}
-
 
7
 
3
 
8
header {
4
header {
9
    width: 100%;
5
    width: 100%;
10
    background-color: $bg-color;
6
    background-color: $bg-color;
11
    border-bottom: 1px solid $border-primary;
7
    border-bottom: 1px solid $border-primary;
Línea 12... Línea -...
12
}
-
 
13
 
-
 
14
 
-
 
15
// User profile ov
8
}
16
 
9
 
17
.user-profile-extended-ov {
10
.user-profile-extended-ov {
18
    background-color: $bg-color;
11
    background-color: $bg-color;
19
    border-radius: $border-radius;
12
    border-radius: $border-radius;
Línea 126... Línea 119...
126
        font-size: 13px;
119
        font-size: 13px;
127
        padding-left: 5px;
120
        padding-left: 5px;
128
    }
121
    }
129
}
122
}
Línea 130... Línea -...
130
 
-
 
Línea -... Línea 123...
-
 
123
 
131
// User profile ov - End
124
 
132
 
125
// User profile ov - End
133
.msg-numbers {
126
.msg-numbers {
Línea 134... Línea 127...
134
    background-color: #1dac98;
127
    background-color: #1dac98;
Línea 456... Línea 449...
456
 
449
 
457
.save {
450
.save {
458
    background-color: #0961bf;
451
    background-color: #0961bf;
Línea 459... Línea -...
459
}
-
 
460
 
-
 
461
.actions-common-com>a i {
-
 
462
    -webkit-transition: all 0.4s ease-in;
-
 
463
    -moz-transition: all 0.4s ease-in;
-
 
464
    -ms-transition: all 0.4s ease-in;
-
 
465
    -o-transition: all 0.4s ease-in;
-
 
466
    transition: all 0.4s ease-in;
-
 
467
}
-
 
468
 
-
 
469
.actions-common-com {
-
 
470
    float: right;
-
 
471
    margin-top: 20px;
-
 
472
}
-
 
473
 
-
 
474
.actions-common-com li {
-
 
475
    display: inline-block;
-
 
476
    margin-right: 15px;
-
 
477
}
-
 
478
 
-
 
479
.actions-common-com li a {
-
 
480
    color: #b2b2b2;
-
 
481
    font-size: 14px;
-
 
482
    font-weight: 500;
-
 
483
    float: left;
-
 
484
    margin-top: 6px;
-
 
485
    margin-right: 5px;
-
 
486
}
-
 
487
 
-
 
488
.actions-common-com li a:hover {
-
 
489
    color: #e44d3a;
-
 
490
}
-
 
491
 
-
 
492
.actions-common-com li a.active {
-
 
493
    color: #e44d3a;
-
 
494
}
-
 
495
 
-
 
496
.actions-common-com li a i {
-
 
497
    margin-right: 2px;
-
 
498
    font-size: 14px;
-
 
499
    position: relative;
-
 
500
    top: 2px;
-
 
501
}
-
 
502
 
-
 
503
.actions-common-com li span {
-
 
504
    color: #ffffff;
-
 
505
    font-size: 13px;
-
 
506
    width: 30px;
-
 
507
    height: 30px;
-
 
508
    background-color: #e44d3a;
-
 
509
    line-height: 30px;
-
 
510
    -webkit-border-radius: 30px;
-
 
511
    -moz-border-radius: 30px;
-
 
512
    -ms-border-radius: 30px;
-
 
513
    -o-border-radius: 30px;
-
 
514
    border-radius: 30px;
-
 
515
    float: left;
-
 
516
    text-align: center;
-
 
517
    font-weight: 600;
-
 
518
    margin-left: -25px;
-
 
519
}
-
 
520
 
-
 
521
.actions-common-com li .com {
-
 
522
    position: relative;
-
 
523
    top: -9px;
-
 
524
}
-
 
525
 
-
 
526
.actions-common-com li .com img {
-
 
527
    margin-right: 10px;
-
 
528
}
-
 
529
 
-
 
530
.copylink a {
-
 
531
    background-color: #0961bf;
-
 
532
}
-
 
533
 
-
 
534
.custom-file-input::before {
-
 
535
    background: #0961bf;
-
 
536
}
-
 
537
 
-
 
538
.custom-file-input:hover::before {
-
 
539
    background-color: #1dac98;
-
 
540
}
452
}
541
 
453
 
542
.place-bid-btn {
454
.place-bid-btn {
Línea 543... Línea 455...
543
    background-color: #0961bf !important;
455
    background-color: #0961bf !important;
Línea 573... Línea 485...
573
 
485
 
574
.fgt-sec input[type="checkbox"]+label span:before {
486
.fgt-sec input[type="checkbox"]+label span:before {
575
    background-color: #0961bf;
487
    background-color: #0961bf;
Línea 576... Línea -...
576
}
-
 
577
 
-
 
578
::-webkit-input-placeholder {
-
 
579
    /* Edge */
-
 
580
    color: #515151;
-
 
581
}
-
 
582
 
-
 
583
:-ms-input-placeholder {
-
 
584
    /* Internet Explorer 10-11 */
-
 
585
    color: #515151;
-
 
586
}
-
 
587
 
-
 
588
::placeholder {
-
 
589
    color: #515151;
-
 
590
}
488
}
591
 
489
 
592
.info-page {
490
.info-page {
Línea 593... Línea 491...
593
    padding: 50px 0;
491
    padding: 50px 0;
Línea 1108... Línea 1006...
1108
    text-decoration: none;
1006
    text-decoration: none;
1109
    padding: 0px 10px;
1007
    padding: 0px 10px;
1110
    position: relative;
1008
    position: relative;
1111
    display: inline-block;
1009
    display: inline-block;
1112
    border-radius: 2px;
1010
    border-radius: 2px;
1113
    /* top: 10px; */
-
 
1114
    font-size: 16px;
1011
    font-size: 16px;
1115
}
1012
}
Línea 1116... Línea 1013...
1116
 
1013
 
1117
.text-submenu {
1014
.text-submenu {
1118
    color: #0961bf;
-
 
Línea 1119... Línea -...
1119
}
-
 
1120
 
-
 
1121
.text-submenu:hover {
-
 
1122
    font-weight: bold;
-
 
1123
    color: #0961bf;
-
 
1124
    transition: all 0.5s;
-
 
1125
}
1015
    color: #0961bf;
1126
 
1016
 
1127
header a:hover {
1017
    &:hover {
1128
    font-weight: bold;
1018
        font-weight: bold;
1129
    color: #0961bf;
1019
        color: #0961bf;
1130
    transition: all 0.5s;
-
 
1131
}
-
 
1132
 
-
 
1133
header .btn:hover {
-
 
1134
    color: #0961bf;
-
 
1135
    font-weight: bold;
1020
        transition: all 0.5s;
Línea 1136... Línea 1021...
1136
    transition: all 0.5s;
1021
    }
1137
}
1022
}
1138
 
1023
 
Línea 1139... Línea 1024...
1139
.my-company-dropdown.show {
1024
.my-company-dropdown.show {
Línea 1140... Línea 1025...
1140
    display: block;
1025
    display: block;
1141
}
-
 
1142
 
1026
}
1143
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1027
 
1144
 
1028
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
Línea 1145... Línea -...
1145
.message-btn {
-
 
1146
    /*display: inline-flex;*/
-
 
1147
    display: inherit;
-
 
1148
    flex-direction: column;
-
 
1149
}
-
 
1150
 
-
 
1151
.rc-anchor-checkbox-label {
-
 
1152
    font-size: 10px !important;
-
 
1153
}
-
 
1154
 
-
 
1155
.comment {
-
 
1156
    padding-right: 10px;
-
 
1157
}
-
 
1158
 
-
 
1159
/**** INICIO breadcrumb ***/
-
 
1160
ul.breadcrumb {
-
 
1161
    padding: 10px 16px;
-
 
1162
    list-style: none;
-
 
1163
    background-color: #f5f5f7;
-
 
1164
 
-
 
1165
    li {
-
 
1166
        display: inline;
-
 
1167
        font-size: 14px;
-
 
1168
 
-
 
1169
        &+li:before {
-
 
1170
            padding: 8px;
-
 
1171
            color: black;
-
 
1172
            content: ">\00a0";
-
 
1173
        }
-
 
1174
 
-
 
1175
        a {
-
 
1176
            color: #0275d8;
-
 
1177
            text-decoration: none;
-
 
1178
 
-
 
1179
            &:hover {
-
 
1180
                color: #01447e;
-
 
1181
                text-decoration: underline;
-
 
1182
            }
-
 
1183
        }
-
 
1184
    }
-
 
1185
}
-
 
1186
 
-
 
1187
/**** FIN breadcrumb ***/
-
 
1188
 
1029
 
1189
.feed-avatar {
1030
.message-btn {
1190
    width: 50px;
1031
    display: inherit;
Línea 1191... Línea 1032...
1191
    height: auto;
1032
    flex-direction: column;
1192
}
1033
}
1193
 
-
 
1194
.cursor-pointer {
-
 
1195
    cursor: pointer;
-
 
1196
}
-
 
1197
 
-
 
1198
.cursor-auto {
-
 
1199
    cursor: initial !important;
-
 
1200
}
-
 
1201
 
1034
 
1202
.view-more-pro {
1035
.cursor-pointer {