You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plain-ui/src/scss/components/_progress.scss

17 lines
170 B

3 years ago
/**
*
*
3 years ago
*
3 years ago
*/
3 years ago
.progress {
height: 40px;
width: 100%;
border: 1px solid var(--primary);
&__inner {
margin: 1px;
height: 100%;
}
3 years ago
}