Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4889 Rev 4923
Línea 56... Línea 56...
56
}
56
}
57
.header__left {
57
.header__left {
58
    align-items: center;
58
    align-items: center;
59
    display: flex;
59
    display: flex;
60
    gap: 10px;
60
    gap: 10px;
-
 
61
    width: -webkit-fill-available;
61
    & > img {
62
    & > img {
62
        object-fit: cover;
63
        object-fit: cover;
63
        display: none;
64
        display: none;
64
    }
65
    }
65
}
66
}
Línea 69... Línea 70...
69
    border-radius: 5px;
70
    border-radius: 5px;
70
    height: 34px;
71
    height: 34px;
71
    color: gray;
72
    color: gray;
72
    cursor: pointer;
73
    cursor: pointer;
73
    transition: all 0.2s;
74
    transition: all 0.2s;
-
 
75
    width: -webkit-fill-available;
74
    &:hover {
76
    &:hover {
75
        color: #000;
77
        color: #000;
76
    }
78
    }
77
    & > input {
79
    & > input {
78
        display: none;
80
        display: none;