Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2849 Rev 2851
Línea 1311... Línea 1311...
1311
    display: flex;
1311
    display: flex;
1312
    justify-content: space-between;
1312
    justify-content: space-between;
1313
}
1313
}
Línea 1314... Línea 1314...
1314
 
1314
 
-
 
1315
.feed-options {
-
 
1316
    display: none;
-
 
1317
    position: absolute;
-
 
1318
    top: 18px;
1315
.feed-options {
1319
    right: .5rem;
1316
    width: 35%;
1320
    width: 35%;
1317
    height: fit-content;
-
 
1318
    background-color: #ffffff;
-
 
1319
    box-shadow: 0px 14px 14px -2px rgb(0 0 0 / 12%), 0px -14px 14px -2px rgb(0 0 0 / 12%);
1321
    height: fit-content;
-
 
1322
    padding: 1rem;
-
 
1323
    background-color: #ffffff;
-
 
1324
    border-radius: 10px;
-
 
1325
    border-start-end-radius: 0;
-
 
1326
    box-shadow: 0px 3px 14px -2px rgb(0 0 0 / 12%), 0px -3px 14px -2px rgb(0 0 0 / 12%);
-
 
1327
}
-
 
1328
 
-
 
1329
.feed-options.active {
-
 
1330
    display: block;
-
 
1331
}
-
 
1332
 
1320
    padding: 1rem;
1333
.feed-options li .option-btn {
-
 
1334
    cursor: pointer;
1321
    position: absolute;
1335
    color: #16283C;
-
 
1336
    width: 100%;
-
 
1337
}
-
 
1338
 
1322
    top: 100%;
1339
.feed-options li .option-btn:hover {
1323
    right: 1rem;
1340
    font-weight: bold;
Línea 1324... Línea 1341...
1324
}
1341
}
1325
 
1342
 
1326
.rep-post {
1343
.rep-post {