Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4258 Rev 4259
Línea 33... Línea 33...
33
}
33
}
Línea 34... Línea 34...
34
 
34
 
35
.user__options-dropdown {
35
.user__options-dropdown {
36
    position: absolute;
36
    position: absolute;
37
    right: 0;
37
    right: 0;
38
    min-width: 200px;
38
    min-width: 220px;
39
    top: calc(100% + 10px);
39
    top: calc(100% + 10px);
40
    background-color: #fff;
40
    background-color: #fff;
41
    border-radius: 5px;
41
    border-radius: 5px;
42
    border-top-right-radius: 0;
42
    border-top-right-radius: 0;
Línea 75... Línea 75...
75
}
75
}
Línea 76... Línea 76...
76
 
76
 
77
.user__options-info {
77
.user__options-info {
78
    display: flex;
78
    display: flex;
79
    align-items: center;
79
    align-items: center;
-
 
80
    gap: .5rem;
80
    gap: 0.5rem;
81
    width: 100%;
81
    h3 {
82
    h3 {
82
        font-weight: 400;
83
        font-weight: 600;
83
    }
84
    }
Línea 84... Línea 85...
84
}
85
}
85
 
86