Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4260 Rev 4261
Línea 5... Línea 5...
5
    align-items: center;
5
    align-items: center;
6
    justify-content: center;
6
    justify-content: center;
7
    color: gray;
7
    color: gray;
8
    position: relative;
8
    position: relative;
9
    padding: 10px 0;
9
    padding: 10px 0;
-
 
10
    height: 100%;
10
    &:hover,
11
    &:hover,
11
    &.active {
12
    &.active {
12
        color: #000;
13
        color: #000;
13
        &::after {
14
        &::after {
14
            transform: scaleX(1);
15
            transform: scaleX(1);
Línea 70... Línea 71...
70
        padding: 2px;
71
        padding: 2px;
71
        border: 1px solid #7405f9;
72
        border: 1px solid #7405f9;
72
        width: 100%;
73
        width: 100%;
73
        border-radius: 30px;
74
        border-radius: 30px;
74
        color: #7405f9;
75
        color: #7405f9;
75
        font-size: 0.8rem;
76
        font-size: 0.9rem;
-
 
77
        text-align: center;
-
 
78
        transition: all 0.1s ease-in;
76
        &:hover {
79
        &:hover {
77
            border: 2px solid #7405f9;
80
            border: 2px solid #7405f9;
78
        }
81
        }
79
    }
82
    }
80
}
83
}
Línea -... Línea 84...
-
 
84
 
-
 
85
.user__options-item {
-
 
86
    padding-top: 10px;
-
 
87
    padding-bottom: 10px;
-
 
88
    h3 {
-
 
89
        font-weight: 600;
-
 
90
    }
-
 
91
    ul {
-
 
92
        display: flex;
-
 
93
        flex-direction: column;
-
 
94
        gap: 0.5rem;
-
 
95
    }
-
 
96
}
81
 
97
 
82
.user__options-info {
98
.user__options-info {
83
    display: flex;
99
    display: flex;
84
    align-items: center;
100
    align-items: center;
85
    gap: 0.5rem;
101
    gap: 0.5rem;