Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4962 Rev 4980
Línea 2... Línea 2...
2
    background: #fff;
2
    background: #fff;
3
    padding: 1rem;
3
    padding: 1rem;
4
    display: flex;
4
    display: flex;
5
    flex-direction: column;
5
    flex-direction: column;
6
    gap: 1rem;
6
    gap: 1rem;
7
    border: 1px solid lightgray;
-
 
8
    height: fit-content;
7
    height: fit-content;
9
    & > a {
8
    & > a {
10
        font-size: 1rem;
9
        font-size: 1rem;
11
        color: gray;
10
        color: gray;
12
        svg {
11
        svg {
Línea 58... Línea 57...
58
            }
57
            }
59
        }
58
        }
60
    }
59
    }
61
    @media (min-width: 768px) {
60
    @media (min-width: 768px) {
62
        border-radius: 10px;
61
        border-radius: 10px;
-
 
62
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
63
    }
63
    }
64
}
64
}