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

sass.n2o.controls.CodeViewer.scss Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
.code-viewer-body,
.code-viewer-body-container {
    overflow-y: auto;
}

.code-viewer-body {
    margin: 0 !important;
}

.n2o-code-viewer {
    width: 100%;

    pre {
        overflow: auto !important;
    }
}

.code-viewer-actions {
    margin-bottom: 10px;
}

.code-viewer-actions-copy {
    cursor: pointer;
    opacity: 0.6;

    &:hover {
        opacity: 1;
        transition: opacity 0.3s;
    }
}

.code-viewer-actions-code {
    margin-left: 10px;
    opacity: 0.6;
    cursor: pointer;

    &:hover {
        opacity: 1;
        transition: opacity 0.3s;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy