Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4259 Rev 4260
Línea 64... Línea 64...
64
    display: flex;
64
    display: flex;
65
    flex-direction: column;
65
    flex-direction: column;
66
    align-items: center;
66
    align-items: center;
67
    gap: 0.5rem;
67
    gap: 0.5rem;
68
    padding: 10px;
68
    padding: 10px;
69
    button {
69
    .btn__profile {
70
        padding: 2px;
70
        padding: 2px;
71
        border: 2px solid #7405f9;
71
        border: 1px solid #7405f9;
72
        width: 100%;
72
        width: 100%;
73
        border-radius: 30px;
73
        border-radius: 30px;
-
 
74
        color: #7405f9;
-
 
75
        font-size: 0.8rem;
-
 
76
        &:hover {
-
 
77
            border: 2px solid #7405f9;
-
 
78
        }
74
    }
79
    }
75
}
80
}
Línea 76... Línea 81...
76
 
81
 
77
.user__options-info {
82
.user__options-info {
78
    display: flex;
83
    display: flex;
79
    align-items: center;
84
    align-items: center;
80
    gap: .5rem;
85
    gap: 0.5rem;
81
    width: 100%;
86
    width: 100%;
82
    h3 {
87
    h3 {
83
        font-weight: 600;
88
        font-weight: 600;
84
    }
89
    }