SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.js/src/scss/theme/typography.scss

Summary

Maintainability
Test Coverage

::selection {
    text-shadow: none !important;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
}

/* typography */
h1,
h2,
h3,
h4 {
    &:last-child {
        margin-bottom: 0;
    }
}
ul {
    padding-left: 1.25rem;
}
.text-sm {
    font-size: $font-size-sm;
    line-height: $line-height-sm;
}