Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2288 Rev 2289
Línea 23... Línea 23...
23
        gap: 5px;
23
        gap: 5px;
24
        justify-content: center;
24
        justify-content: center;
25
    }
25
    }
26
    &_header {
26
    &_header {
27
        display: flex;
27
        display: flex;
28
        flex-direction: column;
-
 
29
        &_imgContainer {
28
        &_imgContainer {
30
            overflow: hidden;
29
            overflow: hidden;
31
            border-radius: 100px;
30
            border-radius: 100px;
32
            margin: 0 auto;
31
            margin: 0 auto;
33
        }
32
        }
34
    }
33
    }
35
}
34
}
36
 
-
 
37
@include breakpoints.maxwidth("medium") {
-
 
38
    .profile_info {
-
 
39
        width: 100%;
-
 
40
        padding: 25px 20px;
-
 
41
        border: 1px solid variables.$border-gray;
-
 
42
        background-color: variables.$white;
-
 
43
        text-align: center;
-
 
44
        margin-bottom: 30px;
-
 
45
        border-radius: variables.$border-radius;
-
 
46
        h3 {
-
 
47
            justify-content: flex-start;
-
 
48
            font-weight: 700;
-
 
49
            font-size: 1.3rem;
-
 
50
        }
-
 
51
        h4 {
-
 
52
            position: relative;
-
 
53
        }
-
 
54
        ul {
-
 
55
            display: flex;
-
 
56
            gap: 5px;
-
 
57
            justify-content: center;
-
 
58
        }
-
 
59
    }
-
 
60
}
-
 
61
35