Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5382 Rev 5386
Línea 176... Línea 176...
176
    gap: .5rem;
176
    gap: .5rem;
177
    padding: 1rem;
177
    padding: 1rem;
178
    text-align: center;
178
    text-align: center;
Línea 179... Línea 179...
179
 
179
 
180
    img {
-
 
181
        width: 150px;
-
 
182
        height: 150px;
180
    img {
-
 
181
        border-radius: 50%;
-
 
182
        border: 2px solid $font-color;
-
 
183
        height: 150px;
183
        border-radius: 50%;
184
        width: 150px;
Línea 184... Línea 185...
184
    }
185
    }
185
 
186
 
186
    p {
187
    p {
Línea 206... Línea 207...
206
        gap: .5rem;
207
        gap: .5rem;
207
        justify-content: space-around;
208
        justify-content: space-around;
208
    }
209
    }
209
}
210
}
Línea 210... Línea -...
210
 
-
 
211
 
211
 
212
.break-ellipsis {
212
.break-ellipsis {
213
    max-width: 15ch;
213
    max-width: 15ch;
214
    text-overflow: ellipsis;
214
    text-overflow: ellipsis;
215
    white-space: nowrap;
215
    white-space: nowrap;