All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sass.n2o.components.OutputText.scss Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
.n2o-output-text {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;

    .details-label {
        display: inline-block;
        border-bottom: 1px dashed rgba(38, 50, 56, 0.55);
        cursor: pointer;
        margin-left: $input-btn-padding-y;
    }

    > .text {
        display: flex;
        align-items: center;
        order: 2;
        min-height: 1.4rem;
    }

    > .icon {
        margin-top: 2px;
    }

    &.right {
        > .icon {
            order: 3;
        }
    }

    &.left {
        > .icon {
            order: 1;
        }
    }
}

.n2o-output-text--expandable > .text {
    display: block;
}

.n2o-output-text--ellipsis > .text > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy