Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4925 Rev 4948
Línea 21... Línea 21...
21
.header {
21
.header {
22
    top: 0;
22
    top: 0;
23
    position: absolute;
23
    position: absolute;
24
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
24
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
25
}
25
}
26
.mobile-menu {
-
 
27
    bottom: 0;
-
 
28
    position: fixed;
-
 
29
    display: flex;
-
 
30
    border-top: 1px solid rgba(0, 0, 0, 0.06);
-
 
31
    .icon-list {
-
 
32
        width: 100%;
-
 
33
        &::before {
-
 
34
            content: none;
-
 
35
        }
-
 
36
        & > ul {
-
 
37
            display: flex;
-
 
38
            align-items: center;
-
 
39
            justify-content: space-around;
-
 
40
            & > li {
-
 
41
                position: relative;
-
 
42
                .header__option {
-
 
43
                    display: flex !important;
-
 
44
                    svg {
-
 
45
                        font-size: 2rem !important;
-
 
46
                    }
-
 
47
                }
-
 
48
            }
-
 
49
        }
-
 
50
    }
-
 
51
    @media (min-width: 768px) {
-
 
52
        display: none;
-
 
53
    }
-
 
54
}
-
 
55
.header__nav {
26
.header__nav {
56
    display: flex;
27
    display: flex;
57
    justify-content: space-between;
28
    justify-content: space-between;
58
    gap: 0.5rem;
29
    gap: 0.5rem;
59
}
30
}