Skip to content
Snippets Groups Projects
linear-progress.scss 347 B
Newer Older

@use 'styles/settings.scss' as s;
    background: s.$background;
    position: relative;
    height: 10px;
    border-radius: 5px;

    .progress {
        position: absolute;
        height: 100%;
        border-radius: 5px;
        background: s.$linear-gradient-horizontal;
    }