Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2838 Rev 2839
Línea 1303... Línea 1303...
1303
    padding: 0;
1303
    padding: 0;
1304
}
1304
}
Línea 1305... Línea 1305...
1305
 
1305
 
1306
.usy-dt {
1306
.usy-dt {
-
 
1307
    display: flex;
1307
    display: flex;
1308
    gap: .5rem;
Línea 1308... Línea 1309...
1308
}
1309
}
1309
 
-
 
1310
.usy-dt img {
-
 
1311
    -webkit-border-radius: 100px;
-
 
1312
    -moz-border-radius: 100px;
-
 
1313
    -ms-border-radius: 100px;
1310
 
1314
    -o-border-radius: 100px;
-
 
1315
    border-radius: 100px;
1311
.usy-dt img {
Línea 1316... Línea 1312...
1316
    margin-top: 2px;
1312
    border-radius: 100px;
1317
}
1313
}
1318
 
1314
 
Línea 1365... Línea 1361...
1365
.ed-opts>a:hover {
1361
.ed-opts>a:hover {
1366
    color: #e44d3a;
1362
    color: #e44d3a;
1367
}
1363
}
Línea 1368... Línea 1364...
1368
 
1364
 
1369
.usy-name {
1365
.usy-name {
-
 
1366
    display: flex;
-
 
1367
    flex-direction: column;
1370
    margin-left: 15px;
1368
    justify-content: center;
Línea 1371... Línea 1369...
1371
}
1369
}
1372
 
1370
 
1373
.usy-name h3 {
1371
.usy-name h3 {
1374
    color: #000000;
1372
    color: #626D7A;
1375
    font-size: 18px;
1373
    font-size: 18px;
1376
    text-transform: capitalize;
1374
    text-transform: capitalize;
1377
    font-weight: 600;
1375
    font-weight: 600;
1378
    margin-bottom: 5px;
1376
    margin-bottom: 5px;
Línea 1379... Línea 1377...
1379
    margin-top: 2px;
1377
    margin-top: 2px;
-
 
1378
}
1380
}
1379
 
1381
 
-
 
1382
.usy-name span {
1380
.usy-name span {
Línea 1383... Línea 1381...
1383
    font-size: 14px;
1381
    color: #626D7A;
1384
    font-weight: 600;
1382
    font-size: 14px;
1385
}
1383
}