Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4323 | Rev 4325 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

.linked__widget {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid lightgray;
    & > a {
        font-size: 1rem;
        color: gray;
        svg {
            font-size: 1.3rem;
        }
    }
    .linked__widget-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .linked__widget-content {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        .linked__widget-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
            align-items: flex-start;
            h4 {
                font-weight: 600;
            }
            p {
                color: gray;
            }
            .btn {
                border: 2px solid lightgray;
                color: gray;
            }
        }
    }
}