Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4522 Rev 4523
Línea 137... Línea 137...
137
 
137
 
138
.group__actions {
138
.group__actions {
139
    background-color: #fff;
139
    background-color: #fff;
140
    border: 1px solid lightgray;
140
    border: 1px solid lightgray;
141
    border-radius: 10px;
-
 
142
    display: flex;
-
 
143
    flex-direction: column;
-
 
144
    gap: 1rem;
141
    border-radius: 10px;
145
    overflow: hidden;
142
    overflow: hidden;
146
    .group__actions-cover {
143
    .group__actions-cover {
147
        height: 300px;
144
        height: 150px;
148
        width: 100%;
145
        width: 100%;
149
        img {
146
        img {
150
            height: 100%;
147
            height: 100%;
151
            width: 100%;
148
            width: 100%;
152
            object-fit: cover;
149
            object-fit: cover;
153
        }
150
        }
154
    }
151
    }
-
 
152
    .group__actions-body {
-
 
153
        & > img {
-
 
154
            margin-top: -30px;
-
 
155
            width: 80px;
-
 
156
            height: 80px;
-
 
157
            border: 2px solid #fff;
155
    .group__actions-body {
158
        }
156
        display: flex;
159
        display: flex;
157
        flex-direction: column;
160
        flex-direction: column;
-
 
161
        gap: 0.5rem;
158
        gap: 0.5rem;
162
        padding: 0 1rem 1rem;
159
    }
163
    }