Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4261 Rev 4262
Línea 81... Línea 81...
81
        }
81
        }
82
    }
82
    }
83
}
83
}
Línea 84... Línea 84...
84
 
84
 
85
.user__options-item {
85
.user__options-item {
-
 
86
    padding: 1rem 10px;
-
 
87
    border-top: 1px solid rgba(0, 0, 0, 0.08);
86
    padding-top: 10px;
88
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
-
 
89
    display: flex;
-
 
90
    flex-direction: column;
87
    padding-bottom: 10px;
91
    gap: 0.5rem;
88
    h3 {
92
    h3 {
-
 
93
        font-weight: 600;
89
        font-weight: 600;
94
        font-size: 1.1rem;
90
    }
95
    }
91
    ul {
96
    ul {
92
        display: flex;
97
        display: flex;
93
        flex-direction: column;
98
        flex-direction: column;
-
 
99
        gap: 0.5rem;
-
 
100
        a {
-
 
101
            color: gray !important;
-
 
102
            &:hover {
-
 
103
                text-decoration: underline !important;
-
 
104
            }
94
        gap: 0.5rem;
105
        }
95
    }
106
    }
Línea 96... Línea 107...
96
}
107
}
97
 
108
 
98
.user__options-info {
109
.user__options-info {
99
    display: flex;
110
    display: flex;
100
    align-items: center;
111
    align-items: center;
101
    gap: 0.5rem;
112
    gap: 0.5rem;
102
    width: 100%;
113
    width: 100%;
-
 
114
    h3 {
103
    h3 {
115
        font-weight: 600;
104
        font-weight: 600;
116
        font-size: 1.1rem;
Línea 105... Línea 117...
105
    }
117
    }
106
}
118
}