8 lines
123 B
SCSS
8 lines
123 B
SCSS
|
.progressbar {
|
||
|
order: 1;
|
||
|
margin: 0;
|
||
|
background-color: $turquoise;
|
||
|
padding: $gutter / 2 $gutter;
|
||
|
color: $white;
|
||
|
}
|