Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5369 Rev 5380
Línea 120... Línea 120...
120
        background-color: #e44d3a;
120
        background-color: #e44d3a;
121
        padding: 18px 0;
121
        padding: 18px 0;
122
    }
122
    }
123
}
123
}
Línea 124... Línea -...
124
 
-
 
125
nav ul li span {
-
 
126
    display: block;
-
 
127
    height: 14px;
-
 
128
}
-
 
129
 
-
 
130
nav ul li span img {
-
 
131
    float: none;
-
 
132
}
-
 
133
 
124
 
134
.peopleYouMayKnow {
125
.peopleYouMayKnow {
135
    background: $bg-color;
126
    background: $bg-color;
136
    padding: 1rem 0.5rem;
127
    padding: 1rem 0.5rem;
137
    border-radius: $border-radius;
128
    border-radius: $border-radius;
Línea 172... Línea 163...
172
            min-width: auto;
163
            min-width: auto;
173
        }
164
        }
174
    }
165
    }
175
}
166
}
Línea -... Línea 167...
-
 
167
 
-
 
168
.user-info {
-
 
169
    background-color: $bg-color;
-
 
170
    box-shadow: $light-shadow;
-
 
171
    color: $font-color;
-
 
172
    display: flex;
-
 
173
    flex-direction: column;
-
 
174
    gap: .5rem;
-
 
175
 
-
 
176
    img {
-
 
177
        width: 150px;
-
 
178
        height: 150px;
-
 
179
        border-radius: 50%;
-
 
180
    }
-
 
181
 
-
 
182
 
-
 
183
    .user-status {
-
 
184
        display: flex;
-
 
185
        align-items: center;
-
 
186
        gap: .5rem;
-
 
187
        justify-content: space-around;
-
 
188
    }
-
 
189
}
-
 
190
 
176
 
191
 
177
.break-ellipsis {
192
.break-ellipsis {
178
    max-width: 15ch;
193
    max-width: 15ch;
179
    text-overflow: ellipsis;
194
    text-overflow: ellipsis;
180
    white-space: nowrap;
195
    white-space: nowrap;
Línea 187... Línea 202...
187
    box-sizing: border-box;
202
    box-sizing: border-box;
188
    position: relative;
203
    position: relative;
189
    padding: 0 1rem;
204
    padding: 0 1rem;
190
}
205
}
Línea 191... Línea -...
191
 
-
 
192
.user-info {
-
 
193
    position: relative;
-
 
194
}
-
 
195
 
206
 
196
.user-account-settingss {
207
.user-account-settingss {
197
    position: absolute;
208
    position: absolute;
198
    opacity: 1;
209
    opacity: 1;
199
    visibility: visible;
210
    visibility: visible;
Línea 319... Línea 330...
319
 
330
 
320
.tc a {
331
.tc a {
321
    color: #000;
332
    color: #000;
Línea 322... Línea -...
322
}
-
 
323
 
-
 
324
.user-info a {
-
 
325
    color: #fff;
-
 
326
    font-size: 14px;
-
 
327
    margin-top: 8px;
-
 
328
 
-
 
329
    &:hover {
-
 
330
        color: #fff;
-
 
331
    }
-
 
332
}
-
 
333
 
-
 
334
.user-info>i {
-
 
335
    position: absolute;
-
 
336
    top: 50%;
-
 
337
    right: -15px;
-
 
338
    color: #fff;
-
 
339
    font-size: 12px;
-
 
340
    transform: translateY(-50%);
-
 
341
}
333
}
Línea 342... Línea 334...
342
 
334
 
343
/* =================== main-section ================= */
335
/* =================== main-section ================= */