Newer
Older
@use 'styles/settings.scss' as s;

Planoetscher Daniel (Student Com20)
committed
.linear-progress {
width: 120px;

Planoetscher Daniel (Student Com20)
committed
position: relative;
height: 10px;
border-radius: 5px;

Planoetscher Daniel (Student Com20)
committed
.progress {
position: absolute;
height: 100%;
border-radius: 5px;
background: s.$linear-gradient-horizontal;
}