Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5380 Rev 5381
Línea 164... Línea 164...
164
        }
164
        }
165
    }
165
    }
166
}
166
}
Línea 167... Línea 167...
167
 
167
 
-
 
168
.user-info {
168
.user-info {
169
    align-items: center;
-
 
170
    background-color: $bg-color;
-
 
171
    border-radius: $border-radius;
169
    background-color: $bg-color;
172
    border: 1px solid $border-primary;
170
    box-shadow: $light-shadow;
-
 
171
    color: $font-color;
173
    box-shadow: $light-shadow;
172
    display: flex;
174
    display: flex;
173
    flex-direction: column;
175
    flex-direction: column;
-
 
176
    gap: .5rem;
-
 
177
    padding: 1rem;
Línea 174... Línea 178...
174
    gap: .5rem;
178
 
175
 
179
 
176
    img {
180
    img {
177
        width: 150px;
181
        width: 150px;
178
        height: 150px;
182
        height: 150px;
Línea -... Línea 183...
-
 
183
        border-radius: 50%;
-
 
184
    }
-
 
185
 
-
 
186
    p {
-
 
187
        color: $subtitle-color
-
 
188
    }
-
 
189
 
-
 
190
    a,
-
 
191
    svg {
-
 
192
        color: $font-color;
-
 
193
    }
-
 
194
 
-
 
195
    ul {
-
 
196
        display: flex;
-
 
197
        flex-direction: column;
Línea 179... Línea 198...
179
        border-radius: 50%;
198
        gap: .5rem;
180
    }
199
        align-items: start;
181
 
200
    }
182
 
201