14 lines
177 B
SCSS
Executable File
14 lines
177 B
SCSS
Executable File
#product {
|
|
#progress {
|
|
display:none;
|
|
margin-top:10px;
|
|
overflow:hidden;
|
|
border: 1px dashed #CCC;
|
|
}
|
|
|
|
#progress .bar {
|
|
width:0%;
|
|
height:18px;
|
|
background:#CCC;
|
|
}
|
|
} |