Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3067 Rev 3068
Línea 11... Línea 11...
11
    border-radius: variables.$border-radius;
11
    border-radius: variables.$border-radius;
12
    h3 {
12
    h3 {
13
        justify-content: flex-start;
13
        justify-content: flex-start;
14
        font-weight: 700;
14
        font-weight: 700;
15
        font-size: 1.3rem;
15
        font-size: 1.3rem;
16
        margin-bottom: 0.5rem;
-
 
17
    }
16
    }
18
    h4 {
17
    h4 {
19
        position: absolute;
18
        position: absolute;
20
        bottom: 0;
19
        bottom: 0;
21
    }
20
    }
Línea 29... Línea 28...
29
        margin: 1rem auto;
28
        margin: 1rem auto;
30
    }
29
    }
31
    &_header {
30
    &_header {
32
        display: flex;
31
        display: flex;
33
        position: relative;
32
        position: relative;
34
        gap: 5px;
-
 
35
        &_imgContainer {
33
        &_imgContainer {
36
            overflow: hidden;
34
            overflow: hidden;
37
            border-radius: 100px;
35
            border-radius: 100px;
38
            margin: 0 auto;
36
            margin: 0 auto;
39
        }
37
        }