Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5931 Rev 5932
Línea 291... Línea 291...
291
    }
291
    }
Línea 292... Línea 292...
292
 
292
 
293
    .option-btn {
293
    .option-btn {
294
        cursor: pointer;
294
        cursor: pointer;
295
        color: $font-color;
-
 
296
        width: 100%;
295
        color: $font-color;
297
        text-align: left;
296
        white-space: nowrap;
-
 
297
        transition: all 0.2s;
Línea 298... Línea 298...
298
        transition: all 0.2s;
298
        width: 100%;
299
 
299
 
300
        &:hover {
-
 
301
            text-shadow: 0 0 1px $font-color;
300
        &:hover {
302
            white-space: nowrap;
301
            text-shadow: 0 0 1px $font-color;
303
        }
302
        }
Línea 304... Línea 303...
304
    }
303
    }