Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
2281 stevensc 1
@use "../css/shared/variables";
2
 
3
.profile_info {
4
    width: 100%;
5
    padding: 25px 20px;
6
    border: 1px solid variables.$border-gray;
7
    background-color: variables.$white;
8
    text-align: center;
9
    margin-bottom: 30px;
10
    border-radius: variables.$border-radius;
11
    h4 {
12
        position: absolute;
13
        bottom: 5px;
14
    }
15
}