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

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

The newest version!
.buttons-toolbar.btn-toolbar > .btn-group > .list-text-cell__trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
}

.buttons-toolbar {
    .btn-group:not(:last-of-type) {
        margin-right: 0.5rem;
    }
}

.modal-footer {
    .btn-toolbar {
        .btn-group,
        .btn-group-vertical {
            flex-flow: row wrap;
        }
    }
}

.buttons-toolbar.single-button {
    .btn-group {
        .btn::before {
            color: transparent;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy