Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5923 Rev 5931
Línea 260... Línea 260...
260
    display: flex;
260
    display: flex;
261
    justify-content: space-between;
261
    justify-content: space-between;
262
    color: $subtitle-color;
262
    color: $subtitle-color;
263
}
263
}
Línea 264... Línea 264...
264
 
264
 
265
.options {
265
.header-options {
266
    position: absolute;
266
    position: absolute;
267
    right: 1rem;
267
    right: 1rem;
268
    top: 50%;
268
    top: 50%;
269
    transform: translateY(-50%);
269
    transform: translateY(-50%);
Línea 272... Línea 272...
272
 
272
 
273
.feed-options,
273
.feed-options,
274
.comments-options {
274
.comments-options {
275
    display: none;
275
    display: none;
276
    position: absolute;
276
    position: absolute;
277
    top: 36px;
277
    top: 100%;
278
    right: 5px;
278
    right: 1.5rem;
279
    z-index: 100;
279
    z-index: 100;
280
    height: fit-content;
280
    height: fit-content;
281
    min-width: 150px;
281
    min-width: 150px;
282
    padding: 0.5rem;
282
    padding: 0.5rem;
Línea 288... Línea 288...
288
 
288
 
289
    &.active {
289
    &.active {
290
        display: block;
290
        display: block;
Línea 291... Línea 291...
291
    }
291
    }
292
 
292
 
293
    li .option-btn {
293
    .option-btn {
294
        cursor: pointer;
294
        cursor: pointer;
295
        color: $font-color;
295
        color: $font-color;
296
        width: 100%;
296
        width: 100%;
Línea 297... Línea 297...
297
        text-align: left;
297
        text-align: left;
-
 
298
        transition: all 0.2s;
298
        transition: all 0.2s;
299
 
299
 
300
        &:hover {
300
        &:hover {
301
            text-shadow: 0 0 1px $font-color;
301
            font-weight: bold;
302
            white-space: nowrap;
Línea 302... Línea 303...
302
        }
303
        }