Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5949 Rev 5964
Línea 127... Línea 127...
127
        overflow: auto;
127
        overflow: auto;
128
    }
128
    }
Línea 129... Línea 129...
129
 
129
 
130
    .post-item {
130
    .post-item {
-
 
131
        display: flex;
131
        display: flex;
132
        align-items: center;
Línea 132... Línea 133...
132
        gap: .5rem;
133
        gap: .5rem;
133
 
134
 
134
        img {
135
        img {
135
            height: calc(76px - 1rem);
136
            height: calc(76px - 1rem);
136
            max-width: 110px;
137
            width: 100px;
Línea 137... Línea 138...
137
            object-fit: cover;
138
            object-fit: cover;
138
        }
139
        }
139
 
140
 
140
        h4 {
141
        h4 {
141
            font-weight: 600;
-
 
142
            font-size: 1.2rem;
-
 
143
            color: $subtitle-color;
-
 
144
            white-space: nowrap;
-
 
145
            width: -webkit-fill-available;
142
            font-weight: 600;
Línea 146... Línea 143...
146
            overflow: hidden;
143
            font-size: 1.2rem;
147
            text-overflow: ellipsis;
144
            color: $subtitle-color;
148
        }
145
        }