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

src.assets.style.global.alias.scss Maven / Gradle / Ivy

The newest version!
/*!
 * SPDX-FileCopyrightText: 2017-2024 Enedis
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 */

@import "bootstrap/scss/bootstrap-utilities";
@for $i from 1 through 100 {
    .w#{$i} { width: 1%*$i; }
}

@for $i from 1 through 100 {
    .h#{$i} { height: 1%*$i; }
}


//Generate utilities for Cursor
$utilities: map-merge(
        $utilities,
        (
            "cursor": (
                property: cursor,
                values: auto default pointer wait text move help not-allowed
            ),
        )
);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy