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

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

The newest version!
.n2o-output-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.n2o-output-list__item--link {
    text-decoration: underline;
}

.n2o-output-list--column {
    flex-direction: column;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy