Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5125 Rev 5126
Línea 4... Línea 4...
4
body {
4
body {
5
    overflow-y: scroll;
5
    overflow-y: scroll;
6
}
6
}
Línea 7... Línea 7...
7
 
7
 
8
header {
-
 
9
    float: left;
-
 
10
    width: 100%;
-
 
11
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
-
 
12
    background-color: white;
-
 
13
    border-bottom: 1px solid #afafaf;
-
 
14
}
-
 
15
 
-
 
16
.search-bar {
-
 
17
    margin-top: 10px;
-
 
18
}
-
 
19
 
-
 
20
.user-account {
-
 
21
    border-left: none;
-
 
22
    border-right: none;
-
 
23
    display: flex;
-
 
24
    height: 56px;
-
 
25
    align-items: center;
-
 
26
    justify-content: space-between;
-
 
27
}
-
 
28
 
-
 
29
.mail_menu {
-
 
30
    display: flex;
-
 
31
    flex-direction: column;
-
 
32
    justify-content: center;
-
 
33
    align-items: center;
-
 
34
    /* gap: 0.5rem; */
-
 
35
}
-
 
36
 
-
 
37
.search-bar form input {
8
header {
38
    width: 100%;
-
 
39
    background-color: #fff;
-
 
40
    height: 30px;
-
 
41
    color: #b2b2b2;
-
 
42
    font-size: 12px;
-
 
43
    border: 0;
-
 
44
    padding: 0 10px;
-
 
45
    border-radius: 25px;
-
 
46
}
-
 
47
 
-
 
48
.search-bar form button i {
-
 
49
    /* color: #0a0a0a; */
-
 
50
    color: #fff;
-
 
51
    font-size: 20px;
-
 
52
    font-weight: bold;
-
 
53
}
-
 
54
 
-
 
55
.search-bar form button {
-
 
56
    position: absolute;
-
 
57
    top: 0;
-
 
58
    right: 0;
-
 
59
    background-color: #efefef;
-
 
60
    width: 38px;
-
 
61
    height: 100%;
-
 
62
    /*border: 0;*/
-
 
63
    border-radius: 25px;
-
 
64
}
-
 
65
 
-
 
66
.username-dt {
-
 
67
    float: left;
-
 
68
    width: 100%;
-
 
69
    /*background-color: #1dac98; */
-
 
70
    /* background-color: #F7EE9F; */
-
 
71
    background-color: #1eb89e;
-
 
72
    padding-top: 40px;
-
 
73
}
-
 
74
 
-
 
75
.widget-about img {
-
 
76
    float: none;
-
 
77
    padding-top: 0px;
-
 
78
}
-
 
79
 
-
 
80
.modal-notificacion {
-
 
81
    /* color: #0961bf !important; */
-
 
82
    color: #0961bf !important;
-
 
83
}
-
 
84
 
-
 
85
.view-all-nots>a {
-
 
86
    /* background-color: #0961bf; */
9
    width: 100%;
87
    background-color: #0961bf;
-
 
88
}
-
 
89
 
-
 
90
/* .notification-box {top: 24px !important; } */
-
 
91
.comment_box form button {
-
 
92
    /* background-color: #0961bf; */
-
 
93
    background-color: #0860bf !important;
-
 
94
    color: #ffffff;
-
 
95
    height: 38px;
10
    background-color: $bg-color;
96
    font-size: 15px !important;
-
 
97
}
-
 
98
 
-
 
99
.comment_box form button:hover {
-
 
100
    /* background-color: #0961bf; */
-
 
101
    background-color: #1e5591 !important;
-
 
102
}
-
 
103
 
-
 
104
.chat-mg span {
-
 
105
    /* background-color: #0961bf !important; */
-
 
106
    background-color: #0961bf !important;
-
 
107
}
-
 
108
 
-
 
109
.post-project h3 {
-
 
110
    background-color: #1dac98;
-
 
111
}
-
 
112
 
-
 
113
.chat-msg p {
-
 
114
    background-color: #1dac98;
-
 
115
}
-
 
116
 
-
 
117
.con-title {
-
 
118
    /* background-color: #0961bf !important; */
-
 
119
    background-color: #0961bf !important;
-
 
120
}
-
 
121
 
-
 
122
.typing-msg form button {
-
 
123
    /* color: #0961bf; */
-
 
124
    color: #0961bf;
11
    border-bottom: 1px solid $border-primary;
Línea 125... Línea 12...
125
}
12
}
126
 
13
 
127
.msg-numbers {
14
.msg-numbers {
Línea 128... Línea -...
128
    background-color: #1dac98;
-
 
129
}
-
 
130
 
-
 
131
.search_form form button {
-
 
132
    /* background-color: #0961bf; */
-
 
133
    background-color: #0961bf;
-
 
134
}
-
 
135
 
-
 
136
.bk-links li i.la-envelope {
-
 
137
    /* background-color: #0961bf; */
-
 
138
    background-color: #0961bf;
15
    background-color: #1dac98;
139
}
16
}
140
 
17
 
Línea 141... Línea 18...
141
.message-btn a {
18
.message-btn a {
Línea 171... Línea 48...
171
 
48
 
172
.theme-green .back-bar .pointer {
49
.theme-green .back-bar .pointer {
173
    background-color: #0961bf;
50
    background-color: #0961bf;
Línea 174... Línea -...
174
}
-
 
175
 
-
 
176
.like-com li a.active {
-
 
177
    color: #0961bf;
-
 
178
}
-
 
179
 
-
 
180
.like-com li button {
-
 
181
    color: #bebebe;
-
 
182
    font-size: 0.95rem;
-
 
183
}
-
 
184
 
-
 
185
.btn-feed-share {
-
 
186
    font-size: 0.95rem;
-
 
187
    color: #929292;
-
 
188
}
-
 
189
 
-
 
190
.btn-feed-share i {
-
 
191
    margin-right: 5px;
-
 
192
}
51
}
193
 
52
 
194
.btn-unlike,
53
.btn-unlike,
195
.btn-like {
54
.btn-like {
Línea 196... Línea -...
196
    color: #0961bf;
-
 
197
}
-
 
198
 
-
 
199
.btn-profile-cancel {
-
 
200
    background-color: #e44d3a;
-
 
201
    border: none;
-
 
202
    display: inline-block;
-
 
203
    padding: 0 12px;
-
 
204
    color: #fff;
-
 
205
    height: 35px;
-
 
206
    line-height: 35px;
55
    color: #0961bf;
207
}
56
}
208
 
57
 
209
.display-reactions {
58
.display-reactions {
210
    border-radius: 5px;
59
    border-radius: 5px;
Línea 253... Línea 102...
253
    background-repeat: no-repeat;
102
    background-repeat: no-repeat;
254
    background-position-x: 100%;
103
    background-position-x: 100%;
255
    background-position-y: 5px;
104
    background-position-y: 5px;
256
}
105
}
Línea 257... Línea -...
257
 
-
 
258
/* .mf-field > button {
-
 
259
    width: 1.7rem;
-
 
260
    white-space: nowrap;
-
 
261
    overflow: hidden;
-
 
262
    border: none !important;
-
 
263
}
-
 
264
.mf-field button i {
-
 
265
    margin-right: 5px;
-
 
266
    font-size: 1.5rem;
-
 
267
}
-
 
268
.mf-field > button:hover{
-
 
269
    color: #fff !important;
-
 
270
    text-shadow: 2px 2px 2px #0003 !important;
-
 
271
    border: none !important;
-
 
272
} */
-
 
273
 
106
 
274
.msgs_icons-container {
107
.msgs_icons-container {
275
    display: flex;
108
    display: flex;
276
    flex-direction: column;
109
    flex-direction: column;
277
    gap: 0.5rem;
110
    gap: 0.5rem;
Línea 285... Línea 118...
285
    width: 30px;
118
    width: 30px;
286
    border-radius: 50px;
119
    border-radius: 50px;
287
    padding: 0;
120
    padding: 0;
288
    transition: all 0.2s;
121
    transition: all 0.2s;
289
    color: #0860bf;
122
    color: #0860bf;
290
}
-
 
291
 
-
 
292
.messages-sec .icon:hover {
-
 
293
    background-color: #efefef;
-
 
294
}
-
 
Línea 295... Línea -...
295
 
-
 
296
.messages-page>.container h1 {
123
 
297
    font-weight: 600;
124
    &:hover {
298
    font-size: 2rem;
125
        background-color: #efefef;
299
    text-align: left;
-
 
300
    margin-bottom: 1.5rem;
126
    }
Línea 301... Línea 127...
301
}
127
}
302
 
128
 
303
.messages-list>.messages_conversation-search {
129
.messages-list>.messages_conversation-search {
304
    transition: all 0.2s;
130
    transition: all 0.2s;
305
    padding: 10px 20px;
131
    padding: 10px 20px;
306
    position: relative;
-
 
Línea 307... Línea -...
307
    overflow: hidden;
-
 
308
}
132
    position: relative;
309
 
133
    overflow: hidden;
-
 
134
 
-
 
135
    input {
310
.messages-list>.messages_conversation-search.hide {
136
        outline: none;
Línea 311... Línea -...
311
    height: 0;
-
 
312
    padding: 0;
137
        box-shadow: none;
313
}
138
        border: 1px solid #e6e6e6;
314
 
139
    }
-
 
140
 
315
.messages-list>.messages_conversation-search input {
141
    &.hide {
Línea -... Línea 142...
-
 
142
        height: 0;
316
    outline: none;
143
        padding: 0;
317
    box-shadow: none;
144
    }
318
    border: 1px solid #e6e6e6;
145
}
319
}
146
 
320
 
147
 
Línea 620... Línea 447...
620
 
447
 
621
.actions-common-com li .com img {
448
.actions-common-com li .com img {
622
    margin-right: 10px;
449
    margin-right: 10px;
Línea 623... Línea -...
623
}
-
 
624
 
-
 
625
.widget-about button {
-
 
626
    background-color: $button-bg;
-
 
627
}
450
}
628
 
451
 
629
.copylink a {
452
.copylink a {
Línea 630... Línea 453...
630
    background-color: #0961bf;
453
    background-color: #0961bf;
Línea 641... Línea 464...
641
 
464
 
642
.place-bid-btn {
465
.place-bid-btn {
643
    background-color: #0961bf !important;
466
    background-color: #0961bf !important;
Línea 644... Línea -...
644
}
-
 
645
 
-
 
646
.widget-about button:hover {
-
 
647
    background-color: $button-bg-hover;
-
 
648
}
467
}
649
 
468
 
650
.user-info img {
469
.user-info img {
651
    /* width: 30px; height: 30px; */
470
    /* width: 30px; height: 30px; */
652
    width: 100%;
471
    width: 100%;
Línea 1176... Línea 995...
1176
    padding: 12px 20px;
995
    padding: 12px 20px;
1177
    position: relative;
996
    position: relative;
1178
    transition: all 0.3s;
997
    transition: all 0.3s;
1179
    vertical-align: middle;
998
    vertical-align: middle;
1180
    margin: 0;
999
    margin: 0;
1181
    float: right;
-
 
1182
    text-transform: uppercase;
1000
    text-transform: uppercase;
1183
}
1001
}
Línea 1184... Línea 1002...
1184
 
1002
 
1185
#skills-box ul {
1003
#skills-box ul {
Línea 1251... Línea 1069...
1251
 
1069
 
1252
.btn-trans:hover {
1070
.btn-trans:hover {
1253
    color: #929292 !important;
1071
    color: #929292 !important;
Línea 1254... Línea -...
1254
}
-
 
1255
 
-
 
1256
.like-com li a:hover {
-
 
1257
    color: #007bff;
-
 
1258
}
1072
}
1259
 
1073
 
1260
.job-status-bar>a:hover {
1074
.job-status-bar>a:hover {
Línea 1261... Línea 1075...
1261
    color: #1e5591 !important;
1075
    color: #1e5591 !important;
Línea 1351... Línea 1165...
1351
 
1165
 
1352
.suggestion-usd>span i:hover {
1166
.suggestion-usd>span i:hover {
1353
    background-color: #f4e6a6;
1167
    background-color: #f4e6a6;
Línea 1354... Línea -...
1354
}
-
 
1355
 
-
 
1356
.bk-links li i {
-
 
1357
    background-color: #0961bf;
-
 
1358
}
1168
}
1359
 
1169
 
1360
.view-more>.btn {
1170
.view-more>.btn {
Línea 1361... Línea 1171...
1361
    background-color: #0961bf;
1171
    background-color: #0961bf;
Línea 1387... Línea 1197...
1387
 
1197
 
1388
.star-descp ul li i {
1198
.star-descp ul li i {
1389
    color: #cacf8c;
1199
    color: #cacf8c;
Línea 1390... Línea -...
1390
}
-
 
1391
 
-
 
1392
.hre {
-
 
1393
    background-color: #0961bf;
-
 
1394
}
1200
}
1395
 
1201
 
1396
.hire-us {
1202
.hire-us {
Línea 1397... Línea 1203...
1397
    background-color: #0961bf;
1203
    background-color: #0961bf;
1398
}
1204
}
1399
 
1205
 
Línea 1400... Línea -...
1400
.company-up-info {
-
 
1401
    background-color: #ffff;
-
 
1402
}
-
 
1403
 
-
 
1404
body {
-
 
1405
    background-color: #f5f5f7;
-
 
1406
}
-
 
1407
 
-
 
1408
.comment_box input {
1206
.company-up-info {
1409
    background-color: #efefef;
1207
    background-color: #ffff;
1410
}
1208
}
Línea 1411... Línea -...
1411
 
-
 
1412
.post_with_border {
-
 
1413
    border-left: 4px solid #1eb89e;
-
 
1414
}
-
 
1415
 
-
 
1416
.user-fw-status {
1209
 
1417
    background-color: transparent;
1210
.post_with_border {
1418
    margin-bottom: 1rem;
1211
    border-left: 4px solid #1eb89e;
Línea 1419... Línea 1212...
1419
}
1212
}
Línea 1451... Línea 1244...
1451
 
1244
 
1452
.feed-comment-container {
1245
.feed-comment-container {
1453
    margin-top: 1rem;
1246
    margin-top: 1rem;
Línea 1454... Línea -...
1454
}
-
 
1455
 
-
 
1456
.comment_box input {
-
 
1457
    background-color: #fff;
-
 
1458
    margin-top: 1rem;
-
 
1459
}
1247
}
1460
 
1248
 
1461
.pagination li .page-link {
1249
.pagination li .page-link {
Línea 1462... Línea 1250...
1462
    color: #0961bf;
1250
    color: #0961bf;
1463
}
1251
}
1464
 
1252
 
Línea 1465... Línea -...
1465
.comment-section {
-
 
1466
    background-color: #f5f5f7;
-
 
1467
}
-
 
1468
 
-
 
1469
nav ul li a {
-
 
1470
    color: $font-color;
-
 
1471
    transition: 0.2s linear;
-
 
1472
    font-size: 1rem;
-
 
1473
}
-
 
1474
 
-
 
1475
nav ul li a:hover {
-
 
1476
    color: $font-color;
-
 
1477
}
-
 
1478
 
-
 
1479
.like-com li a:hover {
1253
.comment-section {
1480
    color: #1eb89e;
1254
    background-color: #f5f5f7;
1481
}
1255
}
Línea 1482... Línea 1256...
1482
 
1256
 
Línea 1495... Línea 1269...
1495
 
1269
 
1496
.user-info a {
1270
.user-info a {
1497
    color: #18516f;
1271
    color: #18516f;
Línea 1498... Línea -...
1498
}
-
 
1499
 
1272
}
1500
/* .user-info img {width: 30px; height: 30px; } */
-
 
1501
.modal-footer button {
1273
 
1502
    /* color: #fff; */
1274
.modal-footer button {
1503
    background-color: #0961bf;
1275
    background-color: #0961bf;
Línea 1504... Línea 1276...
1504
    border: none;
1276
    border: none;
1505
}
1277
}
1506
 
1278
 
Línea 1507... Línea -...
1507
.border-none {
-
 
1508
    border: none !important;
-
 
1509
}
-
 
1510
 
-
 
1511
.auth-footy-sec {
-
 
1512
    background-color: initial;
-
 
1513
}
-
 
1514
 
-
 
1515
.auth-footy-sec ul li a {
-
 
1516
    font-size: 1rem;
-
 
1517
}
-
 
1518
 
-
 
1519
.btn.focus,
-
 
1520
.btn:focus {
-
 
1521
    outline: 0;
-
 
1522
    box-shadow: none;
-
 
1523
}
-
 
1524
 
-
 
1525
.auth-footy-sec p {
-
 
1526
    font-size: 1rem;
-
 
1527
}
-
 
1528
 
-
 
1529
.modal-content input {
-
 
1530
    border-radius: 5px;
-
 
1531
}
-
 
1532
 
-
 
1533
.modal-content select {
1279
.border-none {
Línea 1534... Línea 1280...
1534
    border-radius: 5px;
1280
    border: none !important;
1535
}
1281
}
1536
 
1282
 
Línea 1537... Línea 1283...
1537
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1283
/* .modal-header {background-color: #f2f2f2; padding: 0px; border-bottom: 0px; } */
1538
 
1284
 
1539
.usr-pic>img {
1285
.usr-pic>img {
Línea 1540... Línea -...
1540
    width: 80%;
-
 
1541
}
-
 
1542
 
-
 
1543
.user-specs {
-
 
1544
    padding: 39px 0 10px 0;
-
 
1545
}
-
 
1546
 
-
 
1547
.username-dt {
-
 
1548
    padding-top: 10px;
-
 
1549
    border-radius: 5px 5px 0 0;
1286
    width: 80%;
1550
}
1287
}
1551
 
1288
 
1552
.sign_link {
1289
.user-specs {
1553
    /* border-top: 1px solid #6c757d; */
1290
    padding: 39px 0 10px 0;
1554
}
1291
}
1555
 
1292
 
Línea 1556... Línea -...
1556
.job-status-bar {
-
 
1557
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
-
 
1558
    display: flex;
-
 
1559
    justify-content: space-between;
-
 
1560
    align-items: center;
-
 
1561
    /* border-radius: 10px; */
-
 
1562
}
-
 
1563
 
-
 
1564
.comment_box form button {
-
 
1565
    width: 20%;
-
 
1566
    margin-top: 1rem;
-
 
1567
}
-
 
1568
 
-
 
1569
.comment_box input {
-
 
1570
    width: 371px;
-
 
1571
    border-radius: 5px;
-
 
1572
    color: black;
-
 
1573
    font-weight: 400;
-
 
1574
}
-
 
1575
 
-
 
1576
.like-com li a {
1293
.job-status-bar {
1577
    color: #0961bf;
1294
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1578
}
1295
    display: flex;
1579
 
1296
    justify-content: space-between;
1580
.like-com li a:hover {
1297
    align-items: center;
Línea 1616... Línea 1333...
1616
    border-radius: 2px;
1333
    border-radius: 2px;
1617
    /* top: 10px; */
1334
    /* top: 10px; */
1618
    font-size: 16px;
1335
    font-size: 16px;
1619
}
1336
}
Línea 1620... Línea -...
1620
 
-
 
1621
.mail_menu>.notification {
-
 
1622
    margin-bottom: 0.25rem;
-
 
1623
}
-
 
1624
 
1337
 
1625
.text-submenu {
1338
.text-submenu {
1626
    color: #0961bf;
1339
    color: #0961bf;
Línea 1627... Línea 1340...
1627
}
1340
}
Línea 1658... Línea 1371...
1658
 
1371
 
1659
.rc-anchor-checkbox-label {
1372
.rc-anchor-checkbox-label {
1660
    font-size: 10px !important;
1373
    font-size: 10px !important;
Línea 1661... Línea -...
1661
}
-
 
1662
 
-
 
1663
.rc-anchor-normal .rc-anchor-content {
-
 
1664
    width: 165px !important;
-
 
1665
}
-
 
1666
 
-
 
1667
.rc-anchor-normal .rc-anchor-pt {
-
 
1668
    text-align: center;
-
 
1669
}
-
 
1670
 
-
 
1671
.rc-anchor-normal {
-
 
1672
    zoom: 87%;
-
 
1673
}
1374
}
1674
 
1375
 
1675
.comment {
1376
.comment {
Línea 1676... Línea 1377...
1676
    padding-right: 10px;
1377
    padding-right: 10px;
Línea 1693... Línea 1394...
1693
    background-color: $bg-color;
1394
    background-color: $bg-color;
1694
    display: flex;
1395
    display: flex;
1695
    flex-direction: column;
1396
    flex-direction: column;
1696
    gap: 5px;
1397
    gap: 5px;
1697
    text-align: start;
1398
    text-align: start;
1698
}
-
 
1699
 
-
 
1700
.microlearning-up-info img {
-
 
1701
    float: none;
-
 
1702
    object-fit: cover;
-
 
1703
}
-
 
Línea 1704... Línea -...
1704
 
-
 
1705
.microlearning-up-info h3 {
-
 
1706
    color: $title-color;
1399
 
1707
    font-size: 18px;
-
 
1708
    font-weight: 600;
-
 
1709
    margin-bottom: 10px;
-
 
1710
}
-
 
1711
 
-
 
1712
.microlearning-up-info h4 {
1400
    img {
1713
    color: $subtitle-color;
-
 
1714
    font-size: 14px;
-
 
1715
    font-weight: 500;
-
 
1716
    margin-bottom: 21px;
-
 
1717
}
-
 
1718
 
-
 
1719
.microlearning-up-info ul {
-
 
1720
    width: 100%;
1401
        object-fit: cover;
Línea -... Línea 1402...
-
 
1402
    }
1721
}
1403
 
1722
 
1404
    h3 {
-
 
1405
        color: $title-color;
-
 
1406
        font-size: 18px;
1723
.microlearning-up-info ul li {
1407
        font-weight: 600;
Línea -... Línea 1408...
-
 
1408
        margin-bottom: 10px;
-
 
1409
    }
-
 
1410
 
-
 
1411
    h4 {
1724
    display: flex;
1412
        color: $subtitle-color;
-
 
1413
        font-size: 14px;
-
 
1414
        font-weight: 500;
-
 
1415
        margin-bottom: 21px;
-
 
1416
    }
-
 
1417
 
-
 
1418
    ul {
-
 
1419
        width: 100%;
-
 
1420
 
-
 
1421
        li {
1725
}
1422
            display: flex;
1726
 
1423
 
1727
.microlearning-up-info ul li a {
1424
            a {
1728
    display: inline-block;
1425
                display: inline-block;
1729
    padding: 0 12px;
1426
                padding: 0 12px;
-
 
1427
                color: $font-color;
-
 
1428
                height: 35px;
-
 
1429
                line-height: 35px;
-
 
1430
 
-
 
1431
                i {
-
 
1432
                    font-size: 24px;
-
 
1433
                    position: relative;
-
 
1434
                    top: 3px;
-
 
1435
                }
1730
    color: $font-color;
1436
            }
Línea 1731... Línea -...
1731
    height: 35px;
-
 
1732
    line-height: 35px;
-
 
1733
}
-
 
1734
 
-
 
1735
.microlearning-up-info ul li a i {
-
 
Línea 1736... Línea 1437...
1736
    font-size: 24px;
1437
        }
1737
    position: relative;
1438
    }
1738
    top: 3px;
1439
}
1739
}
1440
 
1740
 
1441
 
1741
/**** INICIO breadcrumb ***/
-
 
1742
ul.breadcrumb {
-
 
1743
    padding: 10px 16px;
-
 
1744
    list-style: none;
-
 
1745
    background-color: #f5f5f7;
-
 
1746
}
-
 
Línea -... Línea 1442...
-
 
1442
/**** INICIO breadcrumb ***/
-
 
1443
ul.breadcrumb {
-
 
1444
    padding: 10px 16px;
-
 
1445
    list-style: none;
1747
 
1446
    background-color: #f5f5f7;
1748
ul.breadcrumb li {
1447
 
1749
    display: inline;
1448
    li {
1750
    font-size: 14px;
1449
        display: inline;
1751
}
1450
        font-size: 14px;
Línea 1752... Línea 1451...
1752
 
1451
 
1753
ul.breadcrumb li+li:before {
1452
        &+li:before {
1754
    padding: 8px;
1453
            padding: 8px;
1755
    color: black;
-
 
Línea 1756... Línea 1454...
1756
    content: ">\00a0";
1454
            color: black;
1757
}
1455
            content: ">\00a0";
1758
 
1456
        }
-
 
1457
 
-
 
1458
        a {
-
 
1459
            color: #0275d8;
1759
ul.breadcrumb li a {
1460
            text-decoration: none;
Línea 1760... Línea 1461...
1760
    color: #0275d8;
1461
 
Línea 1761... Línea -...
1761
    text-decoration: none;
-
 
1762
}
-
 
1763
 
-
 
1764
ul.breadcrumb li a:hover {
-
 
1765
    color: #01447e;
-
 
1766
    text-decoration: underline;
-
 
1767
}
-
 
1768
 
-
 
1769
/**** FIN breadcrumb ***/
1462
            &:hover {
1770
 
1463
                color: #01447e;
1771
.user-fw-status li {
1464
                text-decoration: underline;
1772
    padding: 2px 0;
1465
            }
Línea 1797... Línea 1490...
1797
    display: inline-block;
1490
    display: inline-block;
1798
    color: #000000;
1491
    color: #000000;
1799
    font-size: 16px;
1492
    font-size: 16px;
1800
    font-weight: 500;
1493
    font-weight: 500;
1801
    padding: 18px 0;
1494
    padding: 18px 0;
1802
}
-
 
1803
 
-
 
1804
#cke-description .cke_path_item,
-
 
1805
#cke_2_path {
-
 
1806
    display: none !important;
-
 
1807
}
1495
}
1808
1496