Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6269 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
6333 stevensc 1
.knowledge-record-card{background:var(--bg-color);border:1px solid var(--border-primary);border-radius:var(--border-radius);height:fit-content;box-shadow:var(--light-shadow);width:100%;padding:1rem;display:flex;flex-direction:column;gap:.5rem;height:100%}@media(max-width: 767px){.knowledge-record-card{border-radius:0;border-left:0;border-right:0}}.knowledge-record-card>a{width:fit-content}.knowledge-record-card>a img{width:100%;height:auto}.knowledge-record-card>a h2{color:var(--title-color);font-weight:800}.knowledge-record-card>h3{color:var(--subtitle-color);font-weight:400}.knowledge-record-card>p{color:var(--font-color);font-weight:400;text-align:justify;text-justify:inter-word}.knowledge-record-card .knowledge-record-card-actions{display:flex;align-items:center;gap:.5rem}.knowledge-record-card .knowledge-record-card-actions>*{flex:1;max-width:33.3333333333%}.knowledge-record-card .reaction-btn{align-items:center;border-radius:10px;display:inline-flex;gap:.5rem;justify-content:center;padding:10px;position:relative;width:-webkit-fill-available;transition:background-color 200ms ease}.knowledge-record-card .reaction-btn:hover{background-color:#f5f5f5}.knowledge-record-card .reactions{position:absolute;bottom:calc(100% + .5rem);background-color:var(--bg-color);box-shadow:0px 0px 3px #000;gap:.5rem;left:50%;display:none;padding:.2rem;width:fit-content;border-radius:20px;transform:translateX(-50%)}.knowledge-record-card .reactions.active{display:flex}.knowledge-record-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1rem}.knowledge-category-list{background:var(--bg-color);border:1px solid var(--border-primary);border-radius:var(--border-radius);height:fit-content;box-shadow:var(--light-shadow);width:100%;padding:1rem;width:100%}@media(max-width: 767px){.knowledge-category-list{border-radius:0;border-left:0;border-right:0}}.knowledge-category-list ul{display:flex;flex-direction:column;gap:.5rem}.knowledge-category-list ul li{font-weight:400;font-size:16px;color:var(--font-color);padding:.5rem;border-radius:var(--border-radius)}.knowledge-category-list ul li.knowledge-category-li-selected{background-color:var(--bg-color-secondary)}.input-group-btn .btn{height:-webkit-fill-available}.input-group-btn .btn-file{display:flex;align-items:center}.input-group-btn .btn-file span{color:#fff}