Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2285 Rev 2287
Línea 1... Línea 1...
1
@use "../css/shared/variables";
1
@use "../css/shared/variables";
-
 
2
@use "../css/shared/breakpoints";
Línea 2... Línea 3...
2
 
3
 
3
.profile_info {
4
.profile_info {
4
    width: 100%;
5
    width: 100%;
5
    padding: 25px 20px;
6
    padding: 25px 20px;
Línea 18... Línea 19...
18
        bottom: 5px;
19
        bottom: 5px;
19
    }
20
    }
20
    ul {
21
    ul {
21
        display: flex;
22
        display: flex;
22
        gap: 5px;
23
        gap: 5px;
-
 
24
        justify-content: center;
-
 
25
    }
-
 
26
    img {
-
 
27
        min-height: 180px;
-
 
28
    }
-
 
29
}
-
 
30
 
-
 
31
@include breakpoints.maxwidth("medium") {
-
 
32
    .profile_info {
-
 
33
        width: 100%;
-
 
34
        padding: 25px 20px;
-
 
35
        border: 1px solid variables.$border-gray;
-
 
36
        background-color: variables.$white;
-
 
37
        text-align: center;
-
 
38
        margin-bottom: 30px;
-
 
39
        border-radius: variables.$border-radius;
-
 
40
        h3 {
-
 
41
            justify-content: flex-start;
-
 
42
            font-weight: 700;
-
 
43
            font-size: 1.3rem;
-
 
44
        }
-
 
45
        h4 {
-
 
46
            position: absolute;
-
 
47
            bottom: 5px;
-
 
48
        }
-
 
49
        ul {
-
 
50
            display: flex;
-
 
51
            gap: 5px;
-
 
52
            justify-content: center;
-
 
53
        }
23
    }
54
    }
24
}
55
}