Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5150 Rev 5226
Línea 1255... Línea 1255...
1255
        display: flex !important;
1255
        display: flex !important;
1256
        align-items: center;
1256
        align-items: center;
1257
    }
1257
    }
1258
}
1258
}
Línea 1259... Línea -...
1259
 
-
 
1260
.microlearning-up-info {
-
 
1261
    width: 100%;
-
 
1262
    background-color: $bg-color;
-
 
1263
    display: flex;
-
 
1264
    flex-direction: column;
-
 
1265
    gap: 5px;
-
 
1266
    text-align: start;
-
 
1267
 
-
 
1268
    img {
-
 
1269
        object-fit: cover;
-
 
1270
    }
-
 
1271
 
-
 
1272
    h3 {
-
 
1273
        color: $title-color;
-
 
1274
        font-size: 18px;
-
 
1275
        font-weight: 600;
-
 
1276
        margin-bottom: 10px;
-
 
1277
    }
-
 
1278
 
-
 
1279
    h4 {
-
 
1280
        color: $subtitle-color;
-
 
1281
        font-size: 14px;
-
 
1282
        font-weight: 500;
-
 
1283
        margin-bottom: 21px;
-
 
1284
    }
-
 
1285
 
-
 
1286
    ul {
-
 
1287
        width: 100%;
-
 
1288
 
-
 
1289
        li {
-
 
1290
            display: flex;
-
 
1291
 
-
 
1292
            a {
-
 
1293
                display: inline-block;
-
 
1294
                padding: 0 12px;
-
 
1295
                color: $font-color;
-
 
1296
                height: 35px;
-
 
1297
                line-height: 35px;
-
 
1298
 
-
 
1299
                i {
-
 
1300
                    font-size: 24px;
-
 
1301
                    position: relative;
-
 
1302
                    top: 3px;
-
 
1303
                }
-
 
1304
            }
-
 
1305
        }
-
 
1306
    }
-
 
1307
}
-
 
1308
 
-
 
1309
 
1259
 
1310
/**** INICIO breadcrumb ***/
1260
/**** INICIO breadcrumb ***/
1311
ul.breadcrumb {
1261
ul.breadcrumb {
1312
    padding: 10px 16px;
1262
    padding: 10px 16px;
1313
    list-style: none;
1263
    list-style: none;