Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5280 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5280 Rev 6013
Línea 34... Línea 34...
34
}
34
}
Línea 35... Línea 35...
35
 
35
 
36
.header__left {
36
.header__left {
37
    align-items: center;
37
    align-items: center;
38
    display: flex;
38
    display: flex;
39
    gap: 10px;
39
    gap: 1rem;
Línea 40... Línea 40...
40
    flex: 1;
40
    flex: 1;
41
 
41
 
42
    & a>img {
42
    & a>img {
Línea 131... Línea 131...
131
    .header__left {
131
    .header__left {
132
        flex: 1;
132
        flex: 1;
Línea 133... Línea 133...
133
 
133
 
134
        & a>img {
134
        & a>img {
135
            display: flex;
135
            display: flex;
136
            height: 60px;
136
            height: 50px;
-
 
137
            width: 50px;
137
            width: 60px;
138
            object-fit: scale-down;
138
        }
139
        }
Línea 139... Línea 140...
139
    }
140
    }
140
 
141