Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5404 Rev 5406
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
.peopleYouMayKnow {
-
 
126
    background: $bg-color;
-
 
127
    padding: 1rem 0.5rem;
-
 
128
    border-radius: $border-radius;
-
 
129
    width: 100%;
-
 
130
    display: block;
-
 
131
    box-shadow: $light-shadow;
-
 
132
    border: 1px solid $border-primary;
-
 
133
 
-
 
134
    .user {
-
 
135
        display: flex;
-
 
136
        align-items: center;
-
 
137
        padding: 1rem;
-
 
138
        gap: 0.5rem;
-
 
139
        border-right: 1px solid $border-primary;
-
 
140
 
-
 
141
        &:last-child {
-
 
142
            border-right: none;
-
 
143
        }
-
 
144
 
-
 
145
        img {
-
 
146
            border-radius: 50%;
-
 
147
            max-width: 3.3rem;
-
 
148
            background: #fff;
-
 
149
        }
-
 
150
 
-
 
151
        div.d-flex {
-
 
152
            gap: 0.5rem;
-
 
153
        }
-
 
154
 
-
 
155
        h4 {
-
 
156
            font-weight: 500;
-
 
157
            line-height: 1.4;
-
 
158
        }
-
 
159
 
-
 
160
        @media (min-width: 768px) {
-
 
161
            border-right: none;
-
 
162
            border-top: 1px solid $border-primary;
-
 
163
            min-width: auto;
-
 
164
        }
-
 
165
    }
-
 
166
}
-
 
167
 
124
 
168
.user-info {
125
.user-info {
169
    align-items: center;
126
    align-items: center;
170
    background-color: $bg-color;
127
    background-color: $bg-color;
171
    border-radius: $border-radius;
128
    border-radius: $border-radius;