Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3987 Rev 4005
Línea 80... Línea 80...
80
    /* background-color: #F7EE9F; */
80
    /* background-color: #F7EE9F; */
81
    background-color: #1eb89e;
81
    background-color: #1eb89e;
82
    padding-top: 40px;
82
    padding-top: 40px;
83
}
83
}
Línea 84... Línea -...
84
 
-
 
85
.post-topbar {
-
 
86
    /* border-top: 4px solid #ffd600; */
-
 
87
    border-top: 4px solid $border-primary;
-
 
88
}
-
 
89
 
-
 
90
.post-st ul li a:hover,
-
 
91
.post-st ul li a.active {
-
 
92
    /* background-color: #1dac98; */
-
 
93
    background-color: #82d0d4;
-
 
94
    color: #fff;
-
 
95
}
-
 
96
 
84
 
97
.widget-about img {
85
.widget-about img {
98
    float: none;
86
    float: none;
99
    padding-top: 0px;
87
    padding-top: 0px;
Línea 130... Línea 118...
130
 
118
 
131
.post-project h3 {
119
.post-project h3 {
132
    background-color: #1dac98;
120
    background-color: #1dac98;
Línea 133... Línea -...
133
}
-
 
134
 
-
 
135
.post-project-fields form ul li button.active {
-
 
136
    background-color: #1dac98;
-
 
137
    color: #fff;
-
 
138
}
121
}
139
 
122
 
140
.chat-msg p {
123
.chat-msg p {
Línea 141... Línea 124...
141
    background-color: #1dac98;
124
    background-color: #1dac98;
Línea 601... Línea 584...
601
 
584
 
602
.mar-top {
585
.mar-top {
603
    margin-top: 15px;
586
    margin-top: 15px;
Línea 604... Línea -...
604
}
-
 
605
 
-
 
606
.post_comment_sec form button {
-
 
607
    background-color: #0961bf;
-
 
608
}
587
}
609
 
588
 
610
.save {
589
.save {
Línea 611... Línea -...
611
    background-color: #0961bf;
-
 
612
}
-
 
613
 
-
 
614
.post_comment_sec form textarea {
-
 
615
    height: 80px;
590
    background-color: #0961bf;
616
}
591
}
617
 
592
 
618
.actions-common-com > a i {
593
.actions-common-com > a i {
619
    -webkit-transition: all 0.4s ease-in;
594
    -webkit-transition: all 0.4s ease-in;
Línea 968... Línea 943...
968
    height: 35px;
943
    height: 35px;
969
    line-height: 35px;
944
    line-height: 35px;
970
    background-color: #e44d3a;
945
    background-color: #e44d3a;
971
}
946
}
Línea 972... Línea -...
972
 
-
 
973
.post-project-fields form label {
-
 
974
    color: #666 !important;
-
 
975
    font-weight: 400;
-
 
976
    font-size: 14px;
-
 
977
    padding-bottom: 5px;
-
 
978
}
-
 
979
 
-
 
980
.post-project-fields form input,
-
 
981
.post-project-fields form textarea,
-
 
982
.post-project-fields form select {
-
 
983
    width: 100%;
-
 
984
    color: #000000;
-
 
985
    font-size: 14px;
-
 
986
    border: 1px solid #b4b4b4;
-
 
987
    margin-bottom: 20px;
-
 
988
    font-weight: 500;
-
 
989
}
-
 
990
 
947
 
991
.overview-box.open {
948
.overview-box.open {
992
    z-index: 1000 !important;
949
    z-index: 1000 !important;
Línea 993... Línea 950...
993
}
950
}
Línea 1473... Línea 1430...
1473
.company-up-info {
1430
.company-up-info {
1474
    background-color: #ffff;
1431
    background-color: #ffff;
1475
}
1432
}
Línea 1476... Línea 1433...
1476
 
1433
 
1477
body {
-
 
1478
    /* background-color: #ffff; */
1434
body {
1479
    background-color: #f5f5f7;
1435
    background-color: #f5f5f7;
Línea 1480... Línea -...
1480
}
-
 
1481
 
-
 
1482
.tags-sec {
-
 
1483
    background-color: #ffff;
-
 
1484
}
1436
}
1485
 
1437
 
1486
.comment_box input {
1438
.comment_box input {
Línea 1487... Línea 1439...
1487
    background-color: #efefef;
1439
    background-color: #efefef;
1488
}
1440
}
1489
 
1441
 
Línea 1490... Línea -...
1490
.post_with_border {
-
 
1491
    border-left: 4px solid #1eb89e;
-
 
1492
}
-
 
1493
 
-
 
1494
.post-topbar {
1442
.post_with_border {
1495
    background-color: $bg-color;
1443
    border-left: 4px solid #1eb89e;
1496
}
1444
}
1497
 
1445